Minor conditional tweak for ELN
This minor conditional change allows the package to build in ELN. Signed-off-by: Troy Dawson tdawson@redhat.com
This commit is contained in:
parent
9f9248e195
commit
f5bff3fc51
4
gcc.spec
4
gcc.spec
@ -23,7 +23,7 @@
|
|||||||
%if 0%{?__brp_strip_lto:1}
|
%if 0%{?__brp_strip_lto:1}
|
||||||
%global __brp_strip_lto %{__brp_strip_lto} || :
|
%global __brp_strip_lto %{__brp_strip_lto} || :
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora} < 32
|
%if 0%{?fedora} < 32 && 0%{?rhel} < 8
|
||||||
%global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64
|
%global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64
|
||||||
%else
|
%else
|
||||||
%global multilib_64_archs sparc64 ppc64 ppc64p7 x86_64
|
%global multilib_64_archs sparc64 ppc64 ppc64p7 x86_64
|
||||||
@ -98,7 +98,7 @@
|
|||||||
%else
|
%else
|
||||||
%global build_offload_nvptx 0
|
%global build_offload_nvptx 0
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora} < 32
|
%if 0%{?fedora} < 32 && 0%{?rhel} < 8
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
%global multilib_32_arch s390
|
%global multilib_32_arch s390
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user