diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-01-15 22:54:01 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-01-15 22:54:01 +0000 |
commit | 357b645a70fc342b496bb777d89f05a198d19197 (patch) | |
tree | 3cf896b6fd50447c4eb8d49b37c423c6cb84edfd | |
parent | Drop old versions. (diff) | |
download | gentoo-2-357b645a70fc342b496bb777d89f05a198d19197.tar.gz gentoo-2-357b645a70fc342b496bb777d89f05a198d19197.tar.bz2 gentoo-2-357b645a70fc342b496bb777d89f05a198d19197.zip |
We will use nptl even in stage1.
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" |