Gentoo Archives: gentoo-commits

From: "Gordon Malm (gengor)" <gengor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux: make.defaults
Date: Wed, 30 Sep 2009 03:08:32
Message-Id: E1MspYK-0006Fi-8T@stork.gentoo.org
1 gengor 09/09/30 03:08:28
2
3 Modified: make.defaults
4 Log:
5 Dont disable 'nls' USE flag in hardened/linux/arch profiles
6
7 Revision Changes Path
8 1.8 profiles/hardened/linux/make.defaults
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/make.defaults?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/make.defaults?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/make.defaults?r1=1.7&r2=1.8
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- make.defaults 6 Jul 2009 01:10:42 -0000 1.7
21 +++ make.defaults 30 Sep 2009 03:08:27 -0000 1.8
22 @@ -1,8 +1,8 @@
23 # Copyright 1999-2009 Gentoo Foundation.
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.7 2009/07/06 01:10:42 gengor Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.8 2009/09/30 03:08:27 gengor Exp $
27
28 STAGE1_USE="hardened nptl nptlonly pic"
29
30 # Can perhaps allow openmp when >gcc-4.2 is stable
31 -USE="-fortran -openmp -ipv6 -nls hardened pic sysfs urandom"
32 +USE="-fortran -ipv6 -openmp hardened pic sysfs urandom"