-rw-r--r-- | Vars.make | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -117,9 +117,10 @@ ifeq ($(STRIP),) endif ifneq ($(CONFIG_TARGET_YOPY),) STRIP=arm-linux-strip endif endif export CCACHE=$(shell which ccache 2>/dev/null) export DISTCC=$(shell which distcc 2>/dev/null) +export CCACHE_PREFIX=$(shell which distcc &>/dev/null && echo distcc) |