diff options
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/musl/x86/use.mask | 3 | ||||
-rw-r--r-- | profiles/hardened/linux/powerpc/ppc64/use.mask | 3 |
2 files changed, 3 insertions, 3 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 diff --git a/profiles/hardened/linux/powerpc/ppc64/use.mask b/profiles/hardened/linux/powerpc/ppc64/use.mask index f915d27e907b..75e2892ae0bd 100644 --- a/profiles/hardened/linux/powerpc/ppc64/use.mask +++ b/profiles/hardened/linux/powerpc/ppc64/use.mask @@ -26,11 +26,8 @@ video_cards_apm video_cards_ark video_cards_i128 video_cards_i740 -video_cards_intel video_cards_neomagic -video_cards_nsc video_cards_rendition -video_cards_siliconmotion video_cards_sis video_cards_tga video_cards_tseng |