public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rawhide: Tune for z16 on RHEL10 and later
@ 2026-06-16 13:27 Siddhesh Poyarekar
0 siblings, 0 replies; only message in thread
From: Siddhesh Poyarekar @ 2026-06-16 13:27 UTC (permalink / raw)
To: git-commits
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 \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-16 13:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-16 13:27 [rpms/gcc] rawhide: Tune for z16 on RHEL10 and later Siddhesh Poyarekar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox