Remove explicit passing of dynamic loader name
We should trust toolchain on that. Change-Id: I20dd882d167cc84c262aef245ea2d86c17bc1785 Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
This commit is contained in:
parent
12eeb00060
commit
fde3c16420
2 changed files with 0 additions and 2 deletions
|
@ -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) \
|
||||
|
|
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue