summaryrefslogtreecommitdiffstats
path: root/core/combo
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2015-04-09 12:37:36 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2015-04-09 12:37:36 +0800
commit54b22a5a706f6556cda6ef3de13b9b0bdc22e989 (patch)
tree3d1577dcaefeece331a20e2da435a9f7e6516e10 /core/combo
parent87df99f2f644802933cf937f19fe0ca269770e5f (diff)
downloadbuild-54b22a5a706f6556cda6ef3de13b9b0bdc22e989.zip
build-54b22a5a706f6556cda6ef3de13b9b0bdc22e989.tar.gz
build-54b22a5a706f6556cda6ef3de13b9b0bdc22e989.tar.bz2
Enable linker -fix-cortex-a53-843419
Change-Id: Icb8a4ce4d5688847cfe536eba2139cdf7f6406f3
Diffstat (limited to 'core/combo')
-rw-r--r--core/combo/TARGET_linux-arm64.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/combo/TARGET_linux-arm64.mk b/core/combo/TARGET_linux-arm64.mk
index 07a1de9..c66b099 100644
--- a/core/combo/TARGET_linux-arm64.mk
+++ b/core/combo/TARGET_linux-arm64.mk
@@ -114,6 +114,7 @@ TARGET_GLOBAL_LDFLAGS += \
-Wl,--fatal-warnings \
-Wl,-maarch64linux \
-Wl,--hash-style=gnu \
+ -Wl,--fix-cortex-a53-843419 \
$(arch_variant_ldflags)
# Disable transitive dependency library symbol resolving.