]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
make.sh: remove display of native gcc
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 9092dd5ce49d1df6d0f6f538cd2bbfebb75ade9e..f91dec2b79b70d75e01c059295f17b6f7b88f9cf 100755 (executable)
--- 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