From d4f47b47a8d0b64daca4becf9169dee70c629bab Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 07 Dec 2003 15:14:59 +0000 Subject: allow the use of ccache and distcc (if available) for the x86 build --- (limited to 'Vars.make') diff --git a/Vars.make b/Vars.make index 062094c..1a5d9d4 100644 --- a/Vars.make +++ b/Vars.make @@ -119,3 +119,7 @@ ifeq ($(STRIP),) STRIP=arm-linux-strip endif endif + +export CCACHE=$(shell which ccache 2>/dev/null) +export DISTCC=$(shell which distcc 2>/dev/null) + -- cgit v0.9.0.2