From: akl Date: Mon, 13 Aug 2007 13:06:27 +0000 (+0000) Subject: To avoid excessive info in the installation report. X-Git-Tag: IMP_BR_4~48 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9325b001d39cc0b5d242d4d8e218801dabce51c2;p=tools%2Finstall.git To avoid excessive info in the installation report. --- diff --git a/config_files/gcc-common.sh b/config_files/gcc-common.sh index 960294e..f2f3d54 100755 --- a/config_files/gcc-common.sh +++ b/config_files/gcc-common.sh @@ -73,7 +73,7 @@ return 1 } try_preinstalled(){ -echo "It is impossible to install gcc from binaries or sources! So native gcc will be used." +#echo "It is impossible to install gcc from binaries or sources! So native gcc will be used." try_native }