[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/217: gnu: Add ld-gold-wrapper.
From: |
guix-commits |
Subject: |
85/217: gnu: Add ld-gold-wrapper. |
Date: |
Sun, 14 Nov 2021 19:20:48 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit ad79e746f14f5ec6c4287a62385d00d5d1403c2f
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
- 68/217: gnu: gstreamer-docs: Update to 1.18.5., (continued)
- 68/217: gnu: gstreamer-docs: Update to 1.18.5., guix-commits, 2021/11/14
- 63/217: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/11/14
- 62/217: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/11/14
- 67/217: gnu: python-gst: Update to 1.18.5., guix-commits, 2021/11/14
- 54/217: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/11/14
- 73/217: bluez: Update to 5.61., guix-commits, 2021/11/14
- 72/217: gnu: libnice: Update to 0.1.18-0.47a9633 and disable test-bind test., guix-commits, 2021/11/14
- 80/217: gnu: diffutils: Update to 3.8., guix-commits, 2021/11/14
- 81/217: build: qt-utils: Don't wrap .X-real files., guix-commits, 2021/11/14
- 96/217: gnu: python-pypa-build: Update to 0.7.0., guix-commits, 2021/11/14
- 85/217: gnu: Add ld-gold-wrapper.,
guix-commits <=
- 86/217: gnu: gdb: Patch references to /bin/sh and add debug output., guix-commits, 2021/11/14
- 94/217: gnu: fontconfig: Add a search path for XDG_DATA_DIRS., guix-commits, 2021/11/14
- 107/217: gnu: lsof: Disable the LTlock test., guix-commits, 2021/11/14
- 104/217: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/11/14
- 110/217: gnu: Add docbook-xsl-ns., guix-commits, 2021/11/14
- 108/217: gnu: lsof: Fix indentation., guix-commits, 2021/11/14
- 113/217: gnu: gusb-minimal: Introduce minimal variant., guix-commits, 2021/11/14
- 109/217: gnu: json-glib-minimal: Introduce minimal variant., guix-commits, 2021/11/14
- 117/217: gnu: graphviz: Update to 2.49.0., guix-commits, 2021/11/14
- 121/217: gnu: util-linux: Globally disable the lsns test., guix-commits, 2021/11/14