New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/issues/23418#issuecomment-654351232 Comment: musl: ``` $ ldd $(which qemu-arm-static) ldd (0x7f6ea01ef000) ``` glibc: ``` $ ldd $(which qemu-arm-static) not a dynamic executable ``` They are statically linked. `file` gets confused when dealing with PIE executables, iirc.