diff options
author | Andrew Hsieh <andrewhsieh@google.com> | 2015-04-13 03:06:48 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-04-13 03:06:50 +0000 |
commit | 7bd978c2b33c4c9ce2e75923a3eddc5643d03888 (patch) | |
tree | 04097c27480cfab32b7bee33b0fd23a36d5c7dc7 | |
parent | dbecad05a9a9272a844d8649a89b987eb560c875 (diff) | |
parent | 54b22a5a706f6556cda6ef3de13b9b0bdc22e989 (diff) | |
download | build-7bd978c2b33c4c9ce2e75923a3eddc5643d03888.zip build-7bd978c2b33c4c9ce2e75923a3eddc5643d03888.tar.gz build-7bd978c2b33c4c9ce2e75923a3eddc5643d03888.tar.bz2 |
Merge "Enable linker -fix-cortex-a53-843419"
-rw-r--r-- | core/combo/TARGET_linux-arm64.mk | 1 |
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. |