From: Michael Tremer Date: Wed, 25 Jun 2008 19:10:08 +0000 (+0000) Subject: It is safe to use ccache here. X-Git-Tag: v3.0-alpha1~922 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87bf6ece8d13e0939532fe7d5f50c9d49571e924;p=ipfire-3.x.git It is safe to use ccache here. --- diff --git a/lfs/Config b/lfs/Config index 455e1dc82..2932638a2 100644 --- a/lfs/Config +++ b/lfs/Config @@ -67,7 +67,7 @@ DIR_SOURCE = $(DIR_SRC)/src VPATH = $(DIR_DL):$(DIR_PATCHES) -HOST_GCC="/usr/bin/gcc" +HOST_GCC=ccache /usr/bin/gcc KGCC=$(HOST_GCC) ifeq "$(STAGE)" "toolchain"