This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/44341] [4.6 Regression] libjava cross build fails when configured with --with-gmp=


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.


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