diff options
Diffstat (limited to 'profiles/hardened/linux/make.defaults')
-rw-r--r-- | profiles/hardened/linux/make.defaults | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/profiles/hardened/linux/make.defaults b/profiles/hardened/linux/make.defaults index 59cf1afc1d74..75f450fe808a 100644 --- a/profiles/hardened/linux/make.defaults +++ b/profiles/hardened/linux/make.defaults @@ -1,8 +1,7 @@ # Copyright 1999-2009 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.8 2009/09/30 03:08:27 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.9 2009/10/13 23:02:35 gengor Exp $ STAGE1_USE="hardened nptl nptlonly pic" -# Can perhaps allow openmp when >gcc-4.2 is stable -USE="-fortran -ipv6 -openmp hardened pic sysfs urandom" +USE="-fortran -ipv6 hardened pic sysfs urandom" |