Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/hardened/linux/musl/x86/
Date: Tue, 21 Nov 2017 19:51:39
Message-Id: 1511293865.f522b1e358e4386ed9592bdae24d8fcd1d708b21.blueness@gentoo
1 commit: f522b1e358e4386ed9592bdae24d8fcd1d708b21
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 21 19:51:05 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 21 19:51:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f522b1e3
7
8 profiles/hardened/linux/musl/x86/use.mask: ssp is broken on x86 musl
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 profiles/hardened/linux/musl/x86/use.mask | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/profiles/hardened/linux/musl/x86/use.mask b/profiles/hardened/linux/musl/x86/use.mask
16 index a70efb03255..61e5564be9f 100644
17 --- a/profiles/hardened/linux/musl/x86/use.mask
18 +++ b/profiles/hardened/linux/musl/x86/use.mask
19 @@ -5,6 +5,9 @@
20 -x86
21 -abi_x86_32
22
23 +# ssp is broken on x86 musl. This is critical for gcc-6.
24 +ssp
25 +
26 # unmask all SIMD assembler flags
27 -cpu_flags_x86_3dnow
28 -cpu_flags_x86_3dnowext