https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95661

Mikael Pettersson <mikpelinux at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikpelinux at gmail dot com

--- Comment #1 from Mikael Pettersson <mikpelinux at gmail dot com> ---
(In reply to Matt Emmerton from comment #0)
> --with-bugurl=http://bugzilla.redhat.com/bugzilla

That's a Red Hat compiler, with Red Hat modifications and configuration, and as
--with-bugurl indicates, they're the ones you should report the bug to.

> --with-arch_32=x86-64

This is what's causing SSE2 in 32-bit code.

I think this needs to be --with-arch-32=i386, or the multilibs need to
explicitly include i386, and then you could compile with -m32 -mcpu=i386.

Reply via email to