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 | e19163501ed1d15af047ea8d1b4a4fb40b6e522d (patch) | |
tree | ba7fe579c4a44b8fe6e3c1897e9ae8c0c4dd8e94 | |
parent | 3237da2e58f504ca6bb5c4b28ec859bfa6dd01fb (diff) | |
download | upstream-e19163501ed1d15af047ea8d1b4a4fb40b6e522d.tar.gz upstream-e19163501ed1d15af047ea8d1b4a4fb40b6e522d.tar.bz2 upstream-e19163501ed1d15af047ea8d1b4a4fb40b6e522d.zip |
[buildroot] ccache TARGET_CXX
Signed-off-by: Alam Arias <Alam.GBC@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23008 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 = \ |