mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
Merge "chore: drop -fno-builtin" into integration
This commit is contained in:
commit
824e4fa72d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -283,7 +283,7 @@ ASFLAGS += $(CPPFLAGS) \
|
|||
-ffreestanding -Wa,--fatal-warnings
|
||||
TF_CFLAGS += $(CPPFLAGS) $(TF_CFLAGS_$(ARCH)) \
|
||||
-ffunction-sections -fdata-sections \
|
||||
-ffreestanding -fno-builtin -fno-common \
|
||||
-ffreestanding -fno-common \
|
||||
-Os -std=gnu99
|
||||
|
||||
ifeq (${SANITIZE_UB},on)
|
||||
|
|
Loading…
Add table
Reference in a new issue