hm, I've noticed the same on the gentoo-wiki but I wasn't sure if that's wrong
@jlward4th:
did you get that cflags / configuration on the gentoo-wiki?
64 bit
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CXXFLAGS="${CFLAGS}"
Warning: nocona is not yet verified for Core 2. Use at your own risk.
CFLAGS="-march=nocona -mtune=pentium-m -O2 -pipe
Warning: not approved! In test since 01.09.06
Bear in mind that all Core 2 Duo are dual-core CPUs so make sure that you use MAKEOPTS="-j3" in your make.conf. This doesn't affect the code but might reduce compile times.
Intel Core 2 Duo section on gentoo-wiki.com
Code: Select all
CFLAGS="-march=nocona -O2 -fomit-frame-pointer -pipe"
works fine for me (Core 2 Duo, Conroe 6600)
also if you own an >= Conroe 6600
you should consider
, this will cut your build-times tremendously