From cdcf3bf245394c487165de83ca24a98400a613a3 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Sun, 12 Mar 2017 12:37:40 +0100 Subject: [PATCH] profiles: mask power8 useflag in arch/base and unmask it for ppc, part of bug #611906 --- profiles/arch/base/use.mask | 1 + profiles/arch/powerpc/use.mask | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index 4d595ccef0e7..73148698c429 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -59,6 +59,7 @@ cpu_flags_x86_xop # ppc arch specific USE flags altivec ppcsha1 +power8 # mips arch specific USE flags fixed-point diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask index d2f3cf581214..d4a78b2dfd85 100644 --- a/profiles/arch/powerpc/use.mask +++ b/profiles/arch/powerpc/use.mask @@ -18,6 +18,7 @@ klibc # These flags should only be used for ppc -ppcsha1 +-power8 # Unmask the Altivec instruction set -altivec -- 2.26.2