From: maintenance team Date: Wed, 26 Sep 2007 07:41:05 +0000 (+0000) Subject: Adding gcc 4.1.1 config file for Mandriva2007 X-Git-Tag: V_3_2_9~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cecad1ebdbd7466bdc8028e784e32a0965abea6b;p=tools%2Finstall.git Adding gcc 4.1.1 config file for Mandriva2007 --- diff --git a/config_files/gcc-4.1.1.sh b/config_files/gcc-4.1.1.sh new file mode 100755 index 0000000..5d9f070 --- /dev/null +++ b/config_files/gcc-4.1.1.sh @@ -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 $*