@@ -151,10 +151,6 @@ target | std | notes
151
151
` i686-unknown-freebsd ` | ✓ | 32-bit FreeBSD
152
152
` i686-unknown-linux-musl ` | ✓ | 32-bit Linux with MUSL
153
153
[ ` i686-unknown-uefi ` ] ( platform-support/unknown-uefi.md ) | * | 32-bit UEFI
154
- ` mips-unknown-linux-musl ` | ✓ | MIPS Linux with MUSL
155
- ` mips64-unknown-linux-muslabi64 ` | ✓ | MIPS64 Linux, n64 ABI, MUSL
156
- ` mips64el-unknown-linux-muslabi64 ` | ✓ | MIPS64 (LE) Linux, n64 ABI, MUSL
157
- ` mipsel-unknown-linux-musl ` | ✓ | MIPS (LE) Linux with MUSL
158
154
[ ` nvptx64-nvidia-cuda ` ] ( platform-support/nvptx64-nvidia-cuda.md ) | * | --emit=asm generates PTX code that [ runs on NVIDIA GPUs]
159
155
` riscv32i-unknown-none-elf ` | * | Bare RISC-V (RV32I ISA)
160
156
` riscv32imac-unknown-none-elf ` | * | Bare RISC-V (RV32IMAC ISA)
@@ -270,11 +266,15 @@ target | std | host | notes
270
266
[ ` loongarch64-unknown-none-softfloat ` ] ( platform-support/loongarch-none.md ) | * | | LoongArch64 Bare-metal (LP64S ABI)
271
267
[ ` m68k-unknown-linux-gnu ` ] ( platform-support/m68k-unknown-linux-gnu.md ) | ? | | Motorola 680x0 Linux
272
268
` mips-unknown-linux-gnu ` | ✓ | ✓ | MIPS Linux (kernel 4.4, glibc 2.23)
269
+ ` mips-unknown-linux-musl ` | ✓ | | MIPS Linux with musl libc
273
270
` mips-unknown-linux-uclibc ` | ✓ | | MIPS Linux with uClibc
274
271
[ ` mips64-openwrt-linux-musl ` ] ( platform-support/mips64-openwrt-linux-musl.md ) | ? | | MIPS64 for OpenWrt Linux MUSL
275
272
` mips64-unknown-linux-gnuabi64 ` | ✓ | ✓ | MIPS64 Linux, N64 ABI (kernel 4.4, glibc 2.23)
273
+ ` mips64-unknown-linux-muslabi64 ` | ✓ | | MIPS64 Linux, N64 ABI, musl libc
276
274
` mips64el-unknown-linux-gnuabi64 ` | ✓ | ✓ | MIPS64 (little endian) Linux, N64 ABI (kernel 4.4, glibc 2.23)
275
+ ` mips64el-unknown-linux-muslabi64 ` | ✓ | | MIPS64 (little endian) Linux, N64 ABI, musl libc
277
276
` mipsel-unknown-linux-gnu ` | ✓ | ✓ | MIPS (little endian) Linux (kernel 4.4, glibc 2.23)
277
+ ` mipsel-unknown-linux-musl ` | ✓ | | MIPS (little endian) Linux with musl libc
278
278
` mipsel-sony-psp ` | * | | MIPS (LE) Sony PlayStation Portable (PSP)
279
279
[ ` mipsel-sony-psx ` ] ( platform-support/mipsel-sony-psx.md ) | * | | MIPS (LE) Sony PlayStation 1 (PSX)
280
280
` mipsel-unknown-linux-uclibc ` | ✓ | | MIPS (LE) Linux with uClibc
0 commit comments