msp430f5529: Remove -nostdlib and -nostartfiles, as the compiler

provides them.
This commit is contained in:
William D. Jones 2019-09-14 21:06:57 -04:00
parent 6280e4e7cb
commit d464c26ab2
1 changed files with 0 additions and 1 deletions

View File

@ -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.