commit: c4ba7e222f6bb640ffe3c234f5554f64fedf1673 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 30 07:13:27 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 30 07:13:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ba7e22
profiles/arch/hppa: mask sys-devel/gcc[default-stack-clash-protection] Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/hppa/package.use.force | 6 +++++- profiles/arch/hppa/package.use.mask | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/arch/hppa/package.use.force b/profiles/arch/hppa/package.use.force index 23d2f5f96e34..b0be4f598798 100644 --- a/profiles/arch/hppa/package.use.force +++ b/profiles/arch/hppa/package.use.force @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2023-04-30) +# Stacks on HPPA grow upwards and GCC doesn't support SSP or SCP there. +sys-devel/gcc -default-stack-clash-protection + # Sam James <[email protected]> (2022-02-19) # New enough SpiderMonkey not keyworded here, bug #753221 sys-auth/polkit duktape diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 9977cd44be75..61b32d85aeca 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Sam James <[email protected]> (2023-04-30) +# Stacks on HPPA grow upwards and GCC doesn't support SSP or SCP there. +sys-devel/gcc default-stack-clash-protection + # Sam James <[email protected]> (2023-04-16) # net-libs/libcloudproviders not keyworded here x11-libs/gtk+ cloudproviders
