This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch for Review: Compile each classfile individually unless--enable-libgcj-multifile
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Mohan Embar <gnustuff at thisiscool dot com>
- Cc: java-patches at gcc dot gnu dot org, <aph at redhat dot com>, <tromey at redhat dot com>
- Date: Wed, 17 Sep 2003 11:02:05 -0400 (EDT)
- Subject: Re: Patch for Review: Compile each classfile individually unless--enable-libgcj-multifile
On Wed, 17 Sep 2003, Mohan Embar wrote:
> This patch aims to do the latter, but uses the libjava-local
> configure switch --enable-libgcj-multifile instead of --enable-intermodule
> for reasons described here:
It might make sense though to turn --enable-libgcj-multifile on whenever
--enable-intermodule is present (presumably, anyone building with
--enable-intermodule has plenty of memory). That can be changed later.
Thanks for getting this together quickly. It looks fine to me (but get
approval from a maintainer).
Jeff