]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ccache: Activate caching for c++.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 Aug 2012 20:35:01 +0000 (16:35 -0400)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 Aug 2012 20:35:01 +0000 (16:35 -0400)
lfs/ccache

index f2e45a1e9f116762e90940d3f5a95dcc9bd0753b..22b8c5e0b39d50c6d84cb13c291ff1c3176250fe 100644 (file)
@@ -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)