diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-28 22:42:59 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-28 22:42:59 +0000 |
commit | fc4ad6e568738af8995c2e87896c671c39eb8c72 (patch) | |
tree | b56fb204081c089b8a979d01e8badc2c819f8cf0 /eclass/flag-o-matic.eclass | |
parent | 417348c68a53a9317b6afbf343381518a405f682 (diff) |
gentoo auto-resync : 28:01:2025 - 22:42:58
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-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 3e67e3b4c11f..9590192bb1f4 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: flag-o-matic.eclass @@ -201,7 +201,7 @@ _filter-hardened() { continue fi - is-flagq -fno-stack-protector-all || append-flags $(test-flags -fno-stack-protector-all) + is-flagq -fno-stack-protector || append-flags $(test-flags -fno-stack-protector) ;; -fno-strict-overflow) gcc-specs-nostrict || continue |