* commit 'a3b31d7b83254a644efd12de3de835594124ef65': Stash original values of CC and CXX.
This commit is contained in:
@@ -106,6 +106,11 @@ ifneq ($(USE_CCACHE),)
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Stash the original values of CC and CXX so we can still use the non-wrapped
|
||||||
|
# values later.
|
||||||
|
$(combo_2nd_arch_prefix)CC_BARE := $($(combo_var_prefix)CC)
|
||||||
|
$(combo_2nd_arch_prefix)CXX_BARE := $($(combo_var_prefix)CXX)
|
||||||
|
|
||||||
# The C/C++ compiler can be wrapped by setting the CC/CXX_WRAPPER vars.
|
# The C/C++ compiler can be wrapped by setting the CC/CXX_WRAPPER vars.
|
||||||
ifdef CC_WRAPPER
|
ifdef CC_WRAPPER
|
||||||
ifneq ($(CC_WRAPPER),$(firstword $($(combo_var_prefix)CC)))
|
ifneq ($(CC_WRAPPER),$(firstword $($(combo_var_prefix)CC)))
|
||||||
|
Reference in New Issue
Block a user