public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: Final minor conditional tweak for ELN
@ 2026-06-29 12:28 Troy Dawson
0 siblings, 0 replies; only message in thread
From: Troy Dawson @ 2026-06-29 12:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 6d54c72548f3f9e5df37d799a02c8a019841cb3d
Author : Troy Dawson <tdawson@fedoraproject.org>
Date : 2020-07-15T13:45:53+00:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/6d54c72548f3f9e5df37d799a02c8a019841cb3d?branch=rhel-f41-base
Log:
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>
---
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 \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-29 12:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:28 [rpms/gcc] rhel-f41-base: Final minor conditional tweak for ELN Troy Dawson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox