This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/44341] [4.6 Regression] libjava cross build fails when configured with --with-gmp=
- From: "aoliva at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 13 Jan 2011 09:07:47 +0000
- Subject: [Bug libgcj/44341] [4.6 Regression] libjava cross build fails when configured with --with-gmp=
- Auto-submitted: auto-generated
- References: <bug-44341-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44341
--- Comment #9 from Alexandre Oliva <aoliva at gcc dot gnu.org> 2011-01-13 09:07:09 UTC ---
Created attachment 22956
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22956
Another approach to fix the problem
Here's another approach that IMHO is more consistent: instead of depending on a
target library to mangle arguments for another target library, get the top
level to distinguish target and host arguments and pass them down, adjusted as
needed.