Skip to content
Snippets Groups Projects
Commit 3992d444 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

ccache TARGET_CXX


Signed-off-by: default avatarAlam Arias <Alam.GBC@gmail.com>

SVN-Revision: 23008
parent a1264431
No related branches found
No related tags found
No related merge requests found
......@@ -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 = \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment