diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-11-29 00:11:18 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-11-29 01:00:05 +0100 |
commit | 33d9c7e83e61997737299362fc5f9b6d3355c772 (patch) | |
tree | 97a721cd6f6d38855d057a2859bcbcb480570b5c /profiles/features/hardened | |
parent | x11-misc/xbattbar: EAPI7->8, fix w/ upcoming clang16 (diff) | |
download | gentoo-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/features/hardened')
-rw-r--r-- | profiles/features/hardened/package.use.force | 4 |
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 |