mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +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
|
${INTERACTIVE} && clear
|
||||||
|
|
||||||
prepareenv
|
prepareenv
|
||||||
print_build_stage "Toolchain compilation"
|
print_build_stage "Toolchain compilation (${BUILD_ARCH})"
|
||||||
buildtoolchain
|
buildtoolchain
|
||||||
echo "`date -u '+%b %e %T'`: Create toolchain image for ${BUILD_ARCH}" | tee -a $LOGFILE
|
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
|
test -d $BASEDIR/cache/toolchains || mkdir -p $BASEDIR/cache/toolchains
|
||||||
|
|||||||
Reference in New Issue
Block a user