diff options
author | Andrew Hsieh <andrewhsieh@google.com> | 2015-04-14 00:08:51 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-14 00:08:51 +0000 |
commit | 263e22d424a80de023143c4758e1e534c726a07d (patch) | |
tree | ef67e5cbc0f59cfaf5cd46c6289c52f1e5c2cb78 /core | |
parent | 414bb9a4823c44e2f4927f052678e56935d3a9af (diff) | |
parent | 051f18f0dce3d0e6278d5bd9b2aad03974549fb5 (diff) | |
download | build-263e22d424a80de023143c4758e1e534c726a07d.zip build-263e22d424a80de023143c4758e1e534c726a07d.tar.gz build-263e22d424a80de023143c4758e1e534c726a07d.tar.bz2 |
am 051f18f0: am f37e96e2: Merge "Revert "Enable linker -fix-cortex-a53-843419""
* commit '051f18f0dce3d0e6278d5bd9b2aad03974549fb5':
Revert "Enable linker -fix-cortex-a53-843419"
Diffstat (limited to 'core')
-rw-r--r-- | core/combo/TARGET_linux-arm64.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/combo/TARGET_linux-arm64.mk b/core/combo/TARGET_linux-arm64.mk index c66b099..07a1de9 100644 --- a/core/combo/TARGET_linux-arm64.mk +++ b/core/combo/TARGET_linux-arm64.mk @@ -114,7 +114,6 @@ 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. |