On Mon, Jun 27, 2005 at 05:20:42PM -0400, Colin wrote

> Taking a guess here:
>  CHOST="i686-pc-linux-gnu"
>  CFLAGS="-O2 -march=pentium3 -pipe -fomit-frame-pointer -fstack-protector"

   From my PIII's /etc/make.conf

CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -mmmx -msse -mfpmath=sse"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j1"

   To confirm the mmx and sse flags, boot any linux live CD, and execute

cat /proc/cpuinfo

The "FLAGS" line should contain "mmx" and "sse".  You should also have
mmx and sse in your USE variable.

-- 
Walter Dnes <[EMAIL PROTECTED]>
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list

Reply via email to