Merge "Enable gold linker for aarch64."

am: 838ad09b17

* commit '838ad09b17c6525122e6e8881674030e6746a8c4':
  Enable gold linker for aarch64.
This commit is contained in:
Than McIntosh 2015-11-05 11:52:25 +00:00 committed by android-build-merger
commit fbf9234233
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 \
$(arch_variant_ldflags)
# Disable transitive dependency library symbol resolving.