public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: - enable LTO profiledbootstrap on x86_64, i?86, ppc64le and s390x
Date: Mon, 29 Jun 2026 12:29:27 GMT	[thread overview]
Message-ID: <178273616779.1.9077732184081066848.rpms-gcc-307b04232931@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 307b04232931f0da763d35539a203970190bd2be
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2021-07-27T14:30:00+02:00
Stats  : +5/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/307b04232931f0da763d35539a203970190bd2be?branch=rhel-f41-base

Log:
- enable LTO profiledbootstrap on x86_64, i?86, ppc64le and s390x

---
diff --git a/gcc.spec b/gcc.spec
index 447be7e..14e576e 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1078,6 +1078,9 @@ CONFIGURE_OPTS="\
 %ifnarch sparc sparcv9 ppc
 	--build=%{gcc_target_platform} \
 %endif
+%ifarch x86_64 %{ix86} ppc64le s390x
+	--with-build-config=bootstrap-lto --enable-link-serialization=1 \
+%endif
 	"
 
 CC="$CC" CXX="$CXX" CFLAGS="$OPT_FLAGS" \
@@ -3130,6 +3133,8 @@ end
 %endif
 
 %changelog
+- enable LTO profiledbootstrap on x86_64, i?86, ppc64le and s390x
+
 * Mon Jul 26 2021 Jakub Jelinek <jakub@redhat.com> 11.1.1-7
 - update from releases/gcc-11-branch
   - PRs ada/101094, analyzer/100244, analyzer/100615, analyzer/101082,

                 reply	other threads:[~2026-06-29 12:29 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=178273616779.1.9077732184081066848.rpms-gcc-307b04232931@fedoraproject.org \
    --to=jakub@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