diff options
author | Daniel Ostrow <dostrow@gentoo.org> | 2006-07-31 04:12:43 +0000 |
---|---|---|
committer | Daniel Ostrow <dostrow@gentoo.org> | 2006-07-31 04:12:43 +0000 |
commit | 58003f95479d0e755d98ce7c23410bb525d9ce14 (patch) | |
tree | 4dbf415ae9da6a26ff37649687ebb509226946ed /profiles | |
parent | Revision bump to support new Java system (diff) | |
download | gentoo-2-58003f95479d0e755d98ce7c23410bb525d9ce14.tar.gz gentoo-2-58003f95479d0e755d98ce7c23410bb525d9ce14.tar.bz2 gentoo-2-58003f95479d0e755d98ce7c23410bb525d9ce14.zip |
Once more for STAGE1_USE and nptl/nptlonly.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/ppc/ppc64/2006.1/32bit-userland/970/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/ppc/ppc64/2006.1/32bit-userland/970/make.defaults b/profiles/default-linux/ppc/ppc64/2006.1/32bit-userland/970/make.defaults index fec36fb353b2..9731ab8f3e3f 100644 --- a/profiles/default-linux/ppc/ppc64/2006.1/32bit-userland/970/make.defaults +++ b/profiles/default-linux/ppc/ppc64/2006.1/32bit-userland/970/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/ppc64/2006.1/32bit-userland/970/make.defaults,v 1.1 2006/07/14 05:29:51 dostrow Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2006.1/32bit-userland/970/make.defaults,v 1.2 2006/07/31 04:12:43 dostrow Exp $ CFLAGS="-O2 -pipe -mtune=970 -mcpu=970 -mabi=altivec" CXXFLAGS=${CFLAGS} -STAGE1_USE="altivec gcc64 unicode" +STAGE1_USE="altivec gcc64 nptl nptlonly unicode" USE="${STAGE1_USE} ${USE}" |