mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
Merge pull request #17898 from keith-packard/enable-gcc-builtin
cpu/arm7, arch/cortexm: Remove -fno-builtin flag
This commit is contained in:
commit
a097baee80
@ -9,7 +9,7 @@ INCLUDES += -I$(RIOTBASE)/cpu/arm7_common/include/
|
||||
MCPU ?= arm7tdmi-s
|
||||
|
||||
CFLAGS_CPU = -mcpu=$(MCPU)
|
||||
CFLAGS_LINK = -ffunction-sections -fdata-sections -fno-builtin -fshort-enums
|
||||
CFLAGS_LINK = -ffunction-sections -fdata-sections -fshort-enums
|
||||
CFLAGS_DBG ?= -ggdb -g3
|
||||
CFLAGS_OPT ?= -Os
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@ ifneq (llvm,$(TOOLCHAIN))
|
||||
endif
|
||||
endif
|
||||
|
||||
CFLAGS_LINK = -ffunction-sections -fdata-sections -fno-builtin -fshort-enums
|
||||
CFLAGS_LINK = -ffunction-sections -fdata-sections -fshort-enums
|
||||
CFLAGS_DBG ?= -ggdb -g3
|
||||
CFLAGS_OPT ?= -Os
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user