add and export HOSTCC_NOCACHE

SVN-Revision: 32466
This commit is contained in:
John Crispin 2012-06-20 07:48:47 +00:00
parent 1978c07539
commit f6ef96fab2
1 changed files with 2 additions and 0 deletions

View File

@ -188,8 +188,10 @@ INSTALL_CONF:=install -m0600
ifneq ($(CONFIG_CCACHE),)
TARGET_CC_NOCACHE:=$(TARGET_CC)
TARGET_CXX_NOCACHE:=$(TARGET_CXX)
HOSTCC_NOCACHE:=$(HOSTCC)
export TARGET_CC_NOCACHE
export TARGET_CXX_NOCACHE
export HOSTCC_NOCACHE
TARGET_CC:= ccache_cc
TARGET_CXX:= ccache_cxx
HOSTCC:= ccache $(HOSTCC)