summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2012-06-18 23:51:21 +0000
committerMagnus Granberg <zorry@gentoo.org>2012-06-18 23:51:21 +0000
commitfebdc600726933a746bfccb92e840a383c146171 (patch)
tree471b7e0bda349ab67be174c6665acd50476c667f /profiles/hardened
parentVersion bumps (diff)
downloadgentoo-2-febdc600726933a746bfccb92e840a383c146171.tar.gz
gentoo-2-febdc600726933a746bfccb92e840a383c146171.tar.bz2
gentoo-2-febdc600726933a746bfccb92e840a383c146171.zip
Add -orc to USE for hardened/linux profile
Diffstat (limited to 'profiles/hardened')
-rw-r--r--profiles/hardened/linux/make.defaults6
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/hardened/linux/make.defaults b/profiles/hardened/linux/make.defaults
index c2c8b66f9038..03db4cca16b7 100644
--- a/profiles/hardened/linux/make.defaults
+++ b/profiles/hardened/linux/make.defaults
@@ -1,9 +1,9 @@
# Copyright 1999-2012 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.15 2012/05/06 16:48:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.16 2012/06/18 23:51:21 zorry Exp $
# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
-BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic -jit"
+BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic -jit -orc"
-USE="-fortran hardened -ipv6 -jit pax_kernel pic urandom"
+USE="-fortran hardened -ipv6 -jit pax_kernel pic urandom -orc"