diff --git a/README.md b/README.md index 68d7dc6..b05e6ea 100644 --- a/README.md +++ b/README.md @@ -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.