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 bootstrap/49681] 4.6.1 cross-build fails in libquadmath/libiberty


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49681

--- Comment #2 from Mikael Pettersson <mikpe at it dot uu.se> 2011-07-31 09:07:03 UTC ---
Not a GCC bug.

Either configure with --disable-libquadmath, or install target headers and
libraries.  Your configure step obviously already knows about having to disable
various extras when headers are absent, but it hasn't been taught about
libquadmath.

I have no problem building a 4.6.1 cross to mips-linux, with or without target
headers pre-installed.


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