public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rawhide: Increase s390x baseline for Fedora 45
Date: Mon, 22 Jun 2026 14:22:15 GMT	[thread overview]
Message-ID: <178213813568.1.685274434666498851.rpms-gcc-f21769dcde1d@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gcc
            Branch : rawhide
            Commit : f21769dcde1d2c61c32b57fa08e849e05f8f2aec
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-06-16T11:56:59-04:00
            Stats  : +5/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/gcc/c/f21769dcde1d2c61c32b57fa08e849e05f8f2aec?branch=rawhide

            Log:
            Increase s390x baseline for Fedora 45

Also, adjust the tuning for RHEL 11 to match the latest hardware.

https://fedoraproject.org/wiki/Changes/GNUToolchainF44

---
diff --git a/gcc.spec b/gcc.spec
index 6fa2d96..13d5ba9 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1306,7 +1306,7 @@ CONFIGURE_OPTS="\
 %endif
 %ifarch s390 s390x
 %if 0%{?rhel} >= 11
-	--with-arch=z15 --with-tune=z16 \
+	--with-arch=z15 --with-tune=z17 \
 %else
 %if 0%{?rhel} >= 10
 	--with-arch=z14 --with-tune=z16 \
@@ -1320,6 +1320,9 @@ CONFIGURE_OPTS="\
 %if 0%{?rhel} == 7
 	--with-arch=z196 --with-tune=zEC12 \
 %else
+%if 0%{?fedora} >= 45
+	--with-arch=z15 --with-tune=z17 \
+%else
 %if 0%{?fedora} >= 38
 	--with-arch=z13 --with-tune=z14 \
 %else
@@ -1334,6 +1337,7 @@ CONFIGURE_OPTS="\
 %endif
 %endif
 %endif
+%endif
 	--enable-decimal-float \
 %endif
 %ifarch armv7hl

                 reply	other threads:[~2026-06-22 14:22 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=178213813568.1.685274434666498851.rpms-gcc-f21769dcde1d@fedoraproject.org \
    --to=yselkowi@redhat.com \
    --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