summaryrefslogtreecommitdiffstats
path: root/core/combo
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2015-04-13 03:16:51 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-13 03:16:51 +0000
commit00b0f345b62065979dbebb648e4d549953577ac3 (patch)
tree50c18cfae7d601f04c4e76ea6d93d3d9dcf6d263 /core/combo
parent0a4bfe82c3902a16adaca23746e4bee7d9f70cfa (diff)
parent45c4c5af9e226231167d374b27e30c6bf0e073ea (diff)
downloadbuild-00b0f345b62065979dbebb648e4d549953577ac3.zip
build-00b0f345b62065979dbebb648e4d549953577ac3.tar.gz
build-00b0f345b62065979dbebb648e4d549953577ac3.tar.bz2
am 45c4c5af: am 7bd978c2: Merge "Enable linker -fix-cortex-a53-843419"
* commit '45c4c5af9e226231167d374b27e30c6bf0e073ea': Enable linker -fix-cortex-a53-843419
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.