From e402e2691ba7dfdae67826600bedf6b851b12744 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 3 May 2018 17:38:45 +0000 Subject: [PATCH] toolchain.eclass: drop IUSE=cilk from gcc-8 (removed upstream) Signed-off-by: Sergei Trofimovich --- eclass/toolchain.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index c942a112c755..f889c0f44cb2 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -149,7 +149,8 @@ if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then # versions which we dropped. Since graphite was also experimental in # the older versions, we don't want to bother supporting it. #448024 tc_version_is_at_least 4.8 && IUSE+=" graphite" IUSE_DEF+=( sanitize ) - tc_version_is_at_least 4.9 && IUSE+=" cilk +vtv" + 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 6.0 && IUSE+=" +pie +ssp +pch" fi -- 2.26.2