1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
John Kehayias
2024-04-03 15:12:06 -04:00
parent 24b82ad3aa
commit b47ae1ecc4

View File

@@ -3612,6 +3612,7 @@ is the GNU Compiler Collection.")
("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"))))))