ziglang / zig

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

Tier 1 Support for `mips(el)-linux` #3345

Open andrewrk opened 5 years ago

andrewrk commented 5 years ago

Once all these items are complete, we can say that Zig has Tier 1 support for mips(el)-linux:

Open issues:

Ev1lT3rm1nal commented 9 months ago

Task 4 is already fixed

alexrp commented 1 month ago

These can both be marked done, I think. zig-bootstrap works for this target.

Test coverage is there and passing save for one test (#21276), but we can't enable it until #21096 is addressed.

alexrp commented 1 week ago

Edited the issue to cover mips-linux as well since there's not much meaningful difference between little/big endian MIPS as far as compiler and standard library are concerned.