This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Should we remove java from the default bootstrap languages?
Tom Tromey wrote:
>>>>>> "Ian" == Ian Lance Taylor <iant@google.com> writes:
>
> Ian> Is it possible to only build and test a subset of libjava by default,
> Ian> and still get useful coverage of Java? The issue I see is simply that
> Ian> building libjava is half of the time required for a bootstrap.
>
> We could look into this. The minimum subset is probably several
> hundred classes. For instance, Class refers to URL, which will
> probably pull in most of java.net.
>
> Maybe David Daney already knows what is minimal...?
Yeah. Let's not disable java as default until we've at least
investigated this.
Andrew.