Final minor conditional tweak for ELN
Yesterday, my pull request was rushed. I only waited two hours through the build before thinking it was fixed. Because I rushed I missed one other conditional, and the builds still don't builds in ELN. This time, with this pull request, I waited the full 8+ hours. It builds successfully, completely. We are still in a bit of a time crunch, so if you wouldn't mind merging this pull request, I would appreciate it. Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
parent
f5bff3fc51
commit
6d54c72548
2
gcc.spec
2
gcc.spec
@ -896,7 +896,7 @@ CONFIGURE_OPTS="\
|
|||||||
%endif
|
%endif
|
||||||
%ifarch ppc64le %{mips} s390x
|
%ifarch ppc64le %{mips} s390x
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
%if 0%{?fedora} < 32
|
%if 0%{?fedora} < 32 && 0%{?rhel} < 8
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
%else
|
%else
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
|
Loading…
Reference in New Issue
Block a user