summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-11-29 00:11:18 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-11-29 01:00:05 +0100
commit33d9c7e83e61997737299362fc5f9b6d3355c772 (patch)
tree97a721cd6f6d38855d057a2859bcbcb480570b5c /profiles
parentx11-misc/xbattbar: EAPI7->8, fix w/ upcoming clang16 (diff)
downloadgentoo-33d9c7e83e61997737299362fc5f9b6d3355c772.tar.gz
gentoo-33d9c7e83e61997737299362fc5f9b6d3355c772.tar.bz2
gentoo-33d9c7e83e61997737299362fc5f9b6d3355c772.zip
profiles, hardened: force new gcc useflags default-znow and default-stack-clash-protection
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/features/hardened/package.use.force4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/features/hardened/package.use.force b/profiles/features/hardened/package.use.force
index 28c4aed893e2..db6568d5cdd6 100644
--- a/profiles/features/hardened/package.use.force
+++ b/profiles/features/hardened/package.use.force
@@ -5,3 +5,7 @@
app-arch/tar xattr
sys-apps/coreutils xattr
sys-apps/portage xattr
+
+# Andreas K. Hüttel <dilfridge@gentoo.org> (29/Nov/2022)
+# Needed for new mechanism in gcc-13
+>sys-devel/gcc-12.99 default-znow default-stack-clash-protection