diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-01-12 21:02:03 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-01-12 21:02:03 +0000 |
commit | ee4f02a9e7285a5c66ab314af8b1c5f310a27df8 (patch) | |
tree | ff9d39192c198d8bbb3bd9859b39278ad43529ea /profiles | |
parent | Added ~ppc64 (diff) | |
download | gentoo-2-ee4f02a9e7285a5c66ab314af8b1c5f310a27df8.tar.gz gentoo-2-ee4f02a9e7285a5c66ab314af8b1c5f310a27df8.tar.bz2 gentoo-2-ee4f02a9e7285a5c66ab314af8b1c5f310a27df8.zip |
Changes for 2006.0 release work. Make USE="nptl -nptlonly" default for 2006.0.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/2006.0/make.defaults | 5 | ||||
-rw-r--r-- | profiles/default-linux/amd64/2006.0/profile.bashrc | 10 |
2 files changed, 4 insertions, 11 deletions
diff --git a/profiles/default-linux/amd64/2006.0/make.defaults b/profiles/default-linux/amd64/2006.0/make.defaults index f5ee29b53173..7431e44c0b15 100644 --- a/profiles/default-linux/amd64/2006.0/make.defaults +++ b/profiles/default-linux/amd64/2006.0/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/amd64/2006.0/make.defaults,v 1.3 2005/12/15 17:49:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/make.defaults,v 1.4 2006/01/12 21:02:03 kugelfang Exp $ FEATURES="sandbox autoconfig" @@ -29,3 +29,6 @@ MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3|debug)" # Hack to tell baselayout to use symlinks for /lib, /usr/lib, and /usr/local/lib SYMLINK_LIB="yes" + +# Switch to nptl, but no nptlonly yet. +USE="nptl -nptlonly" diff --git a/profiles/default-linux/amd64/2006.0/profile.bashrc b/profiles/default-linux/amd64/2006.0/profile.bashrc deleted file mode 100644 index 869c59390cf4..000000000000 --- a/profiles/default-linux/amd64/2006.0/profile.bashrc +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/profile.bashrc,v 1.1 2005/10/07 02:22:32 eradicator Exp $ - -if [ -z "${IWANTTOTRASHMYSYSTEM}" ]; then - eerror "The amd64 2006.0 profile is still in active development and requires" - eerror "some packages still in package.mask or ~amd64 and is not yet ready for user testing." - eerror "An announcement will be made on gentoo-amd64@gentoo.org once we are ready for testers." - exit 1 -fi |