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] snapshot: Tune for z16 on RHEL10 and later
Date: Thu, 25 Jun 2026 00:22:36 GMT [thread overview]
Message-ID: <178234695694.1.12691400060481989830.rpms-gcc-a4e203df0908@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : snapshot
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=snapshot
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-25 0: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=178234695694.1.12691400060481989830.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