public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: Default tuning to power 10 for RHEL10 and later
@ 2026-06-29 12:30 Siddhesh Poyarekar
0 siblings, 0 replies; only message in thread
From: Siddhesh Poyarekar @ 2026-06-29 12:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : d021080ea76b57941380df631582f8109f8ede6f
Author : Siddhesh Poyarekar <siddhesh@gotplt.org>
Date : 2024-09-24T22:41:47-04:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/d021080ea76b57941380df631582f8109f8ede6f?branch=rhel-f41-base
Log:
Default tuning to power 10 for RHEL10 and later
---
diff --git a/gcc.spec b/gcc.spec
index 8b0d09d..f6cf2ec 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -4,7 +4,7 @@
%global gcc_major 14
# Note, gcc_release must be integer, if you want to add suffixes to
# %%{release}, append them after %%{gcc_release} on Release: line.
-%global gcc_release 3
+%global gcc_release 4
%global nvptx_tools_gitrev 87ce9dc5999e5fca2e1d3478a30888d9864c9804
%global newlib_cygwin_gitrev d45261f62a15f8abd94a1031020b9a9f455e4eed
%global _unpackaged_files_terminate_build 0
@@ -1190,7 +1190,11 @@ CONFIGURE_OPTS="\
%endif
%ifarch ppc64le
%if 0%{?rhel} >= 9
+%if 0%{?rhel} >= 10
+ --with-cpu-32=power9 --with-tune-32=power10 --with-cpu-64=power9 --with-tune-64=power10 \
+%else
--with-cpu-32=power9 --with-tune-32=power9 --with-cpu-64=power9 --with-tune-64=power9 \
+%endif
%else
--with-cpu-32=power8 --with-tune-32=power8 --with-cpu-64=power8 --with-tune-64=power8 \
%endif
@@ -3618,6 +3622,9 @@ end
%endif
%changelog
+* Wed Sep 25 2024 Siddhesh Poyarekar <siddhesh@redhat.com> 14.2.1-4
+- Default tuning to power 10 for RHEL10 and later.
+
* Thu Sep 12 2024 Jakub Jelinek <jakub@redhat.com> 14.2.1-3
- update from releases/gcc-14 branch
- PRs c++/116276, c++/116320, c++/116449, c++/116567, c++/116606,
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-29 12:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:30 [rpms/gcc] rhel-f41-base: Default tuning to power 10 for 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