http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48392
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-03-31
17:19:09 UTC ---
(In reply to comment #2)
> I configured with:
>
> ../gcc/configure --host=i686-pc-linux-gnu
You are configuring for a cross compiler which I doubt you want anyways. Just
remove the --host part and install the 32bit glibc (or use --disable-mutlilib).