> I changed my MCPU from 686 to 586 and re-emerged it.
>
> I guess a K6-2 isn't a 686...
>
>From the gcc 3.2.2 docs:
-----
`-mcpu=CPU-TYPE'
Tune to CPU-TYPE everything applicable about the generated code,
except for the ABI and the set of available instructions. The
choices for CPU-TYPE are `i386', `i486', `i586', `i686',
`pentium', `pentium-mmx', `pentiumpro', `pentium2', `pentium3',
`pentium4', `k6', `k6-2', `k6-3', `athlon', `athlon-tbird',
`athlon-4', `athlon-xp' and `athlon-mp'.
-----
So, you might want to try 'mcpu=k6-2' as well.
Doug Gorley | [EMAIL PROTECTED]
--
[EMAIL PROTECTED] mailing list