From 370894e594af0547bf788b509c6ae40507101283 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 28 Jul 2012 21:06:59 +0000 Subject: fix up scons vs ccache SVN-Revision: 32902 --- include/scons.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/scons.mk') diff --git a/include/scons.mk b/include/scons.mk index 5062681..a8306b6 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)" \ -- cgit v1.1