From: Michael Tremer Date: Thu, 23 Nov 2017 16:07:42 +0000 (+0000) Subject: make.sh: Show architecture we are building the toolchain for X-Git-Tag: v2.19-core117~1^2~62 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=f3b7cf47caba72ed24d02b014f11cb14c7ea33a2 make.sh: Show architecture we are building the toolchain for Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 8427839222..de2d9aeade 100755 --- a/make.sh +++ b/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