use ccache also for C++ compilation

This commit is contained in:
David Kühling
2011-02-11 05:25:04 -08:00
committed by Xiangfu Liu
parent 9588ba2475
commit f939a3f79b
+1
View File
@@ -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 = \