commit | 9d76c757820701587013aa295f4482c915d4b166 | [log] [tgz] |
---|---|---|
author | Than McIntosh <thanm@google.com> | Wed Dec 16 12:02:04 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Dec 16 12:02:04 2015 +0000 |
tree | 13f8ce874df362888acdbdf5a77dc3da41ac1239 | |
parent | 61b771e79f19f19eae62d1b7a97d105ef6222cff [diff] | |
parent | 2c3b926ab361b5e2d9f66ebd8c99344007cd2c4e [diff] |
Merge "Re-enable gold linker for aarch64."
diff --git a/core/combo/TARGET_linux-arm64.mk b/core/combo/TARGET_linux-arm64.mk index fbf8ab0..bc89bc9 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 \ -Wl,--no-undefined-version \ $(arch_variant_ldflags)