On Tue, 4 Mar 2003 01:09:35 -0500, Todd Punderson <[EMAIL PROTECTED]> wrote:
Oops, crud I posted HTML accidentally I think, damn windows client.
Anyway,
a K6-2 is a i586, you'll need to fix your CHOST. On a K6-2 that I have, I
use:
CHOST="i586-pc-linux-gnu"
CFLAGS="-march=k6-2 -O3 -pipe "
CXXFLAGS="${CFLAGS}"
i686 flags mean you have pentium-pro instructions. Pentium pro
instructions are on the PII, but not the pentium or pentium-mmx, or any of
the k6 k6-2 chips. (I don't knwo about k6-3 and 4).
--
[EMAIL PROTECTED] mailing list