ziglang / zig

General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
https://ziglang.org
MIT License
34.47k stars 2.52k forks source link

Tier 1 support for `powerpc64-linux` #21651

Open alexrp opened 1 week ago

alexrp commented 1 week ago

Note that this target includes both the ELFv1 and ELFv2 ABIs, unlike powerpc64le-linux (#21650) which is always ELFv2.

Open issues:

alexrp commented 1 week ago

Enabled in CI (QEMU)

We have coverage for powerpc64-linux-none and powerpc64-linux-musl. powerpc64-linux-gnu requires ELFv1 linking support which LLD does not have - see #5927.

For the same reason, we only currently support musl for this point:

libc is available even when cross-compiling