make.sh: Set TOOLCHAIN=1 in toolchain stage

This allows better lfs files and fewer ifdefs in toolchain stage.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-04-13 19:02:21 +02:00
parent e467a2f274
commit b4b62a3414

View File

@@ -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 \