mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user