--- Comment #7 from pinskia at gcc dot gnu dot org 2008-09-23 23:51 ---
You want --with-arch or -march=i686.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37509
--- Comment #6 from timothy dot krause at shaw dot ca 2008-09-23 22:56
---
(In reply to comment #5)
> Setting
> CFLAGS="-m32 -march=i686 -O2"
> fixed the problem for
> host=i686-pc-linux-gnu
> target=i686-pc-linux-gnu
> I later noticed that configure has a --with-cpu option. This genera
--- Comment #5 from timothy dot krause at shaw dot ca 2008-09-23 22:53
---
Setting
CFLAGS="-m32 -march=i686 -O2"
fixed the problem for
host=i686-pc-linux-gnu
target=i686-pc-linux-gnu
I later noticed that configure has a --with-cpu option. This generates a
-mcpu=i?86 option which also wo
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-09-14 02:03 ---
This is invalid, it is the issue which Paolo mentioned. I tried this on
PowerPC Linux and it works correctly.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--