mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: Add ld-gold-wrapper.
* gnu/packages/commencement.scm (ld-gold-wrapper): New variable.
This commit is contained in:
parent
8b1dfc144b
commit
472da854f1
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue