summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2011-11-17 01:14:27 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2011-11-17 01:14:27 +0000
commitce8741d48b1745ad13b6ff823304fca28c852c8d (patch)
treeac12ef78206f40cff6e35571427f4ef95fefec0b /profiles/base
parentVersion bump. Removed old. (diff)
downloadgentoo-2-ce8741d48b1745ad13b6ff823304fca28c852c8d.tar.gz
gentoo-2-ce8741d48b1745ad13b6ff823304fca28c852c8d.tar.bz2
gentoo-2-ce8741d48b1745ad13b6ff823304fca28c852c8d.zip
Rename STAGE1_USE to BOOTSTRAP_USE, add "cxx unicode" to the base value on base/make.defaults
and make it stack from derived profiles. This should allow gcc to build on stage 2 - bug 390701.
Diffstat (limited to 'profiles/base')
-rw-r--r--profiles/base/make.defaults6
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index fb9923181d09..d6cd04bc940d 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.71 2011/08/22 21:43:33 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.72 2011/11/17 01:14:26 jmbsvicetto Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -100,3 +100,7 @@ USE="${USE} cxx"
# We usually don't want python to (re)write .py[co] files during phase runs
# since it could cause sandbox violations
PYTHONDONTWRITEBYTECODE="1"
+
+# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
+# Add default USE value for bootstrap and rename it from STAGE1_USE to BOOTSTRAP_USE
+BOOTSTRAP_USE="cxx unicode"