summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-21 12:12:46 +0100
committerMichał Górny <mgorny@gentoo.org>2017-01-21 12:14:18 +0100
commit541c1e5b5d2c3629cfffd728316a5afa69e175ea (patch)
tree4fbf84ffc9c870a85eb5fdffa74202674e5b5298 /profiles/default
parentprofiles: Second part of use.* cleanup (diff)
downloadgentoo-541c1e5b5d2c3629cfffd728316a5afa69e175ea.tar.gz
gentoo-541c1e5b5d2c3629cfffd728316a5afa69e175ea.tar.bz2
gentoo-541c1e5b5d2c3629cfffd728316a5afa69e175ea.zip
profiles: Clean up 3dnow & avx flags from use.mask
Remove 3dnow & avx flags from mask files. They are no longer used to represent CPU flags (CPU_FLAGS_X86 are used for that purpose). Instead, they are used as local flags in app-emulation/bochs to enable emulation of instruction sets.
Diffstat (limited to 'profiles/default')
-rw-r--r--profiles/default/linux/uclibc/amd64/use.mask1
-rw-r--r--profiles/default/linux/uclibc/x86/use.mask1
2 files changed, 0 insertions, 2 deletions
diff --git a/profiles/default/linux/uclibc/amd64/use.mask b/profiles/default/linux/uclibc/amd64/use.mask
index d3b0bff1b107..51e509489177 100644
--- a/profiles/default/linux/uclibc/amd64/use.mask
+++ b/profiles/default/linux/uclibc/amd64/use.mask
@@ -7,7 +7,6 @@
-abi_x86_64
# unmask all SIMD assembler flags
--3dnow
-cpu_flags_x86_3dnow
-cpu_flags_x86_3dnowext
-cpu_flags_x86_aes
diff --git a/profiles/default/linux/uclibc/x86/use.mask b/profiles/default/linux/uclibc/x86/use.mask
index 24cc638150b4..056ff2edbf43 100644
--- a/profiles/default/linux/uclibc/x86/use.mask
+++ b/profiles/default/linux/uclibc/x86/use.mask
@@ -7,7 +7,6 @@
-abi_x86_32
# unmask all SIMD assembler flags
--3dnow
-cpu_flags_x86_3dnow
-cpu_flags_x86_3dnowext
-cpu_flags_x86_aes