summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for Java on ppc across the treeJames Le Cuirot2016-01-161-1/+1
| | | | Sorry! *sniff*
* dev-java/gnu-classpath: Mark 0.98-r5 stable on behalf of arch teamsJames Le Cuirot2016-01-141-1/+1
| | | | | | | Needs to be done in conjunction with other changes so I am doing the commit with their permission. Package-Manager: portage-2.2.26
* dev-java/gnu-classpath: Build with regular javac instead of ECJJames Le Cuirot2016-01-101-0/+125
I believe GNU Classpath favoured ECJ because it was the only FOSS compiler capable of building it at the time. OpenJDK is now preferable and the statement in configure.ac that not using ECJ results in com.sun.tools.javac not being included doesn't hold true. The simplification is nice but this also avoids a race condition occuring with ECJ on ppc. This is almost certainly a CACAO issue. See http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2782. Package-Manager: portage-2.2.26