diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-08-14 17:51:48 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:45 +0200 |
commit | e8a1b10c272794f8380c4ddc221797c10b1f7cb2 (patch) | |
tree | 5f51ad2a406a05f1ada615fea27e9f11489b5d36 /gnu/home | |
parent | cfd67d36b53f920a43efe3716a1d670127310a27 (diff) | |
download | guix-e8a1b10c272794f8380c4ddc221797c10b1f7cb2.tar.gz guix-e8a1b10c272794f8380c4ddc221797c10b1f7cb2.zip |
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
Diffstat (limited to 'gnu/home')
0 files changed, 0 insertions, 0 deletions