This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: work around libtool to fix alpha libgcj build
- From: Andrew Haley <aph at redhat dot com>
- To: Richard Henderson <rth at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Fri, 11 Feb 2005 11:30:16 +0000
- Subject: Re: work around libtool to fix alpha libgcj build
- References: <20050211041410.GA6237@redhat.com>
Richard Henderson writes:
> now libgcj.a, the static library, is built with -fPIC. I mentioned
> this to tromey on irc, and he thought that while it was
> unfortunate, it'd be ok.
That ought to be a huge advantage, because it'll only be necessary to
compile each java file once, rather than twice.
Andrew.