toolchain.eclass: drop no-op IUSE=altivec flag

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2021-07-17 10:20:51 +01:00
parent 26f684adec
commit b03b77d2cc

View File

@@ -143,12 +143,6 @@ tc_has_feature() {
}
if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then
# --enable-altivec was dropped before gcc-4. We don't set it.
# We drop USE=altivec for newer gccs only to avoid rebuilds
# for most stable users. Once gcc-10 is stable we can drop it.
if ! tc_version_is_at_least 10; then
IUSE+=" altivec"
fi
IUSE+=" debug +cxx +nptl" TC_FEATURES+=(nptl)
[[ -n ${PIE_VER} ]] && IUSE+=" nopie"
[[ -n ${SPECS_VER} ]] && IUSE+=" nossp"