diff options
author | 2021-11-21 11:45:07 +0000 | |
---|---|---|
committer | 2021-11-21 11:46:31 +0000 | |
commit | 038685f3027f01ed1665878a13f3c9663e7b5209 (patch) | |
tree | e76ed7bfc47b910285219558a94b5ea84bed4814 | |
parent | profiles: add arm{v6j,v7k,64} profiles for musl/hardened/selinux (diff) | |
download | gentoo-038685f3027f01ed1665878a13f3c9663e7b5209.tar.gz gentoo-038685f3027f01ed1665878a13f3c9663e7b5209.tar.bz2 gentoo-038685f3027f01ed1665878a13f3c9663e7b5209.zip |
profiles/default/linux/x86/17.0/musl: unmask SSP
We've imported GCC (with its patches) from ::musl and SSP should
be fine with x86 (and any other arch) for Gentoo + musl now.
In fact, USE=ssp just controls the default, -fstack-protector
has been & is working already, so this is just about bringing
hardening to x86 users now.
Bug: https://bugs.gentoo.org/706210
Bug: https://bugs.gentoo.org/747346
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | profiles/default/linux/x86/17.0/musl/use.mask | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/profiles/default/linux/x86/17.0/musl/use.mask b/profiles/default/linux/x86/17.0/musl/use.mask index a676f6deb519..fe008ec19efd 100644 --- a/profiles/default/linux/x86/17.0/musl/use.mask +++ b/profiles/default/linux/x86/17.0/musl/use.mask @@ -1,5 +1,2 @@ -# Copyright 1999-2020 Gentoo Authors. +# Copyright 1999-2021 Gentoo Authors. # Distributed under the terms of the GNU General Public License, v2 - -# ssp is broken on x86 musl: bug #706210 -ssp |