summaryrefslogtreecommitdiffstats
path: root/core/combo
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2015-05-11 06:03:07 +0000
committerAndrew Hsieh <andrewhsieh@google.com>2015-06-02 07:59:24 +0800
commitd760d4676bb50ce74e4cc9a2813c592c189d31c9 (patch)
treea750da4e1b669c1c19edac6d88693a4e1f1aa4dd /core/combo
parent4fe7bfd373d99dedfd2e63135da5189478bb0138 (diff)
downloadbuild-d760d4676bb50ce74e4cc9a2813c592c189d31c9.zip
build-d760d4676bb50ce74e4cc9a2813c592c189d31c9.tar.gz
build-d760d4676bb50ce74e4cc9a2813c592c189d31c9.tar.bz2
Revert "Revert "Enable linker -fix-cortex-a53-843419""
This reverts commit 32e1689684682aadf1a5d5af523ccafae5907572. Now that prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9 is also updated Change-Id: Id95c1c4cc651c434461655e62b8f23afd56b53e4
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 0819d13..3acddc5 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.