This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: switch to __builtin_alloca
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: Patch: switch to __builtin_alloca
- From: Tom Tromey <tromey at redhat dot com>
- Date: 12 Feb 2001 14:15:26 -0700
- Cc: green at cygnus dot com, java-patches at gcc dot gnu dot org
- References: <200102110659.WAA24320@makita.cygnus.com> <3A8720ED.22B2B5E2@albatross.co.nz>
- Reply-To: tromey at redhat dot com
>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:
Bryce> Do you think we should remove all the "noconfigdirs="${libgcj}"
Bryce> stuff from the top-level configure.in? After all, the top-level
Bryce> won't try to build java unless "--enable-languages=java" is
Bryce> supplied anyway.
I want to convince Mark to enable Java automatically on supported
platforms. Do we want to automatically build Java everywhere? I
doubt we want to field a lot of "threads and gc don't work" bug
reports. But maybe that is an exaggerated fear.
Tom