readme
Some checks failed
package / package (push) Has been cancelled

This commit is contained in:
Jorijn van der Graaf 2026-09-05 22:34:39 +02:00
commit e6fcdb3a0d

View file

@ -26,12 +26,6 @@ crafter-build test --target=aarch64-alpine-linux-musl --sysroot=... \
--march=armv8-a --mtune=generic # runs the suites under qemu-aarch64
```
The result links dynamically against the phone's own musl and libc++
(`libc++`, `libc++abi`, `libunwind`, `libgcc_s`, all already present on pmOS).
The research harness this replaces had to be built `-static`, but only because
it was built with the host's glibc toolchain — that constraint does not apply
to a real Alpine sysroot.
Verified on the device: all five suites pass cross-built and run on the phone
itself, not only under emulation.