forked from openkylin/platform_build
Merge "Remove explicit passing of dynamic loader name"
This commit is contained in:
commit
2c448765e1
|
@ -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 New Issue