mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 17:24:43 +02:00
[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
This commit is contained in:
parent
edc292ce9d
commit
691fd24bf2
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…
x
Reference in New Issue
Block a user