I didn't use it, but looking at the code of _filter-hardened I can see: -fstack-protector-all) if ! gcc-specs-ssp-to-all && ! tc-enables-ssp-all ; then continue fi is-flagq -fno-stack-protector-all || append-flags $(test-flags -fno-stack-protector-all) but -fno-stack-protector-all is not a valid flag. To Disable stack-protector you need -fno-stack-protector
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914fa2ab19a1a8313a05b657e09bc29ec61230a3 commit 914fa2ab19a1a8313a05b657e09bc29ec61230a3 Author: Sam James <sam@gentoo.org> AuthorDate: 2025-01-28 07:19:22 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-01-28 07:19:22 +0000 flag-o-matic.eclass: fix negation of -fstack-protector-all Closes: https://bugs.gentoo.org/943761 Signed-off-by: Sam James <sam@gentoo.org> eclass/flag-o-matic.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)