parent
5727116c68
commit
e6fcdb3a0d
1 changed files with 0 additions and 6 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue