commit: cdcf3bf245394c487165de83ca24a98400a613a3 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Sun Mar 12 11:37:40 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Sun Mar 12 11:39:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdcf3bf2
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 4d595ccef0e..73148698c42 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 d2f3cf58121..d4a78b2dfd8 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
