Re: [PATCH] Delete GCJ
Matthias Klose <[email protected]> Mon, 5 Sep 2016 17:29:27 +0200
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.java.patches |
|---|---|
| Message-ID | <[email protected]> |
On 05.09.2016 17:13, Andrew Haley wrote: > As discussed. I think I should ask a Global reviewer to approve this > one. For obvious reasons I haven't included the diffs to the deleted > gcc/java and libjava directories. The whole tree, post GCJ-deletion, > is at svn+ssh://gcc.gnu.org/svn/gcc/branches/gcj/gcj-deletion-branch > if anyone would like to try it. > > Andrew. > > > 2016-09-05 Andrew Haley <[email protected]> > > * Makefile.def: Remove libjava. > * Makefile.tpl: Likewise. > * Makefile.in: Regenerate. > * configure.ac: Likewise. > * configure: Likewise. > * gcc/java: Remove. > * libjava: Likewise. Please consider removing boehm-gc as well. The only other user is --enable-objc-gc, which better should use an external boehm-gc. Matthias