[include] fix up scons vs ccache

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32902 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin
2012-07-28 21:06:59 +00:00
parent 841bbe2dbd
commit 7c4db9ed38
2 changed files with 9 additions and 8 deletions

View File

@@ -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)" \