Searched refs:CCACHE_PATH (Results 1 – 1 of 1) sorted by relevance
275 CCACHE_PATH := $(shell which ccache 2>/dev/null) macro276 ifneq ($(CCACHE_PATH),)356 ifneq ($(CCACHE_PATH),)358 ln -s $(CCACHE_PATH) $(TOOLCHAIN_PATH)/bin/ccache/$(CC)