diff mx/suite.py @ 18744:8ac074d3e7c0

SPARC support for Truffle
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Sun, 21 Dec 2014 10:45:09 +0100
parents 03861c619acb
children 5294b624e2f0
line wrap: on
line diff
--- a/mx/suite.py	Sun Dec 21 13:56:31 2014 +1000
+++ b/mx/suite.py	Sun Dec 21 10:45:09 2014 +0100
@@ -1249,6 +1249,19 @@
       "javaCompliance" : "1.8",
       "annotationProcessors" : ["com.oracle.graal.service.processor"],
       "workingSets" : "Graal,Truffle",
+    },
+
+    "com.oracle.graal.truffle.hotspot.sparc" : {
+      "subDir" : "graal",
+      "sourceDirs" : ["src"],
+      "dependencies" : [
+        "com.oracle.graal.truffle.hotspot",
+        "com.oracle.graal.asm.sparc",
+      ],
+      "checkstyle" : "com.oracle.graal.graph",
+      "javaCompliance" : "1.8",
+      "annotationProcessors" : ["com.oracle.graal.service.processor"],
+      "workingSets" : "Graal,Truffle,SPARC",
     }
   },
 
@@ -1294,6 +1307,7 @@
       "dependencies" : [
         "com.oracle.graal.truffle",
         "com.oracle.graal.truffle.hotspot.amd64",
+        "com.oracle.graal.truffle.hotspot.sparc"
       ],
       "exclude" : ["FINDBUGS"],
       "distDependencies" : [