[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/201: gnu: Add ld-gold-wrapper.
From: |
guix-commits |
Subject: |
85/201: gnu: Add ld-gold-wrapper. |
Date: |
Mon, 1 Nov 2021 23:18:43 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 3512736847c60a08e92c866ee558df48f125708d
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
- 183/201: gnu: jami-gnome: Fix build with webkitgtk 2.34.1., (continued)
- 183/201: gnu: jami-gnome: Fix build with webkitgtk 2.34.1., guix-commits, 2021/11/01
- 185/201: gnu: uhttpmock: Use libsoup 2., guix-commits, 2021/11/01
- 172/201: gnu: dconf: Update to 0.40.0., guix-commits, 2021/11/01
- 190/201: gnu: python-requests: Update to 2.26.0., guix-commits, 2021/11/01
- 180/201: gnu: network-manager: Update to 1.32.12., guix-commits, 2021/11/01
- 199/201: gnu: libgdata: Use libsoup 2 to fix build., guix-commits, 2021/11/01
- 181/201: gnu: accountsservice: Use meson 0.59.4 to work around a bug in 0.60.0., guix-commits, 2021/11/01
- 60/201: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/11/01
- 65/201: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/11/01
- 68/201: gnu: gstreamer-docs: Update to 1.18.5., guix-commits, 2021/11/01
- 85/201: gnu: Add ld-gold-wrapper.,
guix-commits <=
- 86/201: gnu: gdb: Patch references to /bin/sh and add debug output., guix-commits, 2021/11/01
- 95/201: gnu: Move a few Python packages to (gnu packages python-build)., guix-commits, 2021/11/01
- 100/201: gnu: python-pytest-6: Fix version via setuptools-scm., guix-commits, 2021/11/01
- 104/201: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/11/01
- 98/201: gnu: Add python-tomli., guix-commits, 2021/11/01
- 101/201: gnu: python-pathlib2: Update to 2.3.6., guix-commits, 2021/11/01
- 109/201: gnu: json-glib-minimal: Introduce minimal variant., guix-commits, 2021/11/01
- 113/201: gnu: gusb-minimal: Introduce minimal variant., guix-commits, 2021/11/01
- 127/201: gnu: vala: Update to 0.54.2., guix-commits, 2021/11/01
- 116/201: gnu: mesa: Update to 21.2.4., guix-commits, 2021/11/01