From 56772a9401acbcf555df37034572e9e643d948b3 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Wed, 9 Oct 2019 20:26:44 -0600 Subject: [PATCH] Drop multilib support for s390x since glibc32 already did. --- gcc.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gcc.spec b/gcc.spec index c6bceba..553f303 100644 --- a/gcc.spec +++ b/gcc.spec @@ -15,7 +15,7 @@ # Until annobin is fixed (#1519165). %undefine _annotated_build %endif -%global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64 +%global multilib_64_archs sparc64 ppc64 ppc64p7 x86_64 %if 0%{?rhel} > 7 %global build_ada 0 %global build_objc 0 @@ -86,9 +86,6 @@ %else %global build_offload_nvptx 0 %endif -%ifarch s390x -%global multilib_32_arch s390 -%endif %ifarch sparc64 %global multilib_32_arch sparcv9 %endif @@ -2957,6 +2954,7 @@ end %changelog * Wed Oct 9 2019 Jerry James 9.2.1-1.3 - Build against mpfr4 and libmpc linked with mpfr4 +- Drop multilib support for s390x since glibc32 already did * Tue Oct 8 2019 Jerry James 9.2.1-1.2 - Build against mpfr3 and libmpc-mpfr3 so an mpfr 4.x version can be built