mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:15:00 +02:00
use ccache also for C++ compilation
This commit is contained in:
parent
9588ba2475
commit
f939a3f79b
1
rules.mk
1
rules.mk
@ -173,6 +173,7 @@ ifneq ($(CONFIG_CCACHE),)
|
|||||||
# FIXME: move this variable to a better location
|
# FIXME: move this variable to a better location
|
||||||
export CCACHE_DIR=$(STAGING_DIR)/ccache
|
export CCACHE_DIR=$(STAGING_DIR)/ccache
|
||||||
TARGET_CC:= ccache $(TARGET_CC)
|
TARGET_CC:= ccache $(TARGET_CC)
|
||||||
|
TARGET_CXX:= ccache $(TARGET_CXX)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
TARGET_CONFIGURE_OPTS = \
|
TARGET_CONFIGURE_OPTS = \
|
||||||
|
Loading…
Reference in New Issue
Block a user