comparison 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
comparison
equal deleted inserted replaced
18743:220d7f242e57 18744:8ac074d3e7c0
1247 ], 1247 ],
1248 "checkstyle" : "com.oracle.graal.graph", 1248 "checkstyle" : "com.oracle.graal.graph",
1249 "javaCompliance" : "1.8", 1249 "javaCompliance" : "1.8",
1250 "annotationProcessors" : ["com.oracle.graal.service.processor"], 1250 "annotationProcessors" : ["com.oracle.graal.service.processor"],
1251 "workingSets" : "Graal,Truffle", 1251 "workingSets" : "Graal,Truffle",
1252 },
1253
1254 "com.oracle.graal.truffle.hotspot.sparc" : {
1255 "subDir" : "graal",
1256 "sourceDirs" : ["src"],
1257 "dependencies" : [
1258 "com.oracle.graal.truffle.hotspot",
1259 "com.oracle.graal.asm.sparc",
1260 ],
1261 "checkstyle" : "com.oracle.graal.graph",
1262 "javaCompliance" : "1.8",
1263 "annotationProcessors" : ["com.oracle.graal.service.processor"],
1264 "workingSets" : "Graal,Truffle,SPARC",
1252 } 1265 }
1253 }, 1266 },
1254 1267
1255 "distributions" : { 1268 "distributions" : {
1256 "GRAAL" : { 1269 "GRAAL" : {
1292 "subDir" : "graal", 1305 "subDir" : "graal",
1293 "sourcesPath" : "build/graal-truffle.src.zip", 1306 "sourcesPath" : "build/graal-truffle.src.zip",
1294 "dependencies" : [ 1307 "dependencies" : [
1295 "com.oracle.graal.truffle", 1308 "com.oracle.graal.truffle",
1296 "com.oracle.graal.truffle.hotspot.amd64", 1309 "com.oracle.graal.truffle.hotspot.amd64",
1310 "com.oracle.graal.truffle.hotspot.sparc"
1297 ], 1311 ],
1298 "exclude" : ["FINDBUGS"], 1312 "exclude" : ["FINDBUGS"],
1299 "distDependencies" : [ 1313 "distDependencies" : [
1300 "GRAAL", 1314 "GRAAL",
1301 "TRUFFLE", 1315 "TRUFFLE",