Forráskód Böngészése

msp430f5529: Remove -nostdlib and -nostartfiles, as the compiler
provides them.

William D. Jones 6 éve
szülő
commit
d464c26ab2
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      hw/bsp/msp_exp430f5529lp/board.mk

+ 0 - 1
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.