rust/src/tools/run-make-support
Jens Reidel a546a7cb25
Fix run-make tests on musl hosts
On musl hosts, we already set -Ctarget-feature=-crt-static and
IS_MUSL_HOST=1 in compiletest. However, in order for the run-make tests
to compile fine on musl hosts, we need to propagate this flag in our
rustc invocations to ensure we can generate cdylibs.

Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2025-07-21 02:14:01 +02:00
..
src Fix run-make tests on musl hosts 2025-07-21 02:14:01 +02:00
Cargo.toml Sort and document run-make-support dependencies 2025-07-09 20:10:32 +08:00