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/hardened/linux: make.defaults
Date: Thu, 17 Nov 2011 01:16:02
Message-Id: 20111117011426.A960E20060@flycatcher.gentoo.org
1 jmbsvicetto 11/11/17 01:14:26
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.13 profiles/hardened/linux/make.defaults
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/make.defaults?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/make.defaults?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/make.defaults?r1=1.12&r2=1.13
14
15 Index: make.defaults
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- make.defaults 31 Aug 2011 22:47:29 -0000 1.12
22 +++ make.defaults 17 Nov 2011 01:14:26 -0000 1.13
23 @@ -1,7 +1,9 @@
24 # Copyright 1999-2011 Gentoo Foundation.
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.12 2011/08/31 22:47:29 zorry Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.13 2011/11/17 01:14:26 jmbsvicetto Exp $
28
29 -STAGE1_USE="hardened nptl nptlonly pax_kernel pic -jit"
30 +# Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o> (16 Nov 2011)
31 +# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
32 +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic -jit"
33
34 USE="-fortran hardened -ipv6 -jit pax_kernel pic sysfs -unicode urandom"