bootstrap: Update %bootstrap-tarballs.
* gnu/packages/make-bootstrap.scm (%bootstrap-tarballs): Update to use %mescc-tools-bootstrap-tarball, %mes-bootstrap-tarball, %linux-libre-headers-bootstrap-tarball.
This commit is contained in:
parent
4fd4efc812
commit
d9ed0a4630
|
@ -804,10 +804,11 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
||||||
#t)))
|
#t)))
|
||||||
(inputs `(("guile-tarball" ,%guile-bootstrap-tarball)
|
(inputs `(("guile-tarball" ,%guile-bootstrap-tarball)
|
||||||
,@(match (%current-system)
|
,@(match (%current-system)
|
||||||
("i686-linux" `(("mescc-tools-seed" ,(@ (gnu packages bootstrap) %mescc-tools-seed))
|
((or "i686-linux" "x86_64-linux")
|
||||||
("mes-seed" ,(@ (gnu packages bootstrap) %mes-seed))
|
`(("bootstrap-mescc-tools" ,%mescc-tools-bootstrap-tarball)
|
||||||
("srfi-43" ,(@ (gnu packages bootstrap) %srfi-43))
|
("bootstrap-mes" ,%mes-bootstrap-tarball)
|
||||||
("tinycc-seed" ,(@ (gnu packages bootstrap) %tinycc-seed))))
|
("bootstrap-linux-libre-headers"
|
||||||
|
,%linux-libre-headers-bootstrap-tarball)))
|
||||||
(_ `(("gcc-tarball" ,%gcc-bootstrap-tarball)
|
(_ `(("gcc-tarball" ,%gcc-bootstrap-tarball)
|
||||||
("binutils-tarball" ,%binutils-bootstrap-tarball)
|
("binutils-tarball" ,%binutils-bootstrap-tarball)
|
||||||
("glibc-tarball" ,(%glibc-bootstrap-tarball)))))
|
("glibc-tarball" ,(%glibc-bootstrap-tarball)))))
|
||||||
|
|
Loading…
Reference in New Issue