Merge "Enable gold linker for aarch64."

This commit is contained in:
Than McIntosh 2015-11-05 11:49:56 +00:00 committed by Gerrit Code Review
commit 838ad09b17
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.