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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E16CF158009 for ; Mon, 26 Jun 2023 11:53:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 073ECE091F; Mon, 26 Jun 2023 11:53:15 +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 DCF21E091F for ; Mon, 26 Jun 2023 11:53:14 +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 D83BD340D9B for ; Mon, 26 Jun 2023 11:53:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45928990 for ; Mon, 26 Jun 2023 11:53:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687780380.e9ac8e3b860bee4ad473e11e36e97e58d7cf186f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm64/use.force profiles/arch/arm64/use.mask X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e9ac8e3b860bee4ad473e11e36e97e58d7cf186f X-VCS-Branch: master Date: Mon, 26 Jun 2023 11:53:12 +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: 0a355e5c-2f25-4265-8ea0-6a52e51ddb37 X-Archives-Hash: b874cac0150180e84dc1afd67844decf commit: e9ac8e3b860bee4ad473e11e36e97e58d7cf186f Author: Sam James gentoo org> AuthorDate: Mon Jun 26 11:52:00 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 26 11:53:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ac8e3b profiles/arch/arm64: drop legacy arm32 flags from arm64 This ends up breaking things and is a bad assumption anyway. (Sorry for taking so long to get to this, I was worried about collateral damage, but the ffmpeg stuff from cleaning up thumb recently shows we just need to get on with it.) Closes: https://bugs.gentoo.org/838346 Closes: https://bugs.gentoo.org/909085 Signed-off-by: Sam James gentoo.org> profiles/arch/arm64/use.force | 4 ---- profiles/arch/arm64/use.mask | 5 ----- 2 files changed, 9 deletions(-) diff --git a/profiles/arch/arm64/use.force b/profiles/arch/arm64/use.force index 528cbfb34160..d0e9e5e91125 100644 --- a/profiles/arch/arm64/use.force +++ b/profiles/arch/arm64/use.force @@ -5,10 +5,6 @@ arm64 # Instruction sets that are always available -cpu_flags_arm_v4 -cpu_flags_arm_v5 -cpu_flags_arm_v6 -cpu_flags_arm_v7 cpu_flags_arm_v8 cpu_flags_arm_edsp diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 34cd55ff7ebd..5718f8d24bec 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -46,11 +46,6 @@ mono cpu_flags_arm_neon # Unmask arm specific USE flags --cpu_flags_arm_v4 --cpu_flags_arm_v4 --cpu_flags_arm_v5 --cpu_flags_arm_v6 --cpu_flags_arm_v7 -cpu_flags_arm_v8 -cpu_flags_arm_aes