Re-enable gold linker for aarch64.

Turn back on ld.gold and W-l,--icf=safe for
aarch64, now that the prebuilt ld.gold has been updated
with support for reloc 311/312 (fixed upstream, see
https://sourceware.org/bugzilla/show_bug.cgi?id=19042)

Bug: 25642296
Bug: 26153840

Change-Id: Idceb357a48d9da4eec38ab8f2103245d500622ae
This commit is contained in:
Than McIntosh 2015-12-15 09:22:06 -05:00
parent 542aa57f1d
commit 2c3b926ab3
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@ TARGET_GLOBAL_LDFLAGS += \
-Wl,-maarch64linux \
-Wl,--hash-style=gnu \
-Wl,--fix-cortex-a53-843419 \
-fuse-ld=gold \
-Wl,--icf=safe \
-Wl,--no-undefined-version \
$(arch_variant_ldflags)