Closed issue by ericonr on void-packages repository https://github.com/void-linux/void-packages/issues/26546 Description: On `x86_64-musl` I can run `file /bin/sh` and it will give me a build-id, which can be used to correlate debug information with the binary it came from (it's what `debuginfod` uses). On `armv6l-musl` the binaries lack a build-id. I can try and enable build-ids for all toolchains.