mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-08 05:43:53 +00:00
chore: drop -fno-builtin
It is implied by -ffreestanding Change-Id: Ia7b0f78fd4020aceea246d10ac3d869e743e7a9f Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
This commit is contained in:
parent
3c72b2ab0b
commit
ee0c5b8cd8
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