summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Malm <gengor@gentoo.org>2009-03-26 23:31:49 +0000
committerGordon Malm <gengor@gentoo.org>2009-03-26 23:31:49 +0000
commitc422054027b96c1e08684a8934e9b2c618944b79 (patch)
tree342eca9e312ee6d8ff4926ad7b63593352ad2123 /profiles/hardened
parentFix order of mono-addins in || ( a b ) expression to prefer the newest versio... (diff)
downloadgentoo-2-c422054027b96c1e08684a8934e9b2c618944b79.tar.gz
gentoo-2-c422054027b96c1e08684a8934e9b2c618944b79.tar.bz2
gentoo-2-c422054027b96c1e08684a8934e9b2c618944b79.zip
Remove openmp USE flag again for hardened/linux style profiles
Diffstat (limited to 'profiles/hardened')
-rw-r--r--profiles/hardened/linux/make.defaults4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/hardened/linux/make.defaults b/profiles/hardened/linux/make.defaults
index 7238477c9ef3..f992cc86097d 100644
--- a/profiles/hardened/linux/make.defaults
+++ b/profiles/hardened/linux/make.defaults
@@ -1,7 +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.4 2009/03/26 21:58:12 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.5 2009/03/26 23:31:49 gengor Exp $
STAGE1_USE="hardened nptl nptlonly pic"
-USE="-fortran -ipv6 -nls hardened pic urandom"
+USE="-fortran -openmp -ipv6 -nls hardened pic urandom"