summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-10-24 22:38:12 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2018-10-24 22:41:38 +0100
commitc74db48acaf558d7f98f0e189e4aa6e50e640970 (patch)
tree303eaa75966e18fbf8097053b3bf2d7bf0b8e32e /eclass
parentnet-wireless/crda: Revbump to fix openssl-1.1 build failure. (diff)
downloadgentoo-c74db48acaf558d7f98f0e189e4aa6e50e640970.tar.gz
gentoo-c74db48acaf558d7f98f0e189e4aa6e50e640970.tar.bz2
gentoo-c74db48acaf558d7f98f0e189e4aa6e50e640970.zip
toolchain-glibc.eclass: drop PIE ewarn
The ewarn lacks '<gcc-6' guard. Let's drop ewarn completely. Reported-by: Alexander Tsoy Bug: https://bugs.gentoo.org/669410 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain-glibc.eclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/eclass/toolchain-glibc.eclass b/eclass/toolchain-glibc.eclass
index 13d99ee1d942..0d252cc0ff4b 100644
--- a/eclass/toolchain-glibc.eclass
+++ b/eclass/toolchain-glibc.eclass
@@ -557,9 +557,6 @@ toolchain-glibc_pkg_pretend() {
ewarn "hypervisor, which is probably not what you want."
fi
- use hardened && ! tc-enables-pie && \
- ewarn "PIE hardening not applied, as your compiler doesn't default to PIE"
-
# Make sure host system is up to date #394453
if has_version '<sys-libs/glibc-2.13' && \
[[ -n $(scanelf -qys__guard -F'#s%F' "${EROOT}"/lib*/l*-*.so) ]]