make.sh: Show architecture we are building the toolchain for

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-11-23 16:07:42 +00:00
parent 543286056e
commit f3b7cf47ca

View File

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