From: Michael Tremer Date: Mon, 6 Aug 2012 20:20:31 +0000 (+0200) Subject: ccache: Increase max cache size to 5GB. X-Git-Tag: v2.13-beta1~261^2~4 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=743c467204cf4847a275e53eabd34a6b5b6af861 ccache: Increase max cache size to 5GB. --- 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