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 0C060138334 for ; Tue, 19 Nov 2019 18:19:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46F11E0883; Tue, 19 Nov 2019 18:19:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26A5CE0883 for ; Tue, 19 Nov 2019 18:19:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29E7534D0C4 for ; Tue, 19 Nov 2019 18:19:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CD682A5 for ; Tue, 19 Nov 2019 18:19:08 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1574187538.9a69f58d893e8235ac31e14960806431fcbaf6df.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-71.0_beta10.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 9a69f58d893e8235ac31e14960806431fcbaf6df X-VCS-Branch: master Date: Tue, 19 Nov 2019 18:19:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f7323d1c-b85c-48d2-a3c0-f4e5a02519f2 X-Archives-Hash: 7523969e99bd54d7091f2ea0d45c537f commit: 9a69f58d893e8235ac31e14960806431fcbaf6df Author: Jory Pratt gentoo org> AuthorDate: Tue Nov 19 18:18:58 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue Nov 19 18:18:58 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=9a69f58d www-client/firefox: convert neon flag for arm cpu Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Jory Pratt gentoo.org> www-client/firefox/firefox-71.0_beta10.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/www-client/firefox/firefox-71.0_beta10.ebuild b/www-client/firefox/firefox-71.0_beta10.ebuild index ab3cdb4..835df72 100644 --- a/www-client/firefox/firefox-71.0_beta10.ebuild +++ b/www-client/firefox/firefox-71.0_beta10.ebuild @@ -52,8 +52,8 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="bindist clang cpu_flags_x86_avx2 debug eme-free geckodriver - +gmp-autoupdate hardened hwaccel jack lto neon pgo pulseaudio - +screenshot selinux startup-notification +system-av1 + +gmp-autoupdate hardened hwaccel jack lto cpu_flags_arm_neon pgo + pulseaudio +screenshot selinux startup-notification +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-sqlite +system-libvpx +system-webp test wayland wifi" @@ -460,8 +460,8 @@ src_configure() { fi # Modifications to better support ARM, bug 553364 - if use neon ; then - mozconfig_annotate '' --with-fpu=neon + if use cpu_flags_arm_neon ; then + mozconfig_annotate '' --with-fpu=cpu_flags_arm_neon if ! tc-is-clang ; then # thumb options aren't supported when using clang, bug 666966 @@ -469,6 +469,7 @@ src_configure() { mozconfig_annotate '' --with-thumb-interwork=no fi fi + if [[ ${CHOST} == armv*h* ]] ; then mozconfig_annotate '' --with-float-abi=hard if ! use system-libvpx ; then