public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Siddhesh Poyarekar <siddhesh@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rawhide: Tune for z16 on RHEL10 and later
Date: Tue, 16 Jun 2026 13:27:52 GMT	[thread overview]
Message-ID: <178161647268.1.12547925732032876518.rpms-gcc-a4e203df0908@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rawhide
Commit : a4e203df090859ec83ce44b5be66f273f358b260
Author : Siddhesh Poyarekar <siddhesh@redhat.com>
Date   : 2026-06-16T09:27:13-04:00
Stats  : +3/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/a4e203df090859ec83ce44b5be66f273f358b260?branch=rawhide

Log:
Tune for z16 on RHEL10 and later

---
diff --git a/gcc.spec b/gcc.spec
index af09678..cd9ab80 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1308,7 +1308,9 @@ CONFIGURE_OPTS="\
 %if 0%{?rhel} >= 7
 %if 0%{?rhel} > 7
 %if 0%{?rhel} > 8
-%if 0%{?rhel} >= 9
+%if 0%{?rhel} >= 10
+	--with-arch=z14 --with-tune=z16 \
+%elif 0%{?rhel} >= 9
 	--with-arch=z14 --with-tune=z15 \
 %else
 	--with-arch=z13 --with-tune=arch13 \

                 reply	other threads:[~2026-06-16 13:27 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=178161647268.1.12547925732032876518.rpms-gcc-a4e203df0908@fedoraproject.org \
    --to=siddhesh@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