Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux: make.defaults
Date: Tue, 11 Feb 2014 16:47:31
Message-Id: 20140211164727.DF71D2004E@flycatcher.gentoo.org
1 blueness 14/02/11 16:47:27
2
3 Modified: make.defaults
4 Log:
5 Add xtpax to BOOTSTRAP_USE/USE in base hardened make.default, for sys-apps/elfix
6
7 Revision Changes Path
8 1.18 profiles/hardened/linux/make.defaults
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/make.defaults?rev=1.18&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/make.defaults?rev=1.18&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/make.defaults?r1=1.17&r2=1.18
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v
17 retrieving revision 1.17
18 retrieving revision 1.18
19 diff -u -r1.17 -r1.18
20 --- make.defaults 26 Jun 2012 13:36:21 -0000 1.17
21 +++ make.defaults 11 Feb 2014 16:47:27 -0000 1.18
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2012 Gentoo Foundation.
24 +# Copyright 1999-2014 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.17 2012/06/26 13:36:21 blueness Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.18 2014/02/11 16:47:27 blueness Exp $
28
29 # Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o> (16 Nov 2011)
30 # Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
31 -BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic -jit -orc"
32 +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic xtpax -jit -orc"
33
34 -USE="-fortran hardened -jit pax_kernel pic urandom -orc"
35 +USE="hardened pax_kernel pic urandom xtpax -fortran -jit -orc"