David Edelsohn dje.gcc@gmail.com writes:
Musl Libc does not support ELFv1, so I don't understand how this configuration is possible.
If I understood the original report, musl always uses ELFv2 abi, for both little and big endian configurations. Which for big endian is incompatible with the way powerpc64 assembly is configured in nettle.
Nettle assembly files currently use ELFv2 on little endian, but always uses ELFv1 on big endian.
Regards, /Niels