me
/
guix
Archived
1
0
Fork 0

gnu: Add ld-gold-wrapper.

* gnu/packages/commencement.scm (ld-gold-wrapper): New variable.
master
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
1 changed files with 7 additions and 0 deletions

View File

@ -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