commit: 541c1e5b5d2c3629cfffd728316a5afa69e175ea Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jan 21 11:12:46 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 21 11:14:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541c1e5b
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. profiles/arch/amd64-fbsd/use.mask | 1 - profiles/arch/amd64/use.mask | 2 -- profiles/arch/x86-fbsd/use.mask | 1 - profiles/arch/x86/use.mask | 2 -- profiles/base/use.mask | 2 -- profiles/default/linux/uclibc/amd64/use.mask | 1 - profiles/default/linux/uclibc/x86/use.mask | 1 - profiles/hardened/linux/musl/amd64/use.mask | 1 - profiles/hardened/linux/musl/x86/use.mask | 1 - profiles/prefix/aix/use.mask | 1 - profiles/prefix/bsd/use.mask | 1 - profiles/prefix/hpux/use.mask | 1 - profiles/prefix/mint/use.mask | 1 - profiles/prefix/sunos/use.mask | 1 - profiles/uclibc/x86/use.mask | 1 - 15 files changed, 18 deletions(-) diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask index d936119..b1c986c 100644 --- a/profiles/arch/amd64-fbsd/use.mask +++ b/profiles/arch/amd64-fbsd/use.mask @@ -5,7 +5,6 @@ # Unmask the flag which corresponds to ARCH. -amd64-fbsd --3dnow -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext -cpu_flags_x86_aes diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index cdde4a7..4f0d9aa 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -130,8 +130,6 @@ # Since this profile forces >=portage-2.1.2, we can unmask all # SIMD assembler flags -mpx --avx --3dnow -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext -cpu_flags_x86_aes diff --git a/profiles/arch/x86-fbsd/use.mask b/profiles/arch/x86-fbsd/use.mask index 79141e5..96236f3 100644 --- a/profiles/arch/x86-fbsd/use.mask +++ b/profiles/arch/x86-fbsd/use.mask @@ -14,7 +14,6 @@ qt5 # IPMI is only implemented for x86, amd64 and ia64 -ipmi --3dnow -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext -cpu_flags_x86_aes diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 918cca3..bbe0808 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -98,10 +98,8 @@ -macbook # Unmask x86 instruction sets --3dnow -lilo -mpx --avx -svga -nvram -cpu_flags_x86_3dnow diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 1487061..31136dc 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -57,10 +57,8 @@ uclibc multilib # amd64/x86 arch specific USE flags -3dnow lilo mpx -avx svga nvram cpu_flags_x86_3dnow diff --git a/profiles/default/linux/uclibc/amd64/use.mask b/profiles/default/linux/uclibc/amd64/use.mask index d3b0bff..51e5094 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 24cc638..056ff2e 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 diff --git a/profiles/hardened/linux/musl/amd64/use.mask b/profiles/hardened/linux/musl/amd64/use.mask index d3b0bff..51e5094 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 24cc638..056ff2e 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 diff --git a/profiles/prefix/aix/use.mask b/profiles/prefix/aix/use.mask index edb620c..1aaf9f8 100644 --- a/profiles/prefix/aix/use.mask +++ b/profiles/prefix/aix/use.mask @@ -8,7 +8,6 @@ # these will more than likely never work on AIX 3dfx -3dnow acpi alsa apm diff --git a/profiles/prefix/bsd/use.mask b/profiles/prefix/bsd/use.mask index 8ca7740..90307ef 100644 --- a/profiles/prefix/bsd/use.mask +++ b/profiles/prefix/bsd/use.mask @@ -4,7 +4,6 @@ # these will more than likely never work on bsd 3dfx -3dnow acpi alsa apm diff --git a/profiles/prefix/hpux/use.mask b/profiles/prefix/hpux/use.mask index 648a102..e1385cc 100644 --- a/profiles/prefix/hpux/use.mask +++ b/profiles/prefix/hpux/use.mask @@ -8,7 +8,6 @@ # these will more than likely never work on HPUX 3dfx -3dnow acpi alsa apm diff --git a/profiles/prefix/mint/use.mask b/profiles/prefix/mint/use.mask index 32c0e7a..522d9d2 100644 --- a/profiles/prefix/mint/use.mask +++ b/profiles/prefix/mint/use.mask @@ -8,7 +8,6 @@ # these will more than likely never work on MiNT 3dfx -3dnow acpi alsa apm diff --git a/profiles/prefix/sunos/use.mask b/profiles/prefix/sunos/use.mask index 355e077..43f493e 100644 --- a/profiles/prefix/sunos/use.mask +++ b/profiles/prefix/sunos/use.mask @@ -8,7 +8,6 @@ # these will more than likely never work on solaris 3dfx -3dnow acpi alsa apm diff --git a/profiles/uclibc/x86/use.mask b/profiles/uclibc/x86/use.mask index 26e1f20..a75b217 100644 --- a/profiles/uclibc/x86/use.mask +++ b/profiles/uclibc/x86/use.mask @@ -1,4 +1,3 @@ --3dnow -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext -cpu_flags_x86_aes
