From 6d54c72548f3f9e5df37d799a02c8a019841cb3d Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 15 Jul 2020 13:45:53 +0000 Subject: [PATCH] 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 --- gcc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc.spec b/gcc.spec index 003660e..5541192 100644 --- a/gcc.spec +++ b/gcc.spec @@ -896,7 +896,7 @@ CONFIGURE_OPTS="\ %endif %ifarch ppc64le %{mips} s390x %ifarch s390x -%if 0%{?fedora} < 32 +%if 0%{?fedora} < 32 && 0%{?rhel} < 8 --enable-multilib \ %else --disable-multilib \