public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jesus Checa Hidalgo <jchecahi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/binutils] rawhide: Fix logic to enable and disable gold linker
Date: Tue, 01 Sep 2026 07:44:08 GMT	[thread overview]
Message-ID: <178824864832.1.11762685387886197626.rpms-binutils-10671c0eca49@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/binutils
Branch : rawhide
Commit : 10671c0eca496131ad7a223fc3005cd48cf9e889
Author : Jesus Checa Hidalgo <jchecahi@redhat.com>
Date   : 2026-08-25T09:22:43+02:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/binutils/c/10671c0eca496131ad7a223fc3005cd48cf9e889?branch=rawhide

Log:
Fix logic to enable and disable gold linker

---
diff --git a/binutils.spec b/binutils.spec
index 95b9914..d642ef2 100644
--- a/binutils.spec
+++ b/binutils.spec
@@ -7,7 +7,7 @@ Name: binutils%{?_with_debug:-debug}
 # The variable %%{source} (see below) should be set to indicate which of these
 # origins is being used.
 Version: 2.47.50
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later
 URL: https://sourceware.org/binutils
 
@@ -164,7 +164,7 @@ URL: https://sourceware.org/binutils
 %bcond gold 0
 %else
 # RISC-V does not have ld.gold thus disable by default.
-%ifnarch riscv64
+%ifarch riscv64
 %bcond gold 0
 %else
 %bcond gold 1

                 reply	other threads:[~2026-09-01  7:44 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=178824864832.1.11762685387886197626.rpms-binutils-10671c0eca49@fedoraproject.org \
    --to=jchecahi@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