We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f816841 commit 5225e29Copy full SHA for 5225e29
1 file changed
cc3200/Makefile
@@ -16,7 +16,7 @@ include ../py/mkenv.mk
16
CROSS_COMPILE ?= arm-none-eabi-
17
18
CFLAGS_CORTEX_M4 = -mthumb -mtune=cortex-m4 -march=armv7e-m -mabi=aapcs -mcpu=cortex-m4 -msoft-float -mfloat-abi=soft -fsingle-precision-constant -Wdouble-promotion
19
-CFLAGS = -Wall -Wpointer-arith -Werror -ansi -std=gnu99 -nostdlib -lgcc $(CFLAGS_CORTEX_M4)
+CFLAGS = -Wall -Wpointer-arith -Werror -ansi -std=gnu99 -nostdlib $(CFLAGS_CORTEX_M4)
20
CFLAGS += -g -ffunction-sections -fdata-sections -fno-common -fsigned-char -mno-unaligned-access
21
CFLAGS += -Iboards/$(BOARD)
22
0 commit comments