diff options
author | David Seifert <soap@gentoo.org> | 2022-07-15 09:58:06 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-15 09:58:06 +0200 |
commit | 0d23a383b61fe3b5c51b815215a9ad4b0039b833 (patch) | |
tree | cf00db40547537ef2d047be036a90c1c7f2762ef | |
parent | dev-libs/OpenNI2: neon -> cpu_flags_arm_neon (diff) | |
download | gentoo-0d23a383b61fe3b5c51b815215a9ad4b0039b833.tar.gz gentoo-0d23a383b61fe3b5c51b815215a9ad4b0039b833.tar.bz2 gentoo-0d23a383b61fe3b5c51b815215a9ad4b0039b833.zip |
profiles: remove global USE=altivec
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | profiles/arch/base/use.mask | 1 | ||||
-rw-r--r-- | profiles/arch/powerpc/use.mask | 2 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.5/ppc/use.mask | 4 | ||||
-rw-r--r-- | profiles/prefix/windows/winnt/use.mask | 1 | ||||
-rw-r--r-- | profiles/use.desc | 1 |
5 files changed, 0 insertions, 9 deletions
diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index 4556ba23f498..b583af578451 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -68,7 +68,6 @@ cpu_flags_x86_ssse3 cpu_flags_x86_xop # ppc arch specific USE flags -altivec ppcsha1 # mips arch specific USE flags diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask index 5a92cd7a0e0f..cfeda8e5851a 100644 --- a/profiles/arch/powerpc/use.mask +++ b/profiles/arch/powerpc/use.mask @@ -55,8 +55,6 @@ appindicator # These flags should only be used for ppc -ppcsha1 -# Unmask the Altivec instruction set --altivec # Incompatible Use Flags # diff --git a/profiles/prefix/darwin/macos/10.5/ppc/use.mask b/profiles/prefix/darwin/macos/10.5/ppc/use.mask deleted file mode 100644 index cb5937b71a2e..000000000000 --- a/profiles/prefix/darwin/macos/10.5/ppc/use.mask +++ /dev/null @@ -1,4 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - --altivec diff --git a/profiles/prefix/windows/winnt/use.mask b/profiles/prefix/windows/winnt/use.mask index 96fe791477a6..5466fd4b5e09 100644 --- a/profiles/prefix/windows/winnt/use.mask +++ b/profiles/prefix/windows/winnt/use.mask @@ -11,7 +11,6 @@ 3dfx acpi alsa -altivec apm bluetooth caps diff --git a/profiles/use.desc b/profiles/use.desc index 52f51fa3cdbe..dc7a6daebde3 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -14,7 +14,6 @@ acpi - Add support for Advanced Configuration and Power Interface adns - Add support for asynchronous DNS resolution afs - Add OpenAFS support (distributed file system) alsa - Add support for media-libs/alsa-lib (Advanced Linux Sound Architecture) -altivec - Add support for optimizations for G4 and G5/ppc970 processors ao - Use libao audio output library for sound playback apache2 - Add Apache2 support aqua - Include support for the Mac OS X Aqua (Carbon/Cocoa) GUI |