@@ -158,10 +158,6 @@ target | std | notes
158
158
[ ` i686-unknown-uefi ` ] ( platform-support/unknown-uefi.md ) | * | 32-bit UEFI
159
159
[ ` loongarch64-unknown-none ` ] ( platform-support/loongarch-none.md ) | * | | LoongArch64 Bare-metal (LP64D ABI)
160
160
[ ` loongarch64-unknown-none-softfloat ` ] ( platform-support/loongarch-none.md ) | * | | LoongArch64 Bare-metal (LP64S ABI)
161
- ` mips-unknown-linux-musl ` | ✓ | MIPS Linux with MUSL
162
- ` mips64-unknown-linux-muslabi64 ` | ✓ | MIPS64 Linux, n64 ABI, MUSL
163
- ` mips64el-unknown-linux-muslabi64 ` | ✓ | MIPS64 (LE) Linux, n64 ABI, MUSL
164
- ` mipsel-unknown-linux-musl ` | ✓ | MIPS (LE) Linux with MUSL
165
161
[ ` nvptx64-nvidia-cuda ` ] ( platform-support/nvptx64-nvidia-cuda.md ) | * | --emit=asm generates PTX code that [ runs on NVIDIA GPUs]
166
162
` riscv32i-unknown-none-elf ` | * | Bare RISC-V (RV32I ISA)
167
163
` riscv32imac-unknown-none-elf ` | * | Bare RISC-V (RV32IMAC ISA)
@@ -279,11 +275,15 @@ target | std | host | notes
279
275
` i686-wrs-vxworks ` | ? | | [ ^ x86_32-floats-return-ABI ]
280
276
[ ` m68k-unknown-linux-gnu ` ] ( platform-support/m68k-unknown-linux-gnu.md ) | ? | | Motorola 680x0 Linux
281
277
` mips-unknown-linux-gnu ` | ✓ | ✓ | MIPS Linux (kernel 4.4, glibc 2.23)
278
+ ` mips-unknown-linux-musl ` | ✓ | | MIPS Linux with musl libc
282
279
` mips-unknown-linux-uclibc ` | ✓ | | MIPS Linux with uClibc
283
280
[ ` mips64-openwrt-linux-musl ` ] ( platform-support/mips64-openwrt-linux-musl.md ) | ? | | MIPS64 for OpenWrt Linux MUSL
284
281
` mips64-unknown-linux-gnuabi64 ` | ✓ | ✓ | MIPS64 Linux, N64 ABI (kernel 4.4, glibc 2.23)
282
+ ` mips64-unknown-linux-muslabi64 ` | ✓ | | MIPS64 Linux, N64 ABI, musl libc
285
283
` mips64el-unknown-linux-gnuabi64 ` | ✓ | ✓ | MIPS64 (little endian) Linux, N64 ABI (kernel 4.4, glibc 2.23)
284
+ ` mips64el-unknown-linux-muslabi64 ` | ✓ | | MIPS64 (little endian) Linux, N64 ABI, musl libc
286
285
` mipsel-unknown-linux-gnu ` | ✓ | ✓ | MIPS (little endian) Linux (kernel 4.4, glibc 2.23)
286
+ ` mipsel-unknown-linux-musl ` | ✓ | | MIPS (little endian) Linux with musl libc
287
287
` mipsel-sony-psp ` | * | | MIPS (LE) Sony PlayStation Portable (PSP)
288
288
[ ` mipsel-sony-psx ` ] ( platform-support/mipsel-sony-psx.md ) | * | | MIPS (LE) Sony PlayStation 1 (PSX)
289
289
` mipsel-unknown-linux-uclibc ` | ✓ | | MIPS (LE) Linux with uClibc
0 commit comments