ccache TARGET_CXX
Signed-off-by: Alam Arias <Alam.GBC@gmail.com> SVN-Revision: 23008
This commit is contained in:
parent
a1264431fe
commit
3992d44428
1 changed files with 1 additions and 0 deletions
1
rules.mk
1
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 = \
|
||||
|
|
Loading…
Reference in a new issue