Skip to content

Commit 5225e29

Browse files
author
Daniel Campora
committed
cc3200: Remove unneeded -lgcc in Makefile.
1 parent f816841 commit 5225e29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cc3200/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include ../py/mkenv.mk
1616
CROSS_COMPILE ?= arm-none-eabi-
1717

1818
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)
19+
CFLAGS = -Wall -Wpointer-arith -Werror -ansi -std=gnu99 -nostdlib $(CFLAGS_CORTEX_M4)
2020
CFLAGS += -g -ffunction-sections -fdata-sections -fno-common -fsigned-char -mno-unaligned-access
2121
CFLAGS += -Iboards/$(BOARD)
2222

0 commit comments

Comments
 (0)