]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
To avoid excessive info in the installation report.
authorakl <akl@opencascade.com>
Mon, 13 Aug 2007 13:06:27 +0000 (13:06 +0000)
committerakl <akl@opencascade.com>
Mon, 13 Aug 2007 13:06:27 +0000 (13:06 +0000)
config_files/gcc-common.sh

index 960294e0e8d6eef931977c6525614d8f8de34b50..f2f3d54fdac13e3d10d04d267edf64a28a4e4900 100755 (executable)
@@ -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
 }