]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Fix pb with gcc environment
authorvsr <vsr@opencascade.com>
Thu, 22 May 2008 10:40:51 +0000 (10:40 +0000)
committervsr <vsr@opencascade.com>
Thu, 22 May 2008 10:40:51 +0000 (10:40 +0000)
config_files/gcc-3.2.sh
config_files/gcc-3.3.5.sh
config_files/gcc-3.4.3.sh
config_files/gcc-3.4.sh
config_files/gcc-4.0.1.sh
config_files/gcc-4.1.1.sh

index a32e9bfba5eb5e2921ae23a69c48e08567a2c07a..200da9a92c8bd71bc5a0946860d7622bed6e08c3 100755 (executable)
@@ -13,4 +13,4 @@
 ####################################################################################
 
 export GCC_VERSION="3.2"
-./gcc-common.sh $*
+./gcc-common.sh "$@"
index b4279dedfe720575be96823b890a7f639553defe..0e6b3671f894651772f56be01874d4aa416005bc 100755 (executable)
@@ -13,4 +13,4 @@
 ####################################################################################
 
 export GCC_VERSION="3.3.5"
-./gcc-common.sh $*
+./gcc-common.sh "$@"
index 62ecd4bde6b5a108e42b9df889e3c03d63b13424..35df6733c163e0768afb8c901a9bcc28fc7103ef 100755 (executable)
@@ -13,4 +13,4 @@
 ####################################################################################
 
 export GCC_VERSION="3.4.3"
-./gcc-common.sh $*
+./gcc-common.sh "$@"
index 175d78aea80c801b48e9bf5499df239e2aedbab5..571ece6270f3d1cd11cc8ab2f724fbc6cbe83866 100755 (executable)
@@ -13,4 +13,4 @@
 ####################################################################################
 
 export GCC_VERSION="3.4.1"
-./gcc-common.sh $*
+./gcc-common.sh "$@"
index 61fed1fcdfef8799b2415bbf11f05f758f7251df..e46e5b7956f1edbbcaaa88f0f1c658eca865851c 100755 (executable)
@@ -13,4 +13,4 @@
 ####################################################################################
 
 export GCC_VERSION="4.0.1"
-./gcc-common.sh $*
+./gcc-common.sh "$@"
index 42169093b0f5e2e8742f0abd5bd6aed18f7676c0..988e171a9aa17a9421f15eb14fdf5458433bed47 100755 (executable)
@@ -13,4 +13,4 @@
 ####################################################################################
 
 export GCC_VERSION="4.1.1"
-./gcc-common.sh $*
+./gcc-common.sh "$@"