diff options
| author | William D. Jones <[email protected]> | 2019-09-14 21:06:57 -0400 |
|---|---|---|
| committer | William D. Jones <[email protected]> | 2019-09-14 21:06:57 -0400 |
| commit | d464c26ab28d04c9eecbd8b8015d6f544f440352 (patch) | |
| tree | 0a396082e8aa50447d12f12635ff991d4c9c2884 | |
| parent | 6280e4e7cbad956aab1a2a519d93620c3990eedc (diff) | |
msp430f5529: Remove -nostdlib and -nostartfiles, as the compiler
provides them.
| -rw-r--r-- | hw/bsp/msp_exp430f5529lp/board.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/bsp/msp_exp430f5529lp/board.mk b/hw/bsp/msp_exp430f5529lp/board.mk index 27e94e6ca..5e4b72555 100644 --- a/hw/bsp/msp_exp430f5529lp/board.mk +++ b/hw/bsp/msp_exp430f5529lp/board.mk @@ -1,6 +1,5 @@ CFLAGS += \ -D__MSP430F5529__ \ - -nostdlib -nostartfiles \ -DCFG_TUSB_MCU=OPT_MCU_MSP430x5xx # All source paths should be relative to the top level. |
