profiles/arch/arm64: Unmask neon and armvfp useflags. Force them on for ffmpeg as...
authorAlexis Ballier <aballier@gentoo.org>
Mon, 27 Feb 2017 08:33:46 +0000 (09:33 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 27 Feb 2017 08:34:02 +0000 (09:34 +0100)
profiles/arch/arm64/package.use.force
profiles/arch/arm64/use.mask

index a5c1831f383f1394e1692258e5d23e1de919d585..0bf8b00205920298bad7ec7828d53b4863d8574c 100644 (file)
@@ -2,6 +2,14 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Alexis Ballier <27 Feb 2017>
+# arm64 always has neon and vfp:
+# http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.den0024a/CJHECGIH.html
+# Both floating-point and NEON are required in all standard ARMv8
+# implementations.
+# It also fails to build without neon: bug #610768
+media-video/ffmpeg neon armvfp
+
 # Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
 # Force the host target to avoid dependency hell
 sys-devel/clang llvm_targets_AArch64
index ea6679d6bf51ec9d5c577809dfc665f6b15cd37a..cacb75abb555d0e981bda3064d92dd565bdc9290 100644 (file)
@@ -1,6 +1,10 @@
 # Unmask the flag which corresponds to ARCH.
 -arm64
 
+# Unmask arm specific USE flags
+-neon
+-armvfp
+
 # doomsday ebuild is not available on this architecture
 doomsday