am a7662295: Merge "Explictily specify the dynamic linker name."

* commit 'a7662295438e50a22979a012c873e3d16444bc42':
  Explictily specify the dynamic linker name.
This commit is contained in:
Ben Cheng
2013-10-08 14:44:22 -07:00
committed by Android Git Automerger

View File

@@ -188,7 +188,7 @@ endef
define transform-o-to-executable-inner
$(hide) $(PRIVATE_CXX) -nostdlib -Bdynamic -fPIE -pie \
-Wl,-dynamic-linker,/system/bin/linker \
-Wl,-dynamic-linker,/system/bin/linker64 \
-Wl,-z,nocopyreloc \
$(PRIVATE_TARGET_GLOBAL_LD_DIRS) \
-Wl,-rpath-link=$(TARGET_OUT_INTERMEDIATE_LIBRARIES) \