gnu: Add ld-gold-wrapper.

* gnu/packages/commencement.scm (ld-gold-wrapper): New variable.
This commit is contained in:
Maxim Cournoyer 2021-09-14 10:47:49 -04:00
parent 8b1dfc144b
commit 472da854f1
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3584,6 +3584,13 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%"
#:guile guile-final #:guile guile-final
#:bash bash-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) (define (%boot5-inputs)
;; Now with UTF-8 locales. Remember that the bootstrap binaries were built ;; Now with UTF-8 locales. Remember that the bootstrap binaries were built
;; with an older libc, which cannot load the new locale format. See ;; with an older libc, which cannot load the new locale format. See