David Edelsohn <[email protected]> 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 -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet email is subject to wholesale government surveillance. _______________________________________________ nettle-bugs mailing list [email protected] http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs
