From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2E76139695 for ; Mon, 27 Feb 2017 08:34:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36049E0B8B; Mon, 27 Feb 2017 08:34:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C239E0B8B for ; Mon, 27 Feb 2017 08:34:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0066E34105A for ; Mon, 27 Feb 2017 08:34:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EE4E5633 for ; Mon, 27 Feb 2017 08:34:21 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1488184442.77d18b6fd1d08dca8fdf121adc478e25c25a467c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm64/package.use.force profiles/arch/arm64/use.mask X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 77d18b6fd1d08dca8fdf121adc478e25c25a467c X-VCS-Branch: master Date: Mon, 27 Feb 2017 08:34:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1b7b4155-e124-4ce4-92f8-f5203468a8da X-Archives-Hash: c633e964019edc0a0bd960546852b935 commit: 77d18b6fd1d08dca8fdf121adc478e25c25a467c Author: Alexis Ballier gentoo org> AuthorDate: Mon Feb 27 08:33:46 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Feb 27 08:34:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d18b6f profiles/arch/arm64: Unmask neon and armvfp useflags. Force them on for ffmpeg as it assumes they are available on arm64 and fails to build if those are disabled, bug #610768 profiles/arch/arm64/package.use.force | 8 ++++++++ profiles/arch/arm64/use.mask | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/profiles/arch/arm64/package.use.force b/profiles/arch/arm64/package.use.force index a5c1831f38..0bf8b00205 100644 --- a/profiles/arch/arm64/package.use.force +++ b/profiles/arch/arm64/package.use.force @@ -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 (24 Sep 2016) # Force the host target to avoid dependency hell sys-devel/clang llvm_targets_AArch64 diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index ea6679d6bf..cacb75abb5 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -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