]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
It is safe to use ccache here.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Jun 2008 19:10:08 +0000 (19:10 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Jun 2008 19:10:08 +0000 (19:10 +0000)
lfs/Config

index 455e1dc823497f9c9262ba286004da9a79d87313..2932638a2268191f10a43c9da27d6a9cdd02ac5d 100644 (file)
@@ -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"