Remove remnants of 32-bit Arm support
(cherry picked from commit 0d17d18a8862d7737a041d1360d0775b62275dd7)
This commit is contained in:
parent
b3da3b4101
commit
a0d62dc541
13
glibc.spec
13
glibc.spec
@ -69,14 +69,6 @@
|
|||||||
%undefine with_valgrind
|
%undefine with_valgrind
|
||||||
%endif
|
%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
|
# We do our own build flags management. In particular, see
|
||||||
# glibc_shell_* below.
|
# glibc_shell_* below.
|
||||||
%undefine _auto_set_build_flags
|
%undefine _auto_set_build_flags
|
||||||
@ -389,10 +381,7 @@ BuildRequires: python3 python3-devel
|
|||||||
BuildRequires: gcc >= 7.2.1-6
|
BuildRequires: gcc >= 7.2.1-6
|
||||||
%global enablekernel 3.2
|
%global enablekernel 3.2
|
||||||
Conflicts: kernel < %{enablekernel}
|
Conflicts: kernel < %{enablekernel}
|
||||||
%global target %{_target_cpu}-redhat-linux
|
%define target %{_target_cpu}-redhat-linux
|
||||||
%ifarch %{arm}
|
|
||||||
%global target %{_target_cpu}-redhat-linuxeabi
|
|
||||||
%endif
|
|
||||||
%ifarch ppc64le
|
%ifarch ppc64le
|
||||||
%global target ppc64le-redhat-linux
|
%global target ppc64le-redhat-linux
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user