summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/hardened/linux/make.defaults')
-rw-r--r--profiles/hardened/linux/make.defaults15
1 files changed, 0 insertions, 15 deletions
diff --git a/profiles/hardened/linux/make.defaults b/profiles/hardened/linux/make.defaults
deleted file mode 100644
index d83d7eab8856..000000000000
--- a/profiles/hardened/linux/make.defaults
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-
-# 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 pic xtpax -jit -orc"
-
-USE="hardened pic urandom xtpax -fortran -jit -orc"
-
-# Ian Stakenvicius, 2014-09-03
-# Set a variable just to indicate that the current profile is a hardened one
-# This variable can be leveraged in ebuilds for pkg_postinst messages that
-# indicate said package is, say, configured in a way that defeats the purpose
-# of running hardened.
-PROFILE_IS_HARDENED=1