This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch for Review: Build all libjava .class files at once (Updated Again)
- From: Andrew Haley <aph at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: gnustuff at thisiscool dot com, GCJ Patches <java-patches at gcc dot gnu dot org>
- Date: Mon, 15 Sep 2003 19:11:20 +0100
- Subject: Re: Patch for Review: Build all libjava .class files at once (Updated Again)
- References: <2UOL1VWQZXCA07JOJD9SMIGIC1Y8UR.3f4477b6@p733><87oeycvz9z.fsf@fleche.redhat.com>
Tom Tromey writes:
> >>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:
>
> Mohan> 3. built make-3.79.1, hid /usr/bin/make, put make-3.79-1 in
> Mohan> my path, ensured that my built make was being picked up,
> Mohan> fired up the i686-pc-linux-gnu build
>
> Great, thanks for doing this.
>
> Mohan> Do you want me to go back to an even-more-previous version of
> Mohan> make?
>
> Nope. I just read on the main list that gcc as a whole will assume
> GNU make 3.79.1 or later. So this patch is fine. Thanks!
I note that this causes the compiler to expand to a resident set size
of some 266 Mbytes. On some machines this could cause sever
thrashing, and maybe libgcj can't be built at all.
Andrew.