diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-09-11 18:37:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-09-11 18:37:15 +0000 |
commit | 3992d444281419b6553c86258bdadfd65779d373 (patch) | |
tree | 06facb2fd615c319df4290b8cb7cf33752a21cbc | |
parent | a1264431fe478faee913768b582ae148a8a077e6 (diff) | |
download | upstream-3992d444281419b6553c86258bdadfd65779d373.tar.gz upstream-3992d444281419b6553c86258bdadfd65779d373.tar.bz2 upstream-3992d444281419b6553c86258bdadfd65779d373.zip |
ccache TARGET_CXX
Signed-off-by: Alam Arias <Alam.GBC@gmail.com>
SVN-Revision: 23008
-rw-r--r-- | rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -173,6 +173,7 @@ ifneq ($(CONFIG_CCACHE),) # FIXME: move this variable to a better location export CCACHE_DIR=$(STAGING_DIR)/ccache TARGET_CC:= ccache $(TARGET_CC) + TARGET_CXX:= ccache $(TARGET_CXX) endif TARGET_CONFIGURE_OPTS = \ |