summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2006-01-15 22:54:01 +0000
committerLars Weiler <pylon@gentoo.org>2006-01-15 22:54:01 +0000
commitaddc8c4b22c5e28ec82897836fdb16156f5d1e00 (patch)
tree269396450a98405ec665b89c0ff34e254c712381
parentDrop old versions. (diff)
downloadhistorical-addc8c4b22c5e28ec82897836fdb16156f5d1e00.tar.gz
historical-addc8c4b22c5e28ec82897836fdb16156f5d1e00.tar.bz2
historical-addc8c4b22c5e28ec82897836fdb16156f5d1e00.zip
We will use nptl even in stage1.
-rw-r--r--profiles/default-linux/ppc/dev/2006.0/ppc32/G3/make.defaults7
-rw-r--r--profiles/default-linux/ppc/dev/2006.0/ppc32/G4/make.defaults7
-rw-r--r--profiles/default-linux/ppc/dev/2006.0/ppc32/make.defaults7
3 files changed, 6 insertions, 15 deletions
diff --git a/profiles/default-linux/ppc/dev/2006.0/ppc32/G3/make.defaults b/profiles/default-linux/ppc/dev/2006.0/ppc32/G3/make.defaults
index 299e80786f0e..c8845a54d3b4 100644
--- a/profiles/default-linux/ppc/dev/2006.0/ppc32/G3/make.defaults
+++ b/profiles/default-linux/ppc/dev/2006.0/ppc32/G3/make.defaults
@@ -1,12 +1,9 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/dev/2006.0/ppc32/G3/make.defaults,v 1.2 2006/01/08 19:23:07 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/dev/2006.0/ppc32/G3/make.defaults,v 1.3 2006/01/15 22:54:01 pylon Exp $
CFLAGS="-O2 -mtune=G3 -mcpu=G3 -pipe"
CXXFLAGS="${CFLAGS}"
-# This is currently commented so that the stage1 tarball can also be used to
-# build no-nptl systems.
-#STAGE1_USE="nptl unicode"
-STAGE1_USE="unicode"
+STAGE1_USE="nptl unicode"
USE="${STAGE1_USE} alsa apache2 apm arts avi bitmap-fonts cups eds emboss encode esd fortran foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mp3 mpeg nptl ogg oggvorbis opengl pdflib png qt quicktime sdl spell truetype truetype-fonts type1-fonts udev vorbis X xml2 xmms xv"
diff --git a/profiles/default-linux/ppc/dev/2006.0/ppc32/G4/make.defaults b/profiles/default-linux/ppc/dev/2006.0/ppc32/G4/make.defaults
index 1db8de65429e..849b7be2c896 100644
--- a/profiles/default-linux/ppc/dev/2006.0/ppc32/G4/make.defaults
+++ b/profiles/default-linux/ppc/dev/2006.0/ppc32/G4/make.defaults
@@ -1,12 +1,9 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/dev/2006.0/ppc32/G4/make.defaults,v 1.2 2006/01/08 19:23:07 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/dev/2006.0/ppc32/G4/make.defaults,v 1.3 2006/01/15 22:54:01 pylon Exp $
CFLAGS="-O2 -mtune=G4 -mcpu=G4 -mabi=altivec -pipe"
CXXFLAGS="${CFLAGS}"
-# This is currently commented so that the stage1 tarball can also be used to
-# build no-nptl systems.
-#STAGE1_USE="altivec nptl unicode"
-STAGE1_USE="altivec unicode"
+STAGE1_USE="altivec nptl unicode"
USE="${STAGE1_USE} alsa apache2 apm arts avi bitmap-fonts cups eds emboss encode esd fortran foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mp3 mpeg nptl ogg oggvorbis opengl pdflib png qt quicktime sdl spell truetype truetype-fonts type1-fonts udev vorbis X xml2 xmms xv"
diff --git a/profiles/default-linux/ppc/dev/2006.0/ppc32/make.defaults b/profiles/default-linux/ppc/dev/2006.0/ppc32/make.defaults
index 5514cc690da9..6c72526d60e3 100644
--- a/profiles/default-linux/ppc/dev/2006.0/ppc32/make.defaults
+++ b/profiles/default-linux/ppc/dev/2006.0/ppc32/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/dev/2006.0/ppc32/make.defaults,v 1.2 2006/01/08 19:23:07 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/dev/2006.0/ppc32/make.defaults,v 1.3 2006/01/15 22:54:01 pylon Exp $
# All extra USE/etc should be specified in sub-profiles.
# DO NOT POLLUTE USE ON THIS PROFILE.
@@ -14,8 +14,5 @@ CXXFLAGS="${CFLAGS}"
FEATURES="sandbox sfperms"
-# This is currently commented so that the stage1 tarball can also be used to
-# build no-nptl systems.
-#STAGE1_USE="nptl unicode"
-STAGE1_USE="unicode"
+STAGE1_USE="nptl unicode"
USE="${STAGE1_USE} berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib"