summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-06-14 01:40:44 +0000
committerTravis Tilley <lv@gentoo.org>2004-06-14 01:40:44 +0000
commit26269e52b93043716eb7ee7b47d99742e72bcdbb (patch)
tree8a6a70cf7202eac01b779d0c8b5a9854e0a3d3fe /profiles/default-amd64-2004.0
parentChange x11-base/xfree dependency to virtual/x11 (#52153). This package still ... (diff)
downloadgentoo-2-26269e52b93043716eb7ee7b47d99742e72bcdbb.tar.gz
gentoo-2-26269e52b93043716eb7ee7b47d99742e72bcdbb.tar.bz2
gentoo-2-26269e52b93043716eb7ee7b47d99742e72bcdbb.zip
added -nptl to make.defaults for all amd64 profiles
Diffstat (limited to 'profiles/default-amd64-2004.0')
-rw-r--r--profiles/default-amd64-2004.0/make.defaults6
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/default-amd64-2004.0/make.defaults b/profiles/default-amd64-2004.0/make.defaults
index 286394edf70b..0d7fb54bffa1 100644
--- a/profiles/default-amd64-2004.0/make.defaults
+++ b/profiles/default-amd64-2004.0/make.defaults
@@ -4,17 +4,17 @@
#Experimental: trying to use these USE variables to build up from stage 2->3
#thus eliminating the inherent fragility of using USE for this
-GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses -java"
+GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses -java -nptl"
USE="amd64 oss 3dnow apm arts avi berkdb crypt -cups encode foomaticdb gdbm gif gpm gtk gtk2 imlib nogcj
--java jpeg kde gnome libg++ libwww mikmod mmx motif mpeg ncurses nls oggvorbis
+-java -nptl jpeg kde gnome libg++ libwww mikmod mmx motif mpeg ncurses nls oggvorbis
opengl pam pdflib png python -qt quicktime readline sdl slang spell sse ssl
tcpd truetype X xml2 xmms xv zlib"
ARCH="amd64"
COMPILER="gcc3"
ACCEPT_KEYWORDS="amd64"
-CFLAGS="-O2"
+CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"