Merge "Enable gold linker for aarch64."

This commit is contained in:
Than McIntosh 2015-10-26 12:22:26 +00:00 committed by Gerrit Code Review
commit 14c2d968b9
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,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.