am 2c448765: Merge "Remove explicit passing of dynamic loader name"

* commit '2c448765e1227327da7ce548114f13678baa9606':
  Remove explicit passing of dynamic loader name
This commit is contained in:
Elliott Hughes
2013-10-08 10:10:51 -07:00
committed by Android Git Automerger
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) \