Salome HOME
add salome_system to the list of dependencies for native builds...
[tools/sat_salome.git] / products / gcc.pyconf
index b3ad62f98419609abf409263197538a320982f1e..22467721f7345214c77247246fdea27f8bd2fd5a 100644 (file)
@@ -2,7 +2,7 @@ default :
 {
     name : "gcc"
     build_source : "script"
-    compil_script : $name + "-" + $APPLICATION.products.gcc + $VARS.scriptExtension
+    compil_script : $name + $VARS.scriptExtension
     get_source : "archive"
     environ :
     {
@@ -18,3 +18,9 @@ default :
       incremental : "yes"
     }
 }
+
+version_6_3_0:
+{
+    compil_script : 'gcc-6.3.0.sh'
+
+}
\ No newline at end of file