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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF7A2158009 for ; Sat, 24 Jun 2023 08:08:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4E00E07EC; Sat, 24 Jun 2023 08:08:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B570AE07EC for ; Sat, 24 Jun 2023 08:08:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B9073408DD for ; Sat, 24 Jun 2023 08:08:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBC38A95 for ; Sat, 24 Jun 2023 08:08:15 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1687594036.4e6cda39ebb1616565206c8e492e319bfd07309c.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/darwin/macos/arch/arm64/use.force profiles/prefix/darwin/macos/arch/arm64/use.mask X-VCS-Directories: profiles/prefix/darwin/macos/arch/arm64/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 4e6cda39ebb1616565206c8e492e319bfd07309c X-VCS-Branch: master Date: Sat, 24 Jun 2023 08:08:15 +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: af2d41ab-22e9-4608-9edc-67cb0f37e3dc X-Archives-Hash: cb1100863a2f3a5d824bbee801292fef commit: 4e6cda39ebb1616565206c8e492e319bfd07309c Author: Fabian Groffen gentoo org> AuthorDate: Sat Jun 24 08:07:16 2023 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Jun 24 08:07:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6cda39 profiles/prefix/macos/arch/arm64: drop forcing cpu_flags_arm_thumb* arm64 doesn't support thumb. Signed-off-by: Fabian Groffen gentoo.org> profiles/prefix/darwin/macos/arch/arm64/use.force | 2 -- profiles/prefix/darwin/macos/arch/arm64/use.mask | 2 -- 2 files changed, 4 deletions(-) diff --git a/profiles/prefix/darwin/macos/arch/arm64/use.force b/profiles/prefix/darwin/macos/arch/arm64/use.force index 952fb5bdafa3..1dc3e267bfe2 100644 --- a/profiles/prefix/darwin/macos/arch/arm64/use.force +++ b/profiles/prefix/darwin/macos/arch/arm64/use.force @@ -17,8 +17,6 @@ cpu_flags_arm_neon cpu_flags_arm_edsp cpu_flags_arm_sha1 cpu_flags_arm_sha2 -cpu_flags_arm_thumb -cpu_flags_arm_thumb2 cpu_flags_arm_vfp cpu_flags_arm_vfpv3 cpu_flags_arm_vfpv4 diff --git a/profiles/prefix/darwin/macos/arch/arm64/use.mask b/profiles/prefix/darwin/macos/arch/arm64/use.mask index 2de1511d28c2..7658bb04d353 100644 --- a/profiles/prefix/darwin/macos/arch/arm64/use.mask +++ b/profiles/prefix/darwin/macos/arch/arm64/use.mask @@ -18,8 +18,6 @@ -cpu_flags_arm_edsp -cpu_flags_arm_sha1 -cpu_flags_arm_sha2 --cpu_flags_arm_thumb --cpu_flags_arm_thumb2 -cpu_flags_arm_vfp -cpu_flags_arm_vfpv3 -cpu_flags_arm_vfpv4