]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
adding env file for gcc3.4.3
authormaintenance team <salome-mnt@opencascade.com>
Thu, 22 May 2008 09:54:07 +0000 (09:54 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Thu, 22 May 2008 09:54:07 +0000 (09:54 +0000)
config_files/gcc-3.4.3.sh [new file with mode: 0755]

diff --git a/config_files/gcc-3.4.3.sh b/config_files/gcc-3.4.3.sh
new file mode 100755 (executable)
index 0000000..62ecd4b
--- /dev/null
@@ -0,0 +1,16 @@
+#!/bin/bash -noprofile
+
+####################################################################################
+#  File      : gcc-3.3.5.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-2008 CEA
+#
+#  This script is the part of the SALOME installation procedure.
+#
+####################################################################################
+
+export GCC_VERSION="3.4.3"
+./gcc-common.sh $*