From 4fd1768f7f2cf931ce9b9e919fc90c4bbe0e0041 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 20 Aug 2012 11:37:29 +0200 Subject: [PATCH] ccache: Build ccache native to the host system (first pass). --- lfs/ccache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/ccache b/lfs/ccache index d7f14b13a7..b4ef607651 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 -- 2.39.5