This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/43328] multilib bootstrap broken.
- From: "alexandre.nunes at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 30 Oct 2011 11:20:11 +0000
- Subject: [Bug bootstrap/43328] multilib bootstrap broken.
- Auto-submitted: auto-generated
- References: <bug-43328-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43328
Alexandre Pereira Nunes <alexandre.nunes at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexandre.nunes at gmail
| |dot com
--- Comment #21 from Alexandre Pereira Nunes <alexandre.nunes at gmail dot com> 2011-10-30 11:20:11 UTC ---
Building gcc 4.6.2 as a cross-compiler on ix86 targetting arm-elf fails for me
w/ --enable-multilib explicitly passed on, w/ zlib barking about trying to
compile a 64-bit version. gcc 4.6.1 used to work w/ same directives, so I
suspect I'm seeing a regression.
removing --enable-multilib from args passed to gcc seems to make the issue go
away.