mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
make.sh: Show architecture we are building the toolchain for
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
2
make.sh
2
make.sh
@@ -1778,7 +1778,7 @@ toolchain)
|
||||
${INTERACTIVE} && clear
|
||||
|
||||
prepareenv
|
||||
print_build_stage "Toolchain compilation"
|
||||
print_build_stage "Toolchain compilation (${BUILD_ARCH})"
|
||||
buildtoolchain
|
||||
echo "`date -u '+%b %e %T'`: Create toolchain image for ${BUILD_ARCH}" | tee -a $LOGFILE
|
||||
test -d $BASEDIR/cache/toolchains || mkdir -p $BASEDIR/cache/toolchains
|
||||
|
||||
Reference in New Issue
Block a user