public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 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 : f5bff3fc5156f2393e8b24695171d496b775959e
Author : Troy Dawson <tdawson@fedoraproject.org>
Date : 2020-07-14T14:54:16+00:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/f5bff3fc5156f2393e8b24695171d496b775959e?branch=rhel-f41-base
Log:
Minor conditional tweak for ELN
This minor conditional change allows the package to build in ELN.
Signed-off-by: Troy Dawson tdawson@redhat.com
---
diff --git a/gcc.spec b/gcc.spec
index bf8af0d..003660e 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -23,7 +23,7 @@
%if 0%{?__brp_strip_lto:1}
%global __brp_strip_lto %{__brp_strip_lto} || :
%endif
-%if 0%{?fedora} < 32
+%if 0%{?fedora} < 32 && 0%{?rhel} < 8
%global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64
%else
%global multilib_64_archs sparc64 ppc64 ppc64p7 x86_64
@@ -98,7 +98,7 @@
%else
%global build_offload_nvptx 0
%endif
-%if 0%{?fedora} < 32
+%if 0%{?fedora} < 32 && 0%{?rhel} < 8
%ifarch s390x
%global multilib_32_arch s390
%endif
^ 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: 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