public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/binutils] rawhide: Fix logic to enable and disable gold linker
@ 2026-09-01  7:44 Jesus Checa Hidalgo
  0 siblings, 0 replies; only message in thread
From: Jesus Checa Hidalgo @ 2026-09-01  7:44 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-01  7:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-01  7:44 [rpms/binutils] rawhide: Fix logic to enable and disable gold linker Jesus Checa Hidalgo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox