guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

85/227: gnu: Add ld-gold-wrapper.


From: guix-commits
Subject: 85/227: gnu: Add ld-gold-wrapper.
Date: Thu, 11 Nov 2021 12:30:10 -0500 (EST)

apteryx pushed a commit to branch core-updates-frozen
in repository guix.

commit 472da854f100263a7d62705fecabad7c968454bc
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Sep 14 10:47:49 2021 -0400

    gnu: Add ld-gold-wrapper.
    
    * gnu/packages/commencement.scm (ld-gold-wrapper): New variable.
---
 gnu/packages/commencement.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index dc9b372..e570a95 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3584,6 +3584,13 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a 
\"$@\"~%"
                    #:guile guile-final
                    #:bash bash-final))
 
+(define-public ld-gold-wrapper
+  (make-ld-wrapper "ld-gold-wrapper"
+                   #:binutils binutils-gold
+                   #:linker "ld.gold"
+                   #:guile guile-final
+                   #:bash bash-final))
+
 (define (%boot5-inputs)
   ;; Now with UTF-8 locales.  Remember that the bootstrap binaries were built
   ;; with an older libc, which cannot load the new locale format.  See



reply via email to

[Prev in Thread] Current Thread [Next in Thread]