From 0fcaac21e786bd7911b1e8f436cd885c5e2f6437 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 27 Oct 2023 08:42:41 +0100 Subject: gentoo auto-resync : 27:10:2023 - 08:42:41 --- eclass/Manifest.gz | Bin 39119 -> 39122 bytes eclass/toolchain.eclass | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index 09734a19b03b..b02b55714271 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 4fd884f5f0bc..bf5e5127036f 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1539,14 +1539,14 @@ gcc_do_filter_flags() { if ver_test -lt 13.6 ; then # These aren't supported by the just-built compiler either. filter-flags -fharden-compares -fharden-conditional-branches \ - -fharden-control-flow-redundancy -fhardcfr-skip-leaf \ - -fhardcfr-check-exceptions -fhardcfr-check-returning-calls \ - '-fhardcfr-check-noreturn-calls=*' + -fharden-control-flow-redundancy -fno-harden-control-flow-redundancy \ + -fhardcfr-skip-leaf -fhardcfr-check-exceptions \ + -fhardcfr-check-returning-calls '-fhardcfr-check-noreturn-calls=*' + else + # Makes things painfully slow and no real benefit for the compiler. + append-flags $(test-flags-CC -fno-harden-control-flow-redundancy) fi - # Makes things painfully slow and no real beenfit for the compiler. - append-flags $(test-flags-CC -fno-harden-control-flow-redundancy) - # Please use USE=lto instead (bug #906007). filter-lto -- cgit v1.2.3