This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/49681] 4.6.1 cross-build fails in libquadmath/libiberty
- From: "mikpe at it dot uu.se" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 31 Jul 2011 09:07:07 +0000
- Subject: [Bug bootstrap/49681] 4.6.1 cross-build fails in libquadmath/libiberty
- Auto-submitted: auto-generated
- References: <bug-49681-4@http.gcc.gnu.org/bugzilla/>
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.