From d464c26ab28d04c9eecbd8b8015d6f544f440352 Mon Sep 17 00:00:00 2001 From: "William D. Jones" Date: Sat, 14 Sep 2019 21:06:57 -0400 Subject: [PATCH] msp430f5529: Remove -nostdlib and -nostartfiles, as the compiler provides them. --- hw/bsp/msp_exp430f5529lp/board.mk | 1 - 1 file changed, 1 deletion(-) 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.