commit: 1025656c7aca174e7d046c65b161aea389df8f30 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Oct 4 12:03:01 2017 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Oct 4 12:04:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1025656c
profiles: mask gcc ssp use flag for hppa, bug 630702 For just about every other package I'd relax the -Werror that effectively makes the build fail, however, let's be a bit more critical with gcc. Closes: https://bugs.gentoo.org/630702 profiles/arch/hppa/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index c78d3f23c94..529847a438b 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. +# Andreas K. Hüttel <[email protected]> (4 Oct 2017) +# -fstack-protector is not supported for hppa, bug 630702 +>=sys-devel/gcc-6.0 ssp + # Michael Palimaka <[email protected]> (30 Sep 2017) # Required dependencies are not keyworded. x11-themes/qtcurve plasma
