guix/gnu
Ludovic Courtès e8a1b10c27
gnu: make-bootstrap: Fix cross-compilation of ‘%glibc-stripped’.
Previously, ‘guix build bootstrap-tarballs --target=aarch64-linux-gnu’
or similar would construct a cross-libc where ‘%current-target-system’
is set.  This would lead to a failure in the
‘add-cross-binutils-to-PATH’ phase, which assumes that
‘%current-target-system’ is #f; indeed, ‘cross-libc’ already returns a
cross libc and so ‘%current-target-system’ must be set to #f.

* gnu/packages/make-bootstrap.scm (%glibc-stripped)[inputs]: Move libc to…
[native-inputs]: … here.

Change-Id: Ifbf5e519ba3198940f4de4a36075d5302e923172
2024-08-31 10:45:45 +02:00
..
bootloader
build
home
installer
machine
packages gnu: make-bootstrap: Fix cross-compilation of ‘%glibc-stripped’. 2024-08-31 10:45:45 +02:00
services
system gnu: %default-locale-libcs: Add glibc-2.35 and generalize for Hurd. 2024-08-31 10:45:04 +02:00
tests
artwork.scm
bootloader.scm
ci.scm
compression.scm
home.scm
image.scm
installer.scm
local.mk gnu: Boost: Fix a bug that breaks libetonyek. 2024-08-31 10:45:43 +02:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm