Re: PATCH RFA: Do not build java by default
Dave Korn <[email protected]>
| Newsgroups | gmane.comp.gcc.devel,gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
On 01/11/2010 03:48, Andrew Pinski wrote: > On Sun, Oct 31, 2010 at 12:47 PM, Gerald Pfeifer <[email protected]> wrote: >> 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. > > But it does not test java. Since the java testsuite depends on libjava. Indeed, it doesn't do anything at all. There is no java testsuite (i.e. nothing in gcc/testsuite/java.*). There is only a libjava testsuite. cheers, DaveK