This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: java.util Classpath/libgcj merging




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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]