From: Michael Tremer Date: Sun, 12 Aug 2012 20:35:01 +0000 (-0400) Subject: ccache: Activate caching for c++. X-Git-Tag: v2.13-beta1~274 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be1925bcab75644eef978669e34a4a2ff7d5aa2c;p=ipfire-2.x.git ccache: Activate caching for c++. --- diff --git a/lfs/ccache b/lfs/ccache index f2e45a1e9f..22b8c5e0b3 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -86,15 +86,18 @@ ifeq "$(PASS)" "1" ln -svf ../../bin/ccache /tools/ccache/bin/gcc ln -svf ../../bin/ccache /tools/ccache/bin/g++ ln -svf ../../bin/ccache /tools/ccache/bin/cc + ln -svf ../../bin/ccache /tools/ccache/bin/c++ ln -svf ../../bin/ccache /tools/ccache/bin/$(CROSSTARGET)-gcc ln -svf ../../bin/ccache /tools/ccache/bin/$(CROSSTARGET)-g++ ln -svf ../../bin/ccache /tools/ccache/bin/$(CROSSTARGET)-cc + ln -svf ../../bin/ccache /tools/ccache/bin/$(CROSSTARGET)-c++ endif ifeq "$(PASS)" "2" ln -svf ../../bin/ccache /tools/ccache/bin/$(BUILDTARGET)-gcc ln -svf ../../bin/ccache /tools/ccache/bin/$(BUILDTARGET)-g++ ln -svf ../../bin/ccache /tools/ccache/bin/$(BUILDTARGET)-cc + ln -svf ../../bin/ccache /tools/ccache/bin/$(BUILDTARGET)-c++ endif @rm -rf $(DIR_APP)