Remove remnants of 32-bit Arm support

Related: RHEL-35602

Fedora 40 commit: a0d62dc5411a2586f659de92f11a14bfdaedea2a
This commit is contained in:
Arjun Shankar 2024-06-07 15:39:00 +02:00
parent ce9c08c648
commit b5be881eef

View File

@ -69,14 +69,6 @@
%undefine with_valgrind
%endif
# The annobin annotations cause binutils to produce broken ARM EABI
# unwinding information. Symptom is a hang/test failure for
# malloc/tst-malloc-stats-cancellation. See
# <https://bugzilla.redhat.com/show_bug.cgi?id=1951492>.
%ifarch armv7hl
%undefine _annotated_build
%endif
# We do our own build flags management. In particular, see
# glibc_shell_* below.
%undefine _auto_set_build_flags
@ -389,10 +381,7 @@ BuildRequires: python3 python3-devel
BuildRequires: gcc >= 7.2.1-6
%global enablekernel 3.2
Conflicts: kernel < %{enablekernel}
%global target %{_target_cpu}-redhat-linux
%ifarch %{arm}
%global target %{_target_cpu}-redhat-linuxeabi
%endif
%define target %{_target_cpu}-redhat-linux
%ifarch ppc64le
%global target ppc64le-redhat-linux
%endif