diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-24 22:38:12 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-24 22:41:38 +0100 |
commit | c74db48acaf558d7f98f0e189e4aa6e50e640970 (patch) | |
tree | 303eaa75966e18fbf8097053b3bf2d7bf0b8e32e | |
parent | net-wireless/crda: Revbump to fix openssl-1.1 build failure. (diff) | |
download | gentoo-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>
-rw-r--r-- | eclass/toolchain-glibc.eclass | 3 |
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) ]] |