diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-01-22 18:45:30 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-01-22 18:45:30 +0000 |
commit | 096d9e7ca98c89b1926bd74b0822c1f37cd02acf (patch) | |
tree | 16452e727225a056c6100dd315f33c1bcba33ccb /profiles | |
parent | add vserver-utils; remove util-vserver (diff) | |
download | gentoo-2-096d9e7ca98c89b1926bd74b0822c1f37cd02acf.tar.gz gentoo-2-096d9e7ca98c89b1926bd74b0822c1f37cd02acf.tar.bz2 gentoo-2-096d9e7ca98c89b1926bd74b0822c1f37cd02acf.zip |
Removed nptl from STAGE1_USE for bug #114923 and added -maltivec for G4.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/ppc/dev/2006.0/ppc32/G3/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-linux/ppc/dev/2006.0/ppc32/G4/make.defaults | 6 |
2 files changed, 5 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 d44b9032745a..b3431bc9b9d3 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,9 +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.4 2006/01/18 18:58:35 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/dev/2006.0/ppc32/G3/make.defaults,v 1.5 2006/01/22 18:45:30 pylon Exp $ CFLAGS="-O2 -mtune=G3 -mcpu=G3 -pipe" CXXFLAGS="${CFLAGS}" -STAGE1_USE="nptl unicode" +STAGE1_USE="unicode" USE="${STAGE1_USE} alsa apache2 apm arts avi berkdb bitmap-fonts crypt cups eds emboss encode esd fortran foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mp3 mpeg ncurses nls ogg oggvorbis opengl pam perl pdflib png python qt quicktime readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts udev vorbis X xml2 xmms xv zlib" 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 ead3a97a6697..8df27bffdd94 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,9 +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.4 2006/01/18 18:58:35 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/dev/2006.0/ppc32/G4/make.defaults,v 1.5 2006/01/22 18:45:30 pylon Exp $ -CFLAGS="-O2 -mtune=G4 -mcpu=G4 -mabi=altivec -pipe" +CFLAGS="-O2 -mtune=G4 -mcpu=G4 -maltivec -mabi=altivec -pipe" CXXFLAGS="${CFLAGS}" -STAGE1_USE="altivec nptl unicode" +STAGE1_USE="altivec unicode" USE="${STAGE1_USE} alsa apache2 apm arts avi berkdb bitmap-fonts crypt cups eds emboss encode esd fortran foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mp3 mpeg ncurses nls ogg oggvorbis opengl pam perl pdflib png python qt quicktime readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts udev vorbis X xml2 xmms xv zlib" |