commit | 0b910361282e76c430118db273b0c46404333ef9 | [log] [tgz] |
---|---|---|
author | danh-arm <dan.handley@arm.com> | Tue Jan 31 15:37:26 2017 +0000 |
committer | GitHub <noreply@github.com> | Tue Jan 31 15:37:26 2017 +0000 |
tree | 5a2de53b8df570f53d18b1107bb18b602db121b0 | |
parent | 04e29942979d7ad74fdfe6c7ed1cff1e1a251434 [diff] | |
parent | 72f572f243949ce30ec5f6046d2984adbd0eb030 [diff] |
Merge pull request #823 from douglas-raillard-arm/dr/add_fno_builtin Add -fno-builtin to CFLAGS
diff --git a/Makefile b/Makefile index e9a0784..f3f046f 100644 --- a/Makefile +++ b/Makefile
@@ -149,7 +149,7 @@ -D__ASSEMBLY__ -ffreestanding \ -Wa,--fatal-warnings TF_CFLAGS += $(CPPFLAGS) $(TF_CFLAGS_$(ARCH)) \ - -ffreestanding -Wall -std=c99 -Os \ + -ffreestanding -fno-builtin -Wall -std=c99 -Os \ -ffunction-sections -fdata-sections LDFLAGS += --fatal-warnings -O1