From 18c57f8fbad359b539a227be7b2f342b2fbc95e8 Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto" Date: Thu, 17 Nov 2011 01:14:27 +0000 Subject: 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. --- profiles/uclibc/x86/hardened/make.defaults | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'profiles/uclibc/x86') 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 (16 Nov 2011) +# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic" -- cgit v1.2.3-65-gdbad