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
commit18c57f8fbad359b539a227be7b2f342b2fbc95e8 (patch)
tree7c23ea56af2053186601f2ee39fe83fcf6bfbc84 /profiles/uclibc/x86
parentVersion bump. Removed old. (diff)
downloadhistorical-18c57f8fbad359b539a227be7b2f342b2fbc95e8.tar.gz
historical-18c57f8fbad359b539a227be7b2f342b2fbc95e8.tar.bz2
historical-18c57f8fbad359b539a227be7b2f342b2fbc95e8.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/uclibc/x86')
-rw-r--r--profiles/uclibc/x86/hardened/make.defaults5
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/uclibc/x86/hardened/make.defaults b/profiles/uclibc/x86/hardened/make.defaults
index dc69158b26a4..41e2d419addb 100644
--- a/profiles/uclibc/x86/hardened/make.defaults
+++ b/profiles/uclibc/x86/hardened/make.defaults
@@ -1,3 +1,6 @@
-STAGE1_USE="uclibc hardened pic"
GRP_STAGE23_USE="ncurses readline zlib uclibc hardened pic"
USE="ncurses readline zlib uclibc hardened pic"
+
+# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
+# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
+BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic"