Drop multilib support for s390x since glibc32 already did.

This commit is contained in:
Jerry James 2019-10-09 20:26:44 -06:00
parent 4110c03341
commit 56772a9401
1 changed files with 2 additions and 4 deletions

View File

@ -15,7 +15,7 @@
# Until annobin is fixed (#1519165). # Until annobin is fixed (#1519165).
%undefine _annotated_build %undefine _annotated_build
%endif %endif
%global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64 %global multilib_64_archs sparc64 ppc64 ppc64p7 x86_64
%if 0%{?rhel} > 7 %if 0%{?rhel} > 7
%global build_ada 0 %global build_ada 0
%global build_objc 0 %global build_objc 0
@ -86,9 +86,6 @@
%else %else
%global build_offload_nvptx 0 %global build_offload_nvptx 0
%endif %endif
%ifarch s390x
%global multilib_32_arch s390
%endif
%ifarch sparc64 %ifarch sparc64
%global multilib_32_arch sparcv9 %global multilib_32_arch sparcv9
%endif %endif
@ -2957,6 +2954,7 @@ end
%changelog %changelog
* Wed Oct 9 2019 Jerry James <loganjerry@gmail.com> 9.2.1-1.3 * Wed Oct 9 2019 Jerry James <loganjerry@gmail.com> 9.2.1-1.3
- Build against mpfr4 and libmpc linked with mpfr4 - Build against mpfr4 and libmpc linked with mpfr4
- Drop multilib support for s390x since glibc32 already did
* Tue Oct 8 2019 Jerry James <loganjerry@gmail.com> 9.2.1-1.2 * Tue Oct 8 2019 Jerry James <loganjerry@gmail.com> 9.2.1-1.2
- Build against mpfr3 and libmpc-mpfr3 so an mpfr 4.x version can be built - Build against mpfr3 and libmpc-mpfr3 so an mpfr 4.x version can be built