James <wireless <at> tampabay.rr.com> writes:
> stage3-i686-20090901.tar.bz2 Well I found the doc: http://en.gentoo-wiki.com/wiki/Safe_Cflags/Intel so here are my answers to my questions: CHOST="i686-pc-linux-gnu" CFLAGS="-march=pentium3 -Os -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" Where -O2 is change to -Os to keep binaries small. > USE="-* -nls hardened ncurses ssl crypt berkdb tcpd pam perl pcre \ > python readline zlib bzip2 nptl nptlonly syslog" Adding these entris to the USE flags: mmx sse Any other suggestions or comments are most welcome. James