Re: PATCH RFA: Do not build java by default
Gerald Pfeifer <[email protected]>
| Newsgroups | gmane.comp.gcc.devel,gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 31 Oct 2010, Steven Bosscher wrote: > Is it possible to build and test java without all of libjava? configure --disable-libgcj. I have been using this for my daily bootstraps for a while. Gerald