Commit Graph

8 Commits

Author SHA1 Message Date
Aleksi Hannula
9d91a0b8d8 minimal-bootstrap.findutils{,-static}: 4.10.0 -> 4.11.0 2026-07-31 20:57:38 +03:00
Aleksi Hannula
745f12467c minimal-bootstrap: Fix tools in preparation for early cross-compilation
Various packages under minimal-bootstrap explicitly use the musl gcc
wrapper (especially the *-static packages).

In #494106, the desire is to allow these packages to run on a host
platform which may differ from the bootstrap seed platform. That host
platform may be a non-musl platform, and furthermore musl may not even
be available on the desired host architecture.

This change aims to make the packages more generic wrt libc. It is
extracted out of #494106.
2026-06-17 13:34:53 +03:00
Aliaksandr
3a2649965b minimal-bootstrap: trim findutils-static output
Disable NLS and keep only the bootstrap-relevant find and xargs tools. Drop locate, updatedb, frcode, documentation, locale data, and the var directory.

Size impact against upstream/staging:

- findutils-static closure: 2.830 MiB -> 0.592 MiB (-2.237 MiB)

Assisted-by: codex with gpt-5.5-high
2026-06-08 00:09:37 +03:00
Aleksi Hannula
c5bfaab642 minimal-bootstrap.*-static: strip outputs 2026-03-05 12:40:20 +02:00
Aleksi Hannula
ab04cbf74b minimal-bootstrap.musl-tcc: 1.1.24 -> 1.2.5 2026-01-14 22:47:35 +02:00
Aleksi Hannula
37b28b8958 minimal-bootstrap: speed up ./configure
By default, stdenv runs configure using --disable-dependency-tracking.
This commit adds the same flag to most manual invocations of autotools
configure scripts in minimal-bootstrap.

However, the flag does not apply to musl & zlib, which come with
handwritten configure scripts. It also does not apply to Python, where
the dependency tracking feature is already disabled in automake config.
2026-01-14 22:47:35 +02:00
Aleksi Hannula
a9e854e088 minimal-bootstrap.findutils{,-static}: 4.9.0 -> 4.10.0 2026-01-14 22:47:34 +02:00
Emily Trau
e20d10e02b minimal-bootstrap.findutils-static: init at 4.9.0 2025-12-17 12:41:19 -05:00