mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: bootstrap-tarballs: Don't include the native Mes when cross-compiling.
* gnu/packages/make-bootstrap.scm (%bootstrap-tarballs)[inputs]: Check %CURRENT-TARGET-SYSTEM when deciding whether to use the reduced binary seeds.
This commit is contained in:
parent
25a54eb04d
commit
f16a866f74
1 changed files with 1 additions and 1 deletions
|
@ -825,7 +825,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
|||
%build-inputs)
|
||||
#t)))
|
||||
(inputs `(("guile-tarball" ,%guile-bootstrap-tarball)
|
||||
,@(match (%current-system)
|
||||
,@(match (or (%current-target-system) (%current-system))
|
||||
((or "i686-linux" "x86_64-linux")
|
||||
`(("bootstrap-mescc-tools" ,%mescc-tools-bootstrap-tarball)
|
||||
("bootstrap-mes" ,%mes-bootstrap-tarball)
|
||||
|
|
Loading…
Reference in a new issue