[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/203: gnu: Add ld-gold-wrapper.
From: |
guix-commits |
Subject: |
85/203: gnu: Add ld-gold-wrapper. |
Date: |
Wed, 3 Nov 2021 21:10:07 -0400 (EDT) |
apteryx 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
- 65/203: gnu: gst-libav: Update to 1.18.5., (continued)
- 65/203: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/11/03
- 54/203: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/11/03
- 56/203: gnu: mozjs-78: Update to 78.15.0., guix-commits, 2021/11/03
- 55/203: gnu: abseil-cpp: Update to 20210324.2., guix-commits, 2021/11/03
- 59/203: Revert gstreamer update to 1.19.2., guix-commits, 2021/11/03
- 71/203: gnu: dbus-c++: Fix build., guix-commits, 2021/11/03
- 67/203: gnu: python-gst: Update to 1.18.5., guix-commits, 2021/11/03
- 74/203: gnu: python-keras: Skip a flaky test., guix-commits, 2021/11/03
- 77/203: gnu: tzdata: Update to 2021e., guix-commits, 2021/11/03
- 82/203: gnu: curl: Honor #:tests?., guix-commits, 2021/11/03
- 85/203: gnu: Add ld-gold-wrapper.,
guix-commits <=
- 83/203: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/11/03
- 89/203: aux-files: sitecustomize: Cleanup and add explanatory comments., guix-commits, 2021/11/03
- 93/203: gnu: Build all Rust packages using the latest rustc., guix-commits, 2021/11/03
- 104/203: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/11/03
- 90/203: gnu: glade3: Remove sitecustomize.py workaround., guix-commits, 2021/11/03
- 100/203: gnu: python-pytest-6: Fix version via setuptools-scm., guix-commits, 2021/11/03
- 108/203: gnu: lsof: Fix indentation., guix-commits, 2021/11/03
- 101/203: gnu: python-pathlib2: Update to 2.3.6., guix-commits, 2021/11/03
- 99/203: gnu: python-setuptools-scm: Update to 6.3.2, guix-commits, 2021/11/03
- 94/203: gnu: fontconfig: Add a search path for XDG_DATA_DIRS., guix-commits, 2021/11/03