From: Michael Tremer Date: Mon, 20 Aug 2012 09:37:29 +0000 (+0200) Subject: ccache: Build ccache native to the host system (first pass). X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=4fd1768f7f2cf931ce9b9e919fc90c4bbe0e0041 ccache: Build ccache native to the host system (first pass). --- diff --git a/lfs/ccache b/lfs/ccache index d7f14b13a..b4ef60765 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP)-pass$(PASS) ifeq "$(PASS)" "1" - CFLAGS := $(patsubst -march=%,,$(CFLAGS)) -static + CFLAGS := $(patsubst -march=%,,$(CFLAGS)) endif # Set max cache size to 5GB