From ea465705ad9b11af4d08417518ee8068c73477a7 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 1 Jun 2017 19:17:50 +0200 Subject: [PATCH] make.sh: remove display of native gcc this grep fails on debian and the output is useless Signed-off-by: Arne Fitzenreiter --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 9092dd5ce4..f91dec2b79 100755 --- a/make.sh +++ b/make.sh @@ -1014,7 +1014,7 @@ build) #only restore on a clean disk if [ ! -e "${BASEDIR}/build/tools/.toolchain-successful" ]; then if [ ! -n "$PACKAGE" ]; then - beautify build_stage "Full toolchain compilation - Native GCC: `gcc --version | grep GCC | awk {'print $3'}`" + beautify build_stage "Full toolchain compilation" prepareenv buildtoolchain else -- 2.39.5