From: Michael Tremer Date: Thu, 13 Apr 2017 17:02:21 +0000 (+0200) Subject: make.sh: Set TOOLCHAIN=1 in toolchain stage X-Git-Tag: v2.19-core111~17 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=b4b62a341450b085fd95b4f5f8ce4da09bec4327 make.sh: Set TOOLCHAIN=1 in toolchain stage This allows better lfs files and fewer ifdefs in toolchain stage. Signed-off-by: Michael Tremer --- diff --git a/tools/make-functions b/tools/make-functions index 00478173a7..0180ded179 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -567,7 +567,7 @@ lfsmake1() { cd $BASEDIR/lfs && \ PATH="/tools/ccache/bin:/tools/bin:$PATH" \ - make -f $* BUILDTARGET=$BUILDTARGET \ + make -f $* TOOLCHAIN=1 BUILDTARGET=$BUILDTARGET \ CROSSTARGET="${CROSSTARGET}" \ MACHINE=$MACHINE \ MACHINE_TYPE=$MACHINE_TYPE \