Merge commit '3b008f36956c35f58d510ad3da5090cf21a08349' * commit '3b008f36956c35f58d510ad3da5090cf21a08349': Prepend ccache to CC/CXX if necessary.
This commit is contained in:
@@ -63,7 +63,12 @@ include $(BUILD_COMBOS)/$(combo_target)$(combo_os_arch).mk
|
||||
|
||||
ifneq ($(USE_CCACHE),)
|
||||
ccache := prebuilt/$(HOST_PREBUILT_TAG)/ccache/ccache
|
||||
# prepend ccache if necessary
|
||||
ifneq ($(ccache),$(firstword $($(combo_target)CC)))
|
||||
$(combo_target)CC := $(ccache) $($(combo_target)CC)
|
||||
endif
|
||||
ifneq ($(ccache),$(firstword $($(combo_target)CXX)))
|
||||
$(combo_target)CXX := $(ccache) $($(combo_target)CXX)
|
||||
endif
|
||||
ccache =
|
||||
endif
|
||||
|
Reference in New Issue
Block a user