commit: 192703a4621e04f5f214e86b4f8e43db2f1c65fd Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Wed Jun 21 16:44:43 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Wed Jun 21 16:45:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192703a4
profiles/arch/arm64: mask neon on speexdsp profiles/arch/arm64/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 73d3d922a6a..ccd815840d6 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # Alexis Ballier <[email protected]> (21 Jun 2017) +# Appends -mfpu=neon that doesnt work on arm64 +media-libs/speexdsp cpu_flags_arm_neon + +# Alexis Ballier <[email protected]> (21 Jun 2017) # 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
