Merge "Use gold linker on x86"

This commit is contained in:
Jean-Baptiste Queru 2012-08-28 12:27:20 -07:00 committed by android code review
commit 9e2b4718a0
1 changed files with 0 additions and 3 deletions

View File

@ -186,14 +186,11 @@ $(hide) $(PRIVATE_CXX) \
endef
# Add -fuse-ld=bfd because ld.gold doesn't support "--copy-dt-needed-entries".
define transform-o-to-executable-inner
$(hide) $(PRIVATE_CXX) \
$(TARGET_GLOBAL_LDFLAGS) \
-nostdlib -Bdynamic \
-Wl,-dynamic-linker,/system/bin/linker \
-Wl,--copy-dt-needed-entries \
-fuse-ld=bfd \
-Wl,-z,nocopyreloc \
-fPIE -pie \
-o $@ \