> #expanded form of -march=native. Nothing special here. Noting this > here because people keep freaking out when they see it in-line. > SYS_CFLAGS_MARCH_NATIVE_EXP="-march=amdfam10 -mcx16 -msahf -mpopcnt > --param l1-cache-size=64 --param l1-cache-line-size=64 --param > l2-cache-size=512 -mtune=amdfam10" > CFLAGS="${SYS_CFLAGS_MARCH_NATIVE_EXP} -O2 -pipe -ggdb3" > CXXFLAGS="${CFLAGS}" > FEATURES="splitdebug" > MAKEOPTS="--jobs --load=5" > EMERGE_DEFAULT_OPTS="--jobs --load-average=6 --verbose --tree > --with-bdeps=y --keep-going"
FYI Michael, i'm not too dissimilar, and no apparent problems with glibc-2.14.1-r3. Mostly stable, kernel from gentoo-sources 3.3.2. CFLAGS="-march=amdfam10 -mcx16 -msahf -mpopcnt -mabm -O2 -pipe" CXXFLAGS="${CFLAGS}" CHOST="x86_64-pc-linux-gnu" #MAKEOPTS="-j1" MAKEOPTS="-j4" #FEATURES="ccache parallel-fetch buildsyspkg distcc" FEATURES="-sandbox ccache parallel-fetch buildsyspkg" LINGUAS="en" EMERGE_DEFAULT_OPTS="--keep-going --autounmask y"