summaryrefslogtreecommitdiffstats
path: root/include/scons.mk
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-07-28 21:06:59 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-07-28 21:06:59 +0000
commitf12d141fa078278de2da2145b7d83e11af2c9edc (patch)
tree60f4824aaa03a29ef8020a2a2c83ad8bad82ff86 /include/scons.mk
parent12c804da284b9d8e813360d7835bd247fdbe717e (diff)
[include] fix up scons vs ccache
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32902 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/scons.mk')
-rw-r--r--include/scons.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/scons.mk b/include/scons.mk
index 5062681d6..a8306b658 100644
--- a/include/scons.mk
+++ b/include/scons.mk
@@ -1,8 +1,8 @@
export PLATFORM=posix
SCONS_VARS = \
- CC="$(TARGET_CC)" \
- CXX="$(TARGET_CXX)" \
+ CC="$(TARGET_CC_NOCACHE)" \
+ CXX="$(TARGET_CXX_NOCACHE)" \
CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CFLAGS)" \
CXXFLAGS="$(TARGET_CFLAGS) $(EXTRA_CFLAGS)" \
CPPFLAGS="$(TARGET_CPPFLAGS) $(EXTRA_CPPFLAGS)" \