diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-10-26 22:03:32 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-10-26 22:03:32 +0000 |
commit | 9bdffbf87ff68805228890f2d6529dc23aefb1a2 (patch) | |
tree | b1ed06d029232eaf5c9eeed8e3da204fee3e2468 | |
parent | 2023-10-26 21:33:56 UTC (diff) | |
parent | flag-o-matic.eclass: allow -fno-harden-control-flow-redundancy too (diff) | |
download | gentoo-9bdffbf87ff68805228890f2d6529dc23aefb1a2.tar.gz gentoo-9bdffbf87ff68805228890f2d6529dc23aefb1a2.tar.bz2 gentoo-9bdffbf87ff68805228890f2d6529dc23aefb1a2.zip |
Merge updates from master
-rw-r--r-- | eclass/flag-o-matic.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 382573b80679..58a14178f38a 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -57,8 +57,8 @@ _setup-allowed-flags() { -fbounds-check -fbounds-checking -fno-PIE -fno-pie -nopie -no-pie -fharden-compares -fharden-conditional-branches - -fharden-control-flow-redundancy -fhardcfr-skip-leaf - -fhardcfr-check-exceptions -fhardcfr-check-returning-calls + -fharden-control-flow-redundancy -fno-harden-control-flow-redundancy + -fhardcfr-skip-leaf -fhardcfr-check-exceptions -fhardcfr-check-returning-calls '-fhardcfr-check-noreturn-calls=*' # Spectre mitigations, bug #646076 '-mindirect-branch=*' |