Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/uclibc: make.defaults
Date: Thu, 17 Nov 2011 01:16:13
Message-Id: 20111117011427.59DDB2006A@flycatcher.gentoo.org
1 jmbsvicetto 11/11/17 01:14:27
2
3 Modified: make.defaults
4 Log:
5 Rename STAGE1_USE to BOOTSTRAP_USE, add "cxx unicode" to the base value on base/make.defaults
6 and make it stack from derived profiles. This should allow gcc to build on stage 2 - bug 390701.
7
8 Revision Changes Path
9 1.17 profiles/uclibc/make.defaults
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/uclibc/make.defaults?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/uclibc/make.defaults?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/uclibc/make.defaults?r1=1.16&r2=1.17
14
15 Index: make.defaults
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/profiles/uclibc/make.defaults,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- make.defaults 12 Dec 2010 19:18:10 -0000 1.16
22 +++ make.defaults 17 Nov 2011 01:14:27 -0000 1.17
23 @@ -1,4 +1,3 @@
24 -STAGE1_USE="uclibc"
25 GRP_STAGE23_USE="ncurses readline zlib uclibc"
26 USE="ncurses readline zlib uclibc -fortran -pam -berkdb -ipv6 -pppd"
27 CFLAGS="-Os"
28 @@ -6,3 +5,7 @@
29 PORTAGE_LIBC="uClibc"
30 ELIBC=uclibc
31 FEATURES="sandbox sfperms strict nodoc noinfo noman"
32 +
33 +# Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o> (16 Nov 2011)
34 +# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
35 +BOOTSTRAP_USE="${BOOTSTRAP_USE} uclibc"