diff options
author | Travis Tilley <lv@gentoo.org> | 2004-06-14 01:40:44 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-06-14 01:40:44 +0000 |
commit | 318213a309a1c650788cc1f819eaa21231cc2e0c (patch) | |
tree | cf93501c90377c37e8961cee9c7a59604a8f1365 /profiles/gcc34-amd64-2004.1 | |
parent | Change x11-base/xfree dependency to virtual/x11 (#52153). This package still ... (diff) | |
download | historical-318213a309a1c650788cc1f819eaa21231cc2e0c.tar.gz historical-318213a309a1c650788cc1f819eaa21231cc2e0c.tar.bz2 historical-318213a309a1c650788cc1f819eaa21231cc2e0c.zip |
added -nptl to make.defaults for all amd64 profiles
Diffstat (limited to 'profiles/gcc34-amd64-2004.1')
-rw-r--r-- | profiles/gcc34-amd64-2004.1/make.defaults | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/profiles/gcc34-amd64-2004.1/make.defaults b/profiles/gcc34-amd64-2004.1/make.defaults index 286394edf70b..25d2b4c6d35e 100644 --- a/profiles/gcc34-amd64-2004.1/make.defaults +++ b/profiles/gcc34-amd64-2004.1/make.defaults @@ -4,17 +4,14 @@ #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 -opengl pam pdflib png python -qt quicktime readline sdl slang spell sse ssl -tcpd truetype X xml2 xmms xv zlib" +USE="amd64 oss 3dnow apm arts avi berkdb crypt -cups encode foomaticdb gdbm gif gpm gtk gtk2 imlib -gcj -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}" |