Created attachment 918902 [details] emerge --info libgcc_s.so produced by llvm-runtimes/libgcc contains a reference to __getauxval on aarch64, which should be defined by libc. But musl doesn't expose it. There is a MR for that (https://www.openwall.com/lists/musl/2023/10/12/3), but haven't merged yet. With that patch applied to musl-1.2.5, libgcc works well on aarch64.