am 099fecd7
: Use PRIVATE_CXX in HOST modules.
* commit '099fecd759ce54168fe4094880d1ca748e8906b9': Use PRIVATE_CXX in HOST modules.
This commit is contained in:
commit
098826bf61
1 changed files with 2 additions and 2 deletions
|
@ -1001,7 +1001,7 @@ endef
|
|||
# it to be overriden en-masse see combo/linux-arm.make for an example.
|
||||
ifneq ($(HOST_CUSTOM_LD_COMMAND),true)
|
||||
define transform-host-o-to-shared-lib-inner
|
||||
$(HOST_CXX) \
|
||||
$(PRIVATE_CXX) \
|
||||
-Wl,-rpath-link=$(TARGET_OUT_INTERMEDIATE_LIBRARIES) \
|
||||
-Wl,-rpath,\$$ORIGIN/../lib \
|
||||
-shared -Wl,-soname,$(notdir $@) \
|
||||
|
@ -1161,7 +1161,7 @@ endef
|
|||
|
||||
ifneq ($(HOST_CUSTOM_LD_COMMAND),true)
|
||||
define transform-host-o-to-executable-inner
|
||||
$(HOST_CXX) \
|
||||
$(PRIVATE_CXX) \
|
||||
-Wl,-rpath-link=$(TARGET_OUT_INTERMEDIATE_LIBRARIES) \
|
||||
-Wl,-rpath,\$$ORIGIN/../lib \
|
||||
$(HOST_GLOBAL_LD_DIRS) \
|
||||
|
|
Loading…
Reference in a new issue