commit | 14c2d968b913573e7a21fe72723254c9cc277210 | [log] [tgz] |
---|---|---|
author | Than McIntosh <thanm@google.com> | Mon Oct 26 12:22:26 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 26 12:22:26 2015 +0000 |
tree | cb681075f5446ba1fa722a078b940c794437188a | |
parent | 9d192f1c1090a757c9218296457482d2ba737989 [diff] | |
parent | 127d110172818c7dce14fefcc72b07a18686ee9c [diff] |
Merge "Enable gold linker for aarch64."
diff --git a/core/combo/TARGET_linux-arm64.mk b/core/combo/TARGET_linux-arm64.mk index b213ea7..ce7f62e 100644 --- a/core/combo/TARGET_linux-arm64.mk +++ b/core/combo/TARGET_linux-arm64.mk
@@ -110,6 +110,8 @@ -Wl,-maarch64linux \ -Wl,--hash-style=gnu \ -Wl,--fix-cortex-a53-843419 \ + -fuse-ld=gold \ + -Wl,--icf=safe \ $(arch_variant_ldflags) # Disable transitive dependency library symbol resolving.