diff options
Diffstat (limited to 'profiles/default-linux/ppc/dev/2006.0/ppc32/G3/make.defaults')
-rw-r--r-- | profiles/default-linux/ppc/dev/2006.0/ppc32/G3/make.defaults | 7 |
1 files changed, 2 insertions, 5 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" |