Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker.
Date: Fri, 27 Apr 2012 00:37:39
Message-Id: CAC=wYCG0Nfh1zth+ZNpD464gM2E+fJ-UXQtA6r+Ex3vOFjAb7g@mail.gmail.com
In Reply to: Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker. by Michael Mol
1 > #expanded form of -march=native. Nothing special here. Noting this
2 > here because people keep freaking out when they see it in-line.
3 > SYS_CFLAGS_MARCH_NATIVE_EXP="-march=amdfam10 -mcx16 -msahf -mpopcnt
4 > --param l1-cache-size=64 --param l1-cache-line-size=64 --param
5 > l2-cache-size=512 -mtune=amdfam10"
6 > CFLAGS="${SYS_CFLAGS_MARCH_NATIVE_EXP} -O2 -pipe -ggdb3"
7 > CXXFLAGS="${CFLAGS}"
8 > FEATURES="splitdebug"
9 > MAKEOPTS="--jobs --load=5"
10 > EMERGE_DEFAULT_OPTS="--jobs --load-average=6 --verbose --tree
11 > --with-bdeps=y --keep-going"
12
13 FYI Michael, i'm not too dissimilar, and no apparent problems with
14 glibc-2.14.1-r3. Mostly stable, kernel from gentoo-sources 3.3.2.
15
16 CFLAGS="-march=amdfam10 -mcx16 -msahf -mpopcnt -mabm -O2 -pipe"
17 CXXFLAGS="${CFLAGS}"
18 CHOST="x86_64-pc-linux-gnu"
19 #MAKEOPTS="-j1"
20 MAKEOPTS="-j4"
21 #FEATURES="ccache parallel-fetch buildsyspkg distcc"
22 FEATURES="-sandbox ccache parallel-fetch buildsyspkg"
23 LINGUAS="en"
24 EMERGE_DEFAULT_OPTS="--keep-going --autounmask y"

Replies