Nicolas Graves
7ecda67dfa
gnu: boostrap glibcs: Drop input labels.
...
* gnu/packages/base.scm (glibc)[arguments]
<#:configure-flags>: Avoid assoc-ref to drop modules, and...
<#:phases>: In phase 'pre-configure, avoid assoc-ref similarly, and...
<#:modules>: ...add necessary modules to do so.
* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)
[propagated-inputs, inputs]: Drop input lables.
(glibc-final): Likewise.
Change-Id: I359623b6e4e69f693701d74749f340c0b55ec775
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:25:13 +02:00
Nicolas Graves
5b086540ac
gnu: static-bash-for-glibc: Improve style.
...
* gnu/packages/commencement.scm (static-bash-for-glibc)
[inputs]: Drop input labels.
[arguments]: Improve style, use G-expressions.
<#:configure-flags>: Use search-input-file.
Change-Id: I215a0a796fd24e49410c3a517fa49b9b5e58ed66
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:25:11 +02:00
Nicolas Graves
852357a9cd
gnu: cross-gcc-wrapper: Improve style.
...
* gnu/packages/commencement.scm (cross-gcc-wrapper)[arguments]:
Improve style, use G-expressions.
[native-inputs]: Drop input labels.
Change-Id: I974a68e3fa380f6088a42d195e0d56e42fd4f796
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:24:35 +02:00
Nicolas Graves
e24af7c41b
gnu: glibc: Improve style.
...
This is a preliminary commit to help with gradually dropping label
inputs.
* gnu/packages/base.scm (glibc)[arguments]: Improve style, use
output G-expression.
(glibc-2.35, glibc-2.33): Adapt accordingly.
* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)
[arguments]: Improve style, migrate to G-expressions, use
search-input-file.
* gnu/packages/cross-base.scm
(xglibc/hurd-headers)[arguments]: Improve style, migrate to
G-expressions.
(cross-libc*): Likewise.
(cross-binutils): Likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:24:32 +02:00
Nicolas Graves
9ce1a7c861
gnu: glibc: Replace static-bash label by bash-static.
...
This will make the migration to drop labels easier, as the
package-name of static-bash is bash-static and not static-bash.
* gnu/packages/base.scm (glibc)
* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)
(glibc-final, gcc-final): Replace "static-bash" label by
"bash-static".
Change-Id: I27d19ef5af706d4c1a342d1f876900cdc1b81d35
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:23:49 +02:00
Nicolas Graves
e46f164339
gnu: %boot0-inputs: Drop input labels.
...
* gnu/packages/commencement.scm
(packages->input-alist): New helper procedure.
(%boot0-inputs): Drop input labels.
(%boot1-inputs): Inject former %boot0-inputs for incremental progress
on input label removal.
(make-libstdc++-boot0, gcc-boot0, linux-libre-headers-boot0)
(texinfo-boot0, perl-boot0, python-boot0)
(glibc-final-with-bootstrap-hash, linux-libre-headers-boot0): Adapt
accordingly.
(with-boot0): Adapt accordingly, but keep input labels for now as they
are still necessary.
Change-Id: I6503dfa5ad9a15674f56db343aac2d8b37ff23ee
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:23:49 +02:00
Nicolas Graves
ff1ac2d8c1
gnu: make-libstdc++-boot0: Improve style.
...
* gnu/packages/commencement.scm (make-libstdc++-boot0)
[arguments]<#:phases>: Replace phase 'unpack-gmp&co with
unpack-and-symlink-other-tarballs phase.
<#:modules>: Adapt accoringly.
[inputs]: Drop input labels.
Change-Id: I89e633c15dc77c64e6a38db5438af1a3bc1bcf3e
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:23:49 +02:00
Nicolas Graves
13852f8ef2
gnu: ld-wrapper-boot0: Drop input labels.
...
* gnu/packages/commencement.scm
(%boot0-bash): New helper procedure.
(ld-wrapper-boot0)[bash]: Drop input labels.
Change-Id: Ie418696ded10883daeb5115c74610cf4938eb25e
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:23:49 +02:00
Nicolas Graves
b23bdf0e95
gnu: texinfo-boot0: Drop input labels.
...
* gnu/packages/commencement.scm (texinfo-boot0)[inputs]: Drop input
labels.
Change-Id: I0675f8af6b006bf72d10bc64831bc079c3771ef8
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:23:49 +02:00
Nicolas Graves
0c50d99e08
gnu: python-boot0: Drop input labels.
...
* gnu/packages/commencement.scm (python-boot0)[inputs]: Drop input
labels.
Change-Id: Ibf39e7911478d994f758322837d8a6029137625e
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:23:49 +02:00
Nicolas Graves
616abd90a3
gnu: hurd-core-headers-boot0: Drop input labels.
...
* gnu/packages/commencement.scm (hurd-core-headers-boot0)[inputs]:
Drop input labels.
Change-Id: I8da6ff57ca9a3a6931fd304a43f770956d65159c
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:23:48 +02:00
Nicolas Graves
ca1bea7e6e
gnu: linux-libre-headers-boot0: Drop input labels.
...
* gnu/packages/commencement.scm (linux-libre-headers-boot0)
[native-inputs]: Drop input labels.
Change-Id: Id1103c6aba17a4f1db504e0ceabc73ba0db398fa
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:23:48 +02:00
Nicolas Graves
6a35591167
gnu: bzip2: Drop input labels.
...
* gnu/packages/compression.scm (bzip2)[inputs]: Drop input labels.
Change-Id: I31b4ebbd43e1bc476b2c97f5a919dcaf0180f670
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:23:48 +02:00
Nicolas Graves
de1f3a6a13
gnu: gcc-boot0: Improve style.
...
Dropping input labels here is a harder issue than for most other
packages, because of libc/libc-native. Instead make some progress
towards dropping input labels without dropping them entirely.
* gnu/packages/commencement.scm (gcc-boot0)[arguments]
<#:make-flags>: Improve style, use G-expressions.
<#:phases>: Likewise. Replace phase 'unpack-gmp&co by refactored
unpack-and-symlink-other-tarballs-phase. Use search-input-file.
[inputs]: Reorganize them accordingly.
Change-Id: I9429dc4c6c86f09ee83cfecd22d6304fd29695ea
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:23:48 +02:00
Nicolas Graves
cedf6b9d33
gnu: gcc-base: Improve style.
...
* gnu/packages/gcc.scm
(gcc-configure-flags-for-triplet): Migrate to G-expressions.
(gcc-base)[arguments]: Improve style.
<#:configure-flags>: Define them in a more standard way.
<#:phases>: Migrate to G-expressions.
Change-Id: I143505acf76d1701beb69a9f8c92f1be5bff10e4
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:23:46 +02:00
Nicolas Graves
094fbe8128
gnu: binutils-boot0: Improve style.
...
* gnu/packages/commencement.scm (binutils-boot0)[arguments]
<#:phases>: Improve style, use G-expressions.
Change-Id: Ic66514a72c06ac603d0bc8c45c6f7f49b81bb82d
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:22:10 +02:00
Nicolas Graves
2b2b8ed19a
gnu: %boot-mesboot6-inputs: Drop input labels.
...
* gnu/packages/commencement.scm
(%boot-mesboot6-inputs): Drop input labels.
(%boot0-inputs): Inject former %boot-mesboot6-inputs for incremental
progress on input label removal. Avoid propagating some mesboot inputs
(namely coreutils-mesboot, sed-mesboot, gawk-mesboot,
gnu-make-mesboot, patch-mesboot). In the case of the full-source
bootstrap, those mesboot inputs are polluting inputs. IIUC, the logic
was that it doesn't really matter because with
`(fold alist-delete ...)` would remove all labels directly. However,
this is not the case with explicit packages, so migrating here is
necessary to avoid injecting bad inputs down the graph.
(gnu-make-boot0, bzip2-boot0, coreutils-boot0, diffutils-boot0)
(findutils-boot0, file-boot0, gawk-boot0, patch-boot0, sed-boot0)
(tar-boot0): Adapt accordingly.
* gnu/packages/bootstrap.scm (%bootstrap-inputs): Drop input labels.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:21:39 +02:00
Nicolas Graves
a4c690a0bd
gnu: file-boot0: Improve style.
...
* gnu/packages/commencement.scm (file-boot0)[arguments]: Improve
style, remove useless call to file package-arguments.
Change-Id: I8666ea0463383e7e59540cf55b131ce27d5d408e
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:21:39 +02:00
Nicolas Graves
ce0de9af97
gnu: file: Improve style.
...
* gnu/packages/commencement.scm (file)[arguments]: Improve style.
Change-Id: I92139d858ea7a794025d2356da489115b4d7a764
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:21:39 +02:00
Nicolas Graves
e575cca11a
gnu: tar-boot0: Improve style.
...
* gnu/packages/commencement.scm (tar-boot0)
[inputs]: Drop input labels.
[arguments]: Improve style, use G-expressions.
Change-Id: Iba9ee02749dd7af5be60c95172cad34915bdcfe6
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:21:39 +02:00
Nicolas Graves
b9c6079ace
gnu: sed-boot0: Improve style.
...
* gnu/packages/commencement.scm (sed-boot0)[arguments]: Improve style,
remove useless call to sed package-arguments.
Change-Id: Ic1b88d398d65829c866fca597bbe5eeed8f1e5d9
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:21:38 +02:00
Nicolas Graves
ad681ea6fe
gnu: sed-boot0: Drop input labels.
...
* gnu/packages/commencement.scm (sed-boot0)[inputs]: Drop
input labels.
Change-Id: Id45f5eef330c841dbee3a4d2b20e237ab7230e2d
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:21:38 +02:00
Nicolas Graves
bbc3f12905
gnu: patch-boot0: Drop input labels.
...
* gnu/packages/commencement.scm (patch-boot0)[inputs]: Drop
input labels.
Change-Id: I95546599a8ff2f05544f1fba20ad7bf21f51b2d6
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:21:38 +02:00
Nicolas Graves
a230916e9f
gnu: gawk-boot0: Drop input labels.
...
* gnu/packages/commencement.scm (gawk-boot0)[inputs]: Drop
input labels.
Change-Id: Ia610e3739814c52f9f0a4a929003d541b0959635
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:21:38 +02:00
Nicolas Graves
915a5a56fe
gnu: file-boot0: Drop input labels.
...
* gnu/packages/commencement.scm (file-boot0)[inputs]: Drop
input labels.
Change-Id: I849bdbc777ae2cc49b01506b290636bf4e305551
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:21:38 +02:00
Nicolas Graves
2951273b2a
gnu: findutils-boot0: Drop input labels.
...
* gnu/packages/commencement.scm (findutils-boot0)[inputs]: Drop
input labels.
Change-Id: I0545470351ff47137b2d85d819295830fd79cbd0
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:21:38 +02:00
Nicolas Graves
1ff314262f
gnu: diffutils-boot0: Drop input labels.
...
* gnu/packages/commencement.scm (diffutils-boot0)[inputs]: Drop
input labels.
Change-Id: I683b7a464cda0264c70db3182412e363d75431ec
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:21:38 +02:00
Nicolas Graves
11f2371a39
gnu: coreutils-boot0: Drop input labels.
...
* gnu/packages/commencement.scm (coreutils-boot0)[inputs]: Drop
input labels.
Change-Id: Iac3401dd2df2cb20559779cf4619ed9d03bf4a68
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:21:37 +02:00
Nicolas Graves
9e5d5f4f6e
gnu: bzip2-boot0: Drop input labels.
...
* gnu/packages/commencement.scm (bzip2-boot0)[inputs]: Drop
input labels.
Change-Id: Ia886eb779f3f6926d1af96fda8e8ebf5ef2431bf
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:21:37 +02:00
Nicolas Graves
650bb0b290
gnu: gnu-make: Improve style.
...
* gnu/packages/base.scm (gnu-make)[arguments]: Improve style.
<#:phases>: Use search-input-file instead of labels, use
G-expressions.
* gnu/packages/base.scm (gnu-make-4.2)[arguments]: Improve style.
<#:phases>: Use search-input-file instead of labels, use
G-expressions.
* gnu/packages/commencement.scm (gnu-make-boot0)
[arguments]: Improve style, migrate to G-expressions.
[inputs]: Drop input labels.
* guix/tests.scm (gnu-make-for-tests)[arguments]: Improve style,
migrate to G-expressions.
Change-Id: Ic2cacf099888d59fecee5278d6e59cb749602636
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:21:36 +02:00
Nicolas Graves
87b22cd67b
gnu: %boot-mesboot5-inputs: Drop input labels.
...
* gnu/packages/commencement.scm
(%boot-mesboot5-inputs): Drop input labels.
(%boot-mesboot6-inputs): Inject former %boot-mesboot5-inputs for incremental
progress on input label removal.
Change-Id: I66962d7f2fcbe2c8b433ebf9afe45374b6b49142
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:20:54 +02:00
Nicolas Graves
85cbe9ff8b
gnu: tar-mesboot: Drop input labels.
...
* gnu/packages/commencement.scm (tar-mesboot)[native-inputs]:
Drop input labels.
Change-Id: I24b0e027cb2b62e35ba4a5da71e98a26c97678ff
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:20:52 +02:00
Nicolas Graves
da57655d99
gnu: tar: Improve style.
...
* gnu/packages/base.scm (tar)[arguments]: Improve style, use
G-expressions and search-input-file.
Change-Id: I20408f1acc845d947e7e49aa9c1a01f77954d17f
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:20:20 +02:00
Nicolas Graves
76635c116a
gnu: grep-mesboot: Drop input labels.
...
* gnu/packages/commencement.scm (grep-mesboot)[native-inputs]:
Drop input labels.
Change-Id: Iceaae49931882bceb8057e603fa01880ecefca97
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:19:10 +02:00
Nicolas Graves
fe52920ff2
gnu: coreutils-mesboot: Drop input labels.
...
* gnu/packages/commencement.scm (coreutils-mesboot)[native-inputs]:
Drop input labels.
Change-Id: If14af12b7ce2c2cb4f6a7f34babd1a5b4b0deb05
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:19:09 +02:00
Nicolas Graves
73518d088b
gnu: gcc-mesboot-wrapper: Improve style.
...
* gnu/packages/commencement.scm (gcc-mesboot-wrapper)[native-inputs]:
Drop input labels.
Change-Id: I56a645fe1404f1e0f3eb885bf045ec0ae398bc18
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:19:09 +02:00
Nicolas Graves
1601b63d74
gnu: %boot-mesboot4-inputs: Drop input labels.
...
* gnu/packages/commencement.scm
(%boot-mesboot4-inputs): Drop input labels.
(gcc-mesboot): Adapt accordingly.
(%boot-mesboot5-inputs): Inject former %boot-mesboot4-inputs for incremental
progress on input label removal.
Change-Id: I93d4a18996ef1f3c0ff5c2dc13f2bed4b75a5e18
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:19:09 +02:00
Nicolas Graves
ee796c94da
gnu: gcc-mesboot: Improve style.
...
* gnu/packages/commencement.scm (gcc-mesboot)
[native-inputs]: Drop input labels.
[arguments]: Improve style, use G-expressions.
<#:phases>: Use search-input-file instead of labels, improve style
too.
Change-Id: I1c64f46f24b52d919745304ff1e64015340d4f0b
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:19:07 +02:00
Nicolas Graves
ecc9d6e393
gnu: gcc-mesboot1-wrapper: Improve style.
...
* gnu/packages/commencement.scm (gcc-mesboot1-wrapper)
[native-inputs]: Drop input labels.
[arguments]: Improve style, use G-expressions.
<#:phases>: Use search-input-file instead of labels. Rewrite phase
'check.
Change-Id: Ie5eef4ec99903cf95992fc7fb4bc0d3f948435bd
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:18:45 +02:00
Nicolas Graves
1b2e301ad9
gnu: %boot-mesboot3-inputs: Drop input labels.
...
* gnu/packages/commencement.scm
(%boot-mesboot3-inputs): Drop input labels.
(glibc-headers-mesboot, glibc-mesboot)[native-inputs]: Adapt
accordingly.
(%boot-mesboot4-inputs): Inject former %boot-mesboot3-inputs for incremental
progress on input label removal.
Change-Id: Iddaadea67e56aa373a64ba52b1812ec450e30415
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:18:44 +02:00
Nicolas Graves
0749348e9a
gnu: glibc-mesboot: Improve style.
...
* gnu/packages/commencement.scm (glibc-mesboot)
[native-inputs]: Drop input labels.
[arguments]<#:make-flags, #:phases>: Improve style, use G-expressions
and search-input-file.
Change-Id: I981447b416bfb7ef313b41ec8f4647e1614e56e2
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:18:43 +02:00
Nicolas Graves
eb504359c7
gnu: glibc-headers-mesboot: Improve style.
...
* gnu/packages/commencement.scm (glibc-headers-mesboot)
[native-inputs]: Drop input labels.
[arguments]<#:configure-flags, #:phases>: Improve style, use
G-expressions and search-input-file, rewrite phase 'remove-sunrpc.
Change-Id: I9062160a259d11a7c73041d8585f0b0c9f23c53b
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:12:58 +02:00
Nicolas Graves
96a3900127
gnu: %boot-mesboot2-inputs: Drop input labels.
...
* gnu/packages/commencement.scm
(%boot-mesboot2-inputs): Drop input labels.
(%boot-mesboot3-inputs): Inject former %boot-mesboot2-inputs for incremental
progress on input label removal.
Change-Id: I338bc8e8f729b12c17ad5519b7fcb8c4715f9c22
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:12:58 +02:00
Nicolas Graves
26b8e85a12
gnu: gawk-mesboot: Improve style.
...
* gnu/packages/commencement.scm (gawk-mesboot)[arguments]: Improve
style, use G-expressions.
Change-Id: I335853c99644bf6ea79312c808df154ca0c35d6d
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:12:58 +02:00
Nicolas Graves
1a7796a334
gnu: hello-mesboot: Improve style.
...
* gnu/packages/commencement.scm (hello-mesboot)[arguments]: Improve
style, use G-expressions.
Change-Id: Ia2770fb4cdd7b718e04a1d1643f65ea7af7708b9
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:12:58 +02:00
Nicolas Graves
655b989c44
gnu: %boot-mesboot1-inputs: Drop input labels.
...
* gnu/packages/commencement.scm
(%boot-mesboot1-inputs): Drop input labels.
(%boot-mesboot2-inputs): Inject former %boot-mesboot1-inputs for incremental
progress on input label removal.
Change-Id: Ice3cb78f81147647a08f26dbc39883f4fc2db6e1
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:12:58 +02:00
Nicolas Graves
5fb085a35a
gnu: gcc-core-mesboot1: Improve style, drop input labels.
...
* gnu/packages/commencement.scm
(unpack-and-symlink-other-tarballs-phase): New variable.
(gcc-core-mesboot1)[inputs]: Drop input labels.
[arguments]<#:make-flags, #:configure-flags>: Use G-expressions.
<#:phases>: Replace phase 'unpack-gmp&co by injected phase
unpack-and-symlink-other-tarballs-phase. In phase 'setenv, rewrite
input locations to make drop labels.
(gcc-mesboot1)[native-inputs]: Drop input labels.
[arguments]<#:configure-flags>: Adapt accordingly.
<#:phases>: Replace phase 'unpack-g++ by phase 'relocate-gcc-g++,
unpacking is not necessary anymore since the above introduced phases
are inherited.
<#:modules>: Adapt accordingly.
(gcc-mesboot)[arguments]<#:phases>: Rename removed phase accordingly.
Change-Id: Id49ea3a22872bcda8cd6e3f732fd7b4bf252c2c9
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:12:58 +02:00
Nicolas Graves
8ab681e719
gnu: %boot-mesboot0-inputs: Drop input labels.
...
* gnu/packages/commencement.scm
(%boot-mesboot0-inputs): Drop input labels.
(%boot-mesboot1-inputs): Inject former %boot-mesboot0-inputs for incremental
progress on input label removal.
Change-Id: I19696ce5de6b5745c028ed3764184e62229c947b
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:12:58 +02:00
Nicolas Graves
e01cd762c6
gnu: gnu-make-mesboot: Improve style.
...
* gnu/packages/commencement.scm (gnu-make-mesboot)[arguments]: Improve
style, use G-expressions.
Change-Id: Ibfa1658e641be2bfb36b40c2f88c0194bceda470
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:12:58 +02:00
Nicolas Graves
6a73e41b81
gnu: binutils-mesboot1: Improve style.
...
* gnu/packages/commencement.scm (binutils-mesboot1)[arguments]
<#:configure-flags>: Improve style.
Change-Id: I29c3d223f8e49fe0c98b2f537e6c6a84289c75e6
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-03-30 22:12:57 +02:00