mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
This partially reverts commits 75712aea0939827c4efbd5b2eae81e29f66404e6 a9160b7464a1176ed63e7c4e7ce49f89e3afa647 The ppc variant is much more easily tested via the x86 variant. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
15 lines
456 B
Plaintext
15 lines
456 B
Plaintext
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# This file masks out USE flags that are simply NOT allowed in the default
|
|
# x86 profile. This works, for example, if another architecture's
|
|
# profile have a USE flag associated with (such as altivec, mmx, etc).
|
|
|
|
# Unmask x86 instruction sets
|
|
-cpu_flags_x86_mmx
|
|
-cpu_flags_x86_mmxext
|
|
-cpu_flags_x86_sse
|
|
-cpu_flags_x86_sse2
|
|
-cpu_flags_x86_ssse3
|
|
-svga
|