summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2017-06-28 13:47:40 +0100
committerGitHub <noreply@github.com>2017-06-28 13:47:40 +0100
commit0d182a0b9523ac64b2022d446b24480e3bf62f81 (patch)
tree103eda060c1b1d261cd076a856155d3700f6152c /Makefile
parent267d4bf9467e6d5d9850286e411bdcca43d99bf0 (diff)
parenta94cc374ab57b80d86974f8771565d65b38403ef (diff)
Merge pull request #1002 from douglas-raillard-arm/dr/fix_errata_a53
Apply workarounds for A53 Cat A Errata 835769 and 843419
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 31964def..91f7c927 100644
--- a/Makefile
+++ b/Makefile
@@ -151,6 +151,7 @@ TF_CFLAGS += $(CPPFLAGS) $(TF_CFLAGS_$(ARCH)) \
-ffreestanding -fno-builtin -Wall -std=gnu99 \
-Os -ffunction-sections -fdata-sections
+LDFLAGS += $(LDFLAGS_$(ARCH))
LDFLAGS += --fatal-warnings -O1
LDFLAGS += --gc-sections