]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Adding gcc 4.1.1 config file for Mandriva2007
authormaintenance team <salome-mnt@opencascade.com>
Wed, 26 Sep 2007 07:41:05 +0000 (07:41 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Wed, 26 Sep 2007 07:41:05 +0000 (07:41 +0000)
config_files/gcc-4.1.1.sh [new file with mode: 0755]

diff --git a/config_files/gcc-4.1.1.sh b/config_files/gcc-4.1.1.sh
new file mode 100755 (executable)
index 0000000..5d9f070
--- /dev/null
@@ -0,0 +1,16 @@
+#!/bin/bash -noprofile
+
+####################################################################################
+#  File      : gcc-4.0.1.sh
+#  Created   : Thu Dec 18 12:01:00 2002
+#  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
+#  Project   : SALOME
+#  Module    : Installation Wizard
+#  Copyright : 2002-2007 CEA
+#
+#  This script is the part of the SALOME installation procedure.
+#
+####################################################################################
+
+export GCC_VERSION="4.1.1"
+./gcc-common.sh $*