Merge "chore: drop -fno-builtin" into integration

This commit is contained in:
Manish Pandey 2024-12-19 12:40:35 +01:00 committed by TrustedFirmware Code Review
commit 824e4fa72d

View file

@ -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)