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/amd64: make.defaults
Date: Thu, 17 Nov 2011 01:15:57
Message-Id: 20111117011426.BD68C20061@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.6 profiles/hardened/linux/amd64/make.defaults
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/amd64/make.defaults?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/amd64/make.defaults?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/amd64/make.defaults?r1=1.5&r2=1.6
14
15 Index: make.defaults
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/make.defaults,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- make.defaults 6 Mar 2011 00:49:58 -0000 1.5
22 +++ make.defaults 17 Nov 2011 01:14:26 -0000 1.6
23 @@ -1,11 +1,8 @@
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/amd64/make.defaults,v 1.5 2011/03/06 00:49:58 zorry Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/make.defaults,v 1.6 2011/11/17 01:14:26 jmbsvicetto Exp $
28
29 USE="justify -pic"
30
31 CFLAGS="-O2 -pipe"
32 CXXFLAGS="${CFLAGS}"
33 -
34 -# STAGE1_USE does not stack
35 -STAGE1_USE="hardened multilib nptl nptlonly"