commit:     e9ac8e3b860bee4ad473e11e36e97e58d7cf186f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 11:52:00 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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

Reply via email to