diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-21 12:12:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-01-21 12:14:18 +0100 |
commit | 541c1e5b5d2c3629cfffd728316a5afa69e175ea (patch) | |
tree | 4fbf84ffc9c870a85eb5fdffa74202674e5b5298 /profiles/hardened/linux/musl | |
parent | profiles: Second part of use.* cleanup (diff) | |
download | gentoo-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/hardened/linux/musl')
-rw-r--r-- | profiles/hardened/linux/musl/amd64/use.mask | 1 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/x86/use.mask | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/profiles/hardened/linux/musl/amd64/use.mask b/profiles/hardened/linux/musl/amd64/use.mask index d3b0bff1b107..51e509489177 100644 --- a/profiles/hardened/linux/musl/amd64/use.mask +++ b/profiles/hardened/linux/musl/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/hardened/linux/musl/x86/use.mask b/profiles/hardened/linux/musl/x86/use.mask index 24cc638150b4..056ff2edbf43 100644 --- a/profiles/hardened/linux/musl/x86/use.mask +++ b/profiles/hardened/linux/musl/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 |