diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-11-17 01:14:27 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-11-17 01:14:27 +0000 |
commit | ce8741d48b1745ad13b6ff823304fca28c852c8d (patch) | |
tree | ac12ef78206f40cff6e35571427f4ef95fefec0b /profiles/uclibc/x86 | |
parent | Version bump. Removed old. (diff) | |
download | gentoo-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/uclibc/x86')
-rw-r--r-- | profiles/uclibc/x86/hardened/make.defaults | 5 |
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" |