diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-12-27 19:52:55 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-27 20:21:06 -0500 |
commit | 480917074e3539c01bae5740fc1f4133434b6b04 (patch) | |
tree | 741564c624eabb608eb5d8365ce3b609e6f942cd /profiles | |
parent | profiles/arm64: do not force cpu_flags_arm_neon (diff) | |
download | gentoo-480917074e3539c01bae5740fc1f4133434b6b04.tar.gz gentoo-480917074e3539c01bae5740fc1f4133434b6b04.tar.bz2 gentoo-480917074e3539c01bae5740fc1f4133434b6b04.zip |
profiles/arm64: drop obselete cpu_flags_arm_neon masks
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/14145
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/arm64/package.use.mask | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 48e3fb684908..ab85d746e3f1 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -268,10 +268,6 @@ mail-client/thunderbird neon media-gfx/pstoedit emf # Alexis Ballier <aballier@gentoo.org> (2017-07-14) -# Appends -mfpu=neon and asm seems arm32 -net-misc/freerdp cpu_flags_arm_neon - -# Alexis Ballier <aballier@gentoo.org> (2017-07-14) # zfs does not build on arm64 (yet?) app-emulation/libvirt zfs sys-cluster/ceph zfs @@ -315,28 +311,10 @@ app-crypt/libsecret test app-shells/bash-completion test # Alexis Ballier <aballier@gentoo.org> (2017-06-21) -# Appends -mfpu=neon that doesnt work on arm64 -media-libs/speexdsp cpu_flags_arm_neon - -# Alexis Ballier <aballier@gentoo.org> (2017-06-21) # net-fs/openafs-kernel does not recognize arm64 properly # Need to check if this has a chance to work with in-kernel drivers app-crypt/heimdal afs -# Alexis Ballier <aballier@gentoo.org> (2017-06-20) -# Jory A. Pratt <anarchy@gentoo.org> (2019-11-29) -# Appends -mfpu=neon which is only valid for arm32 and suggests this is arm32 -# only -media-sound/pulseaudio neon cpu_flags_arm_neon - -# Alexis Ballier <aballier@gentoo.org> (2017-06-19) -# This is for arm32 only neon asm -media-libs/vo-aacenc cpu_flags_arm_neon - -# Alexis Ballier <aballier@gentoo.org> (2017-06-16) -# pixman's neon code is armv7 only. -x11-libs/pixman cpu_flags_arm_neon neon - # James Le Cuirot <chewi@gentoo.org> (2017-05-22) # Only available on some architectures. dev-java/icedtea -shenandoah |