public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Siddhesh Poyarekar <siddhesh@gotplt.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: Default tuning to power 10 for RHEL10 and later
Date: Mon, 29 Jun 2026 12:30:42 GMT	[thread overview]
Message-ID: <178273624254.1.3487505158309340837.rpms-gcc-d021080ea76b@fedoraproject.org> (raw)

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,

                 reply	other threads:[~2026-06-29 12:30 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=178273624254.1.3487505158309340837.rpms-gcc-d021080ea76b@fedoraproject.org \
    --to=siddhesh@gotplt.org \
    --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