Nicholas wrote:
Hi,

I'm trying to install Gentoo on an AMD K6-III system -- successfully -- until I noticed that the ebuild for xine-lib-0.9.13-r3 had changed my -march=k6-3 to i686 and libpng changed it to i586.

I understand why this is done, but I thought that a k6-III was equivalent to i586, and built my system (from stage 1) with CHOST="i586-pc-linux-gnu".

I know I can't use CHOST="k6-3-pc-linux-gnu" (at least in part because the extra '-' confuses the parsing) because I've tried on my Mandrake 9.1 :-) but should I use the default CHOST="i686-pc-linux-gnu" instead?

i586-pc-linux-gnu and -march=k6-3 are correct. -march=i686 is incorrect and should be -march=i586.


Regards,
        Stephan



--
[EMAIL PROTECTED] mailing list



Reply via email to