]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - tools/make-functions
Merge branch 'core110'
[ipfire-2.x.git] / tools / make-functions
index 49e8fba62cfd5e7ef005c336384bbae446e69b40..0180ded179540b5ae782032554979c93884432f8 100644 (file)
@@ -565,7 +565,9 @@ lfsmake1() {
 
        local PKG_TIME_START=`date +%s`
 
-       cd $BASEDIR/lfs && make -f $*   BUILDTARGET=$BUILDTARGET \
+       cd $BASEDIR/lfs && \
+               PATH="/tools/ccache/bin:/tools/bin:$PATH" \
+               make -f $* TOOLCHAIN=1 BUILDTARGET=$BUILDTARGET \
                                                CROSSTARGET="${CROSSTARGET}" \
                                                MACHINE=$MACHINE \
                                                MACHINE_TYPE=$MACHINE_TYPE \