Comment 91 for bug 587186

Revision history for this message
In , Jakub (jakub-redhat-bugs) wrote :

The NOPL emulator or letting Geode LX use a secondary i586 (or i486) arch is the only reasonable way to resolve this. All packages are built with -march=i686, so
even if as -mtune=i686 perhaps shouldn't use automatically i686 insns, -march=i686 certainly should. gcc should switch to telling as to use i686 optimized code for -march=i686, so all packages will eventually have i686 nops.