From: Sergei Trofimovich Date: Fri, 3 May 2019 18:23:02 +0000 (+0100) Subject: toolchain.eclass: USE=mpx was dropped upstream from >=gcc-9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a0b27a37b2ede9d5d51029c31a6dd13feeb61f8e;p=gentoo.git toolchain.eclass: USE=mpx was dropped upstream from >=gcc-9 Signed-off-by: Sergei Trofimovich --- diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index f5daa73233db..5e7497dffcdb 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -167,7 +167,8 @@ if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then IUSE+=" graphite +sanitize" TC_FEATURES+=(graphite) tc_version_is_between 4.9 8 && IUSE+=" cilk" tc_version_is_at_least 4.9 && IUSE+=" +vtv" - tc_version_is_at_least 5.0 && IUSE+=" jit mpx" + tc_version_is_at_least 5.0 && IUSE+=" jit" + tc_version_is_between 5.0 9 && IUSE+=" mpx" tc_version_is_at_least 6.0 && IUSE+=" +pie +ssp +pch" # systemtap is a gentoo-specific switch: bug #654748 tc_version_is_at_least 8.0 &&