This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: RFC: Don't build libjava convenience library
- From: Tom Tromey <tromey at redhat dot com>
- To: Bryce McKinlay <mckinlay at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org, rth at redhat dot com
- Date: 19 May 2005 09:42:33 -0600
- Subject: Re: RFC: Don't build libjava convenience library
- References: <428CA69A.5050307@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Bryce" == Bryce McKinlay <mckinlay@redhat.com> writes:
Bryce> Now that we have just one .o for each package, its far less likely
Bryce> that we'll hit platform command line length limits. This patch removes
Bryce> the "convenience library" hack that was introduced to stop libtool
Bryce> using incremental linking when the limit was reached.
As long as it still builds on Alpha, go for it, IMO.
Tom