summaryrefslogtreecommitdiffstats
path: root/core/combo
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2015-04-13 03:06:48 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-13 03:06:50 +0000
commit7bd978c2b33c4c9ce2e75923a3eddc5643d03888 (patch)
tree04097c27480cfab32b7bee33b0fd23a36d5c7dc7 /core/combo
parentdbecad05a9a9272a844d8649a89b987eb560c875 (diff)
parent54b22a5a706f6556cda6ef3de13b9b0bdc22e989 (diff)
downloadbuild-7bd978c2b33c4c9ce2e75923a3eddc5643d03888.zip
build-7bd978c2b33c4c9ce2e75923a3eddc5643d03888.tar.gz
build-7bd978c2b33c4c9ce2e75923a3eddc5643d03888.tar.bz2
Merge "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.