commit:     adf44514cf590a860b3140efae31187854cf8cea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 00:25:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 00:26:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adf44514

toolchain.eclass: allow default-znow, default-stack-clash-protection for 
12.2.1_p20221203

Bug: https://bugs.gentoo.org/675050
Bug: https://bugs.gentoo.org/876923
Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/toolchain.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 3841379f94ca..b90345cccd73 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -278,8 +278,8 @@ if [[ ${PN} != kgcc64 && ${PN} != gcc-* ]] ; then
        tc_version_is_at_least 11 && IUSE+=" valgrind" TC_FEATURES+=( valgrind )
        tc_version_is_at_least 11 && IUSE+=" custom-cflags"
        tc_version_is_at_least 12 && IUSE+=" ieee-long-double"
-       tc_version_is_at_least 12.99 && IUSE+=" default-znow"
-       tc_version_is_at_least 12.99 && IUSE+=" default-stack-clash-protection"
+       tc_version_is_at_least 12.2.1_p20221203 && IUSE+=" default-znow"
+       tc_version_is_at_least 12.2.1_p20221203 && IUSE+=" 
default-stack-clash-protection"
 fi
 
 if tc_version_is_at_least 10; then

Reply via email to