summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Malm <gengor@gentoo.org>2009-03-27 02:18:25 +0000
committerGordon Malm <gengor@gentoo.org>2009-03-27 02:18:25 +0000
commit9ed65eb7e7c88e0df4f6a8b5e1fa032224d56ed9 (patch)
tree1d9c5a1c382f3b088a82ee5ac55ca68f2020827c /profiles/hardened
parentversion bump; fix HOMEPAGE (bug #263907) (diff)
downloadgentoo-2-9ed65eb7e7c88e0df4f6a8b5e1fa032224d56ed9.tar.gz
gentoo-2-9ed65eb7e7c88e0df4f6a8b5e1fa032224d56ed9.tar.bz2
gentoo-2-9ed65eb7e7c88e0df4f6a8b5e1fa032224d56ed9.zip
Add comment about openmp USE flag to hardened/linux/make.defaults
Diffstat (limited to 'profiles/hardened')
-rw-r--r--profiles/hardened/linux/make.defaults3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/hardened/linux/make.defaults b/profiles/hardened/linux/make.defaults
index f992cc86097d..6214f0ee9cfe 100644
--- a/profiles/hardened/linux/make.defaults
+++ b/profiles/hardened/linux/make.defaults
@@ -1,7 +1,8 @@
# 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.5 2009/03/26 23:31:49 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.6 2009/03/27 02:18:25 gengor Exp $
STAGE1_USE="hardened nptl nptlonly pic"
+# Can perhaps allow openmp when >gcc-4.2 is stable
USE="-fortran -openmp -ipv6 -nls hardened pic urandom"