mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 21:22:48 +02:00
add and export HOSTCC_NOCACHE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32466 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9ebe427897
commit
14e6a4d933
2
rules.mk
2
rules.mk
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user