commit | 838ad09b17c6525122e6e8881674030e6746a8c4 | [log] [tgz] |
---|---|---|
author | Than McIntosh <thanm@google.com> | Thu Nov 05 11:49:56 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 05 11:49:56 2015 +0000 |
tree | d274ab7e0266f7f91f010cc6d4c7e07b8aa25ad8 | |
parent | 457345e58c9f273a467847e2086318d6d8380d5b [diff] | |
parent | a7f68ee9eaa3dcaf4e17bbf6eb4dae68df2cbdda [diff] |
Merge "Enable gold linker for aarch64."
diff --git a/core/combo/TARGET_linux-arm64.mk b/core/combo/TARGET_linux-arm64.mk index 1eb3240..18bdbe7 100644 --- a/core/combo/TARGET_linux-arm64.mk +++ b/core/combo/TARGET_linux-arm64.mk
@@ -115,6 +115,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.