# HG changeset patch # User Doug Simon # Date 1428587778 -7200 # Node ID 197d955502b38c7b3c406e5634e4c8d2c13bcab2 # Parent e52678b8198f21e90a639f29238938af0d3f6757 fixed canonicalizeprojects issues diff -r e52678b8198f -r 197d955502b3 mx/suite.py --- a/mx/suite.py Thu Apr 09 15:36:46 2015 +0200 +++ b/mx/suite.py Thu Apr 09 15:56:18 2015 +0200 @@ -597,7 +597,6 @@ "sourceDirs" : ["src"], "dependencies" : [ "com.oracle.graal.replacements", - "com.oracle.graal.amd64", "com.oracle.graal.lir.amd64", ], "checkstyle" : "com.oracle.graal.graph", @@ -611,7 +610,6 @@ "sourceDirs" : ["src"], "dependencies" : [ "com.oracle.graal.replacements", - "com.oracle.graal.sparc", ], "checkstyle" : "com.oracle.graal.graph", "javaCompliance" : "1.8",