This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: java.util Classpath/libgcj merging
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: java.util Classpath/libgcj merging
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Mon, 19 Feb 2001 10:48:22 -0500 (EST)
- cc: Mark Wielaard <mark at klomp dot org>, java-patches at gcc dot gnu dot org
On Mon, 19 Feb 2001, Bryce McKinlay wrote:
> > Configuring with --disable-multilib could be a workaround. Since Alpha
> > doesn't multilib anymore, I no longer test such builds.
>
> Okay, so presumably libjava (or libffi?) is trying to multilib, but theres no corresponding version of
> libgcc. Probibly, changing whatever is trying to multilib to not do so would be the correct fix if that is
> the case.
Libjava should not multilib unless gcc does first. The driver program
(gcc) governs this behavior.
It might be constructive to link a test c++ program with and without
-msoft-float, and report any problems to the gcc list.
Jeff