Merge "Remove explicit passing of dynamic loader name"

This commit is contained in:
Elliott Hughes 2013-10-08 17:09:03 +00:00 committed by Gerrit Code Review
commit 2c448765e1
2 changed files with 0 additions and 2 deletions

View File

@ -236,7 +236,6 @@ define transform-o-to-executable-inner
$(hide) $(PRIVATE_CXX) \
$(PRIVATE_TARGET_GLOBAL_LDFLAGS) \
-nostdlib -Bdynamic \
-Wl,-dynamic-linker,/system/bin/linker \
-Wl,-z,nocopyreloc \
-fPIE -pie \
$(PRIVATE_TARGET_GLOBAL_LD_DIRS) \

View File

@ -234,7 +234,6 @@ define transform-o-to-executable-inner
$(hide) $(PRIVATE_CXX) \
$(PRIVATE_TARGET_GLOBAL_LDFLAGS) \
-nostdlib -Bdynamic \
-Wl,-dynamic-linker,/system/bin/linker \
-Wl,-z,nocopyreloc \
-fPIE -pie \
$(PRIVATE_TARGET_GLOBAL_LD_DIRS) \