This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: link problems under darwin5.2
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: tromey at redhat dot com
- Cc: Andreas Tobler <toa at pop dot agri dot ch>,Jeff Sturm <jsturm at one-point dot com>,GCC-Java <java at gcc dot gnu dot org>
- Date: Sat, 12 Jan 2002 14:37:37 +1300
- Subject: Re: link problems under darwin5.2
On Friday, January 11, 2002, at 05:55 PM, Tom Tromey wrote:
> What's nice about this mode is that, in it, GNU
> ar reads commands from stdin. So this nicely sidesteps line length
> limits and the like.
I'd like to have libgcj's Makefile to build things an entire package (or
more) at a time. This would greatly speed up the build and open the door
for more optimizations in addition to side-stepping the command line
length issue. The only disadvantage is possibly longer incremental
rebuild times.
There is at least one PR to fix before we can do this though.
regards
Bryce.