mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: make-gcc-toolchain: Add gcc:lib.
* gnu/packages/commencement.scm (make-gcc-toolchain)[inputs]: Add gcc:lib. Change-Id: I327a2403d5d14dd545981e8e9dbfd7df24c9357e
This commit is contained in:
parent
24b82ad3aa
commit
b47ae1ecc4
1 changed files with 1 additions and 0 deletions
|
@ -3612,6 +3612,7 @@ (define* (make-gcc-toolchain gcc
|
|||
("ld-wrapper" ,(car (assoc-ref (%final-inputs (%current-system))
|
||||
"ld-wrapper")))
|
||||
("binutils" ,binutils-final)
|
||||
("gcc-lib" ,gcc "lib")
|
||||
("libc" ,libc)
|
||||
("libc-debug" ,libc "debug")
|
||||
("libc-static" ,libc "static"))))))
|
||||
|
|
Loading…
Reference in a new issue