diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-11-21 14:51:05 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-11-21 14:51:05 -0500 |
commit | f522b1e358e4386ed9592bdae24d8fcd1d708b21 (patch) | |
tree | 766c04cfa7dc6c076ec49ab43222cee22d87bd3a /profiles | |
parent | dev-db/mysql-cluster: Fix building on gcc 7 (diff) | |
download | gentoo-f522b1e358e4386ed9592bdae24d8fcd1d708b21.tar.gz gentoo-f522b1e358e4386ed9592bdae24d8fcd1d708b21.tar.bz2 gentoo-f522b1e358e4386ed9592bdae24d8fcd1d708b21.zip |
profiles/hardened/linux/musl/x86/use.mask: ssp is broken on x86 musl
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/linux/musl/x86/use.mask | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/hardened/linux/musl/x86/use.mask b/profiles/hardened/linux/musl/x86/use.mask index a70efb03255b..61e5564be9fc 100644 --- a/profiles/hardened/linux/musl/x86/use.mask +++ b/profiles/hardened/linux/musl/x86/use.mask @@ -5,6 +5,9 @@ -x86 -abi_x86_32 +# ssp is broken on x86 musl. This is critical for gcc-6. +ssp + # unmask all SIMD assembler flags -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext |