Salome HOME
graphviz: fix
[tools/sat_salome.git] / products / gcc.pyconf
index b3ad62f98419609abf409263197538a320982f1e..e077dff9be633e760803971cf96673d6865bfaef 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,13 @@ default :
       incremental : "yes"
     }
 }
+
+version_8_5_0:
+{
+    compil_script : 'gcc-8.5.0.sh'
+}
+
+version_6_3_0:
+{
+    compil_script : 'gcc-6.3.0.sh'
+}