Cleanup --with testsuite dependencies for Fedora s390x. 32bit no longer supported.

This commit is contained in:
Keith Seitz 2022-05-05 10:38:08 -07:00
parent 3069a1c330
commit fec45fd60b
1 changed files with 5 additions and 7 deletions

View File

@ -270,18 +270,16 @@ BuildRequires: elfutils-debuginfod-client-devel
%global bits_local %{?_isa}
%global bits_other %{?_isa}
%ifarch s390x
%if 0%{!?rhel:1} || 0%{?rhel} < 8
%if 0%{?rhel:1} && 0%{?rhel} < 8
%global bits_other (%{__isa_name}-32)
%endif
%else #!s390x
%endif
%ifarch ppc
%global bits_other (%{__isa_name}-64)
%else #!ppc
%ifarch sparc64 ppc64 s390x x86_64
%endif
%ifarch sparc64 ppc64 x86_64
%global bits_other (%{__isa_name}-32)
%endif #sparc64 ppc64 s390x x86_64
%endif #!ppc
%endif #!s390x
%endif
BuildRequires: sharutils dejagnu
# gcc-objc++ is not covered by the GDB testsuite.