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: make.defaults
Date: Thu, 17 Nov 2011 01:15:01
Message-Id: 20111117011426.9542F2005E@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.20 profiles/hardened/make.defaults
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/make.defaults?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/make.defaults?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/make.defaults?r1=1.19&r2=1.20
14
15 Index: make.defaults
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/make.defaults,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- make.defaults 7 Jul 2009 18:26:48 -0000 1.19
22 +++ make.defaults 17 Nov 2011 01:14:26 -0000 1.20
23 @@ -1,8 +1,7 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/make.defaults,v 1.19 2009/07/07 18:26:48 gengor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/make.defaults,v 1.20 2011/11/17 01:14:26 jmbsvicetto Exp $
29
30 -STAGE1_USE="hardened pic"
31 USE="sysfs urandom xorg"
32 INPUT_DEVICES="mouse keyboard evdev"
33
34 @@ -12,3 +11,7 @@
35 # direction with how LDFLAGS will be set by default, this entry
36 # may move.
37 LDFLAGS="-Wl,-O1"
38 +
39 +# Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o> (16 Nov 2011)
40 +# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
41 +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic"