Reenable the aarch64-unknown-none-softfloat target on RHEL

This was dropped in
bdc2be1e01
but it's needed for EPEL 10, so adding it back.

Resolves: RHEL-60808

Signed-off-by: Davide Cavalca <dcavalca@centosproject.org>
This commit is contained in:
Davide Cavalca 2024-10-07 20:32:16 -07:00
parent f7651877ea
commit 175d35473c

View File

@ -43,7 +43,7 @@ ExclusiveArch: %{rust_arches}
%endif
%endif
%ifarch aarch64
%if 0%{?fedora}
%if 0%{?fedora} || 0%{?rhel} >= 10
%global extra_targets aarch64-unknown-none-softfloat
%endif
%endif