Do not build aarch on anything newer than F41

Signed-off-by: Tom Rix <trix@redhat.com>
This commit is contained in:
Tom Rix 2024-06-05 10:04:12 -06:00
commit 4b6de8a49d

View file

@ -188,7 +188,13 @@ Patch104: 0001-use-any-hip.patch
Patch105: 0001-disable-use-of-aotriton.patch
%endif
# Do not claim aarch64 on anything newer than F41
%if 0%{?fedora} > 40
ExclusiveArch: x86_64 aarch64
%else
ExclusiveArch: x86_64
%endif
%global toolchain gcc
%global _lto_cflags %nil