1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 22:24:39 +02:00

use ccache also for C++ compilation

This commit is contained in:
David Kühling 2011-01-08 15:12:34 +01:00 committed by Xiangfu Liu
parent 9588ba2475
commit f939a3f79b

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 = \