public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/binutils] rawhide: Disable gold on RHEL 11
Date: Wed, 12 Aug 2026 06:55:27 GMT [thread overview]
Message-ID: <178651772769.1.9109798746854006741.rpms-binutils-ddb3cb864e86@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/binutils
Branch : rawhide
Commit : ddb3cb864e8689fe53f8accd61def4403ff94aee
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-08-06T11:56:18-04:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/binutils/c/ddb3cb864e8689fe53f8accd61def4403ff94aee?branch=rawhide
Log:
Disable gold on RHEL 11
gold is deprecated upstream, and nothing should need it in RHEL 11.
https://github.com/fedora-eln/eln/issues/553
---
diff --git a/binutils.spec b/binutils.spec
index 4eafe2d..4dd2fef 100644
--- a/binutils.spec
+++ b/binutils.spec
@@ -157,12 +157,16 @@ URL: https://sourceware.org/binutils
%bcond_without zstd
# Note - in the future the gold linker may become deprecated.
+%if 0%{?rhel} >= 11
+%bcond_with gold
+%else
%ifnarch riscv64
%bcond_without gold
%else
# RISC-V does not have ld.gold thus disable by default.
%bcond_with gold
%endif
+%endif
# Allow the user to override the compiler used to build the binutils.
# The default build compiler is gcc if %%toolchain is not clang.
reply other threads:[~2026-08-12 6:55 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=178651772769.1.9109798746854006741.rpms-binutils-ddb3cb864e86@fedoraproject.org \
--to=yselkowi@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