From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1091486-garchives=archives.gentoo.org@lists.gentoo.org> 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 DF14B138334 for <garchives@archives.gentoo.org>; Mon, 20 May 2019 16:45:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE3A0E07A7; Mon, 20 May 2019 16:45:06 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1A2FE07A7 for <gentoo-commits@lists.gentoo.org>; Mon, 20 May 2019 16:45:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3D285344BEC for <gentoo-commits@lists.gentoo.org>; Mon, 20 May 2019 16:45:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B8CB5D7 for <gentoo-commits@lists.gentoo.org>; Mon, 20 May 2019 16:45:03 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1558370695.5bf3deba660fd6246244497a208e81e6e0f42c39.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm64/use.mask X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 5bf3deba660fd6246244497a208e81e6e0f42c39 X-VCS-Branch: master Date: Mon, 20 May 2019 16:45:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f918eaaa-440c-407a-8ed8-f842bde40e27 X-Archives-Hash: bc7e281eafcfefbf5be2a5331d017ca6 commit: 5bf3deba660fd6246244497a208e81e6e0f42c39 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Mon May 20 16:44:25 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon May 20 16:44:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf3deba arm64/use.mask: add ocamlopt * native compiler fails to build on arm64 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> profiles/arch/arm64/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index e730f1ed537..a835dab8c8f 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -26,6 +26,10 @@ -neon -armvfp +# Aaron Bauman <bman@gentoo.org> (20 May 2019) +# Does not build on arm64 +ocamlopt + # Mart Raudsepp <leio@gentoo.org> (07 Jan 2019) # Does not work on arm64 until dev-lang/luajit-2.1 # https://github.com/LuaJIT/LuaJIT/issues/26