summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2023-10-26 22:03:32 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2023-10-26 22:03:32 +0000
commit9bdffbf87ff68805228890f2d6529dc23aefb1a2 (patch)
treeb1ed06d029232eaf5c9eeed8e3da204fee3e2468
parent2023-10-26 21:33:56 UTC (diff)
parentflag-o-matic.eclass: allow -fno-harden-control-flow-redundancy too (diff)
downloadgentoo-9bdffbf87ff68805228890f2d6529dc23aefb1a2.tar.gz
gentoo-9bdffbf87ff68805228890f2d6529dc23aefb1a2.tar.bz2
gentoo-9bdffbf87ff68805228890f2d6529dc23aefb1a2.zip
Merge updates from master
-rw-r--r--eclass/flag-o-matic.eclass4
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=*'