summaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-09-11 18:37:15 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-09-11 18:37:15 +0000
commit3992d444281419b6553c86258bdadfd65779d373 (patch)
tree06facb2fd615c319df4290b8cb7cf33752a21cbc /rules.mk
parenta1264431fe478faee913768b582ae148a8a077e6 (diff)
downloadmtk-20170518-3992d444281419b6553c86258bdadfd65779d373.zip
mtk-20170518-3992d444281419b6553c86258bdadfd65779d373.tar.gz
mtk-20170518-3992d444281419b6553c86258bdadfd65779d373.tar.bz2
ccache TARGET_CXX
Signed-off-by: Alam Arias <Alam.GBC@gmail.com> SVN-Revision: 23008
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
index 7b5bd2c..1ce28e1 100644
--- a/rules.mk
+++ b/rules.mk
@@ -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 = \