public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Troy Dawson <tdawson@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: Minor conditional tweak for ELN
Date: Mon, 29 Jun 2026 12:28:46 GMT	[thread overview]
Message-ID: <178273612672.1.17029614372902173958.rpms-gcc-f5bff3fc5156@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-06-29 12:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178273612672.1.17029614372902173958.rpms-gcc-f5bff3fc5156@fedoraproject.org \
    --to=tdawson@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox