From 743c467204cf4847a275e53eabd34a6b5b6af861 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 6 Aug 2012 22:20:31 +0200 Subject: [PATCH] ccache: Increase max cache size to 5GB. --- lfs/ccache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/ccache b/lfs/ccache index c4574a3662..3a8dc6e535 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && CFLAGS="-O2 -static -DDEFAULT_MAXSIZE=2097152" ./configure --prefix=$(ROOT)/usr/local + cd $(DIR_APP) && CFLAGS="-O2 -static -DDEFAULT_MAXSIZE=5242880" ./configure --prefix=$(ROOT)/usr/local cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install ln -sf ccache $(ROOT)/usr/local/bin/gcc -- 2.39.2