@@ -151,10 +151,6 @@ target | std | notes
151151` i686-unknown-freebsd `  | ✓ | 32-bit FreeBSD
152152` i686-unknown-linux-musl `  | ✓ | 32-bit Linux with MUSL
153153[ ` 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
158154[ ` nvptx64-nvidia-cuda ` ] ( platform-support/nvptx64-nvidia-cuda.md )  | * | --emit=asm generates PTX code that [ runs on NVIDIA GPUs] 
159155` riscv32i-unknown-none-elf `  | * | Bare RISC-V (RV32I ISA)
160156` riscv32imac-unknown-none-elf `  | * | Bare RISC-V (RV32IMAC ISA)
@@ -270,11 +266,15 @@ target | std | host | notes
270266[ ` loongarch64-unknown-none-softfloat ` ] ( platform-support/loongarch-none.md )  | * |  | LoongArch64 Bare-metal (LP64S ABI)
271267[ ` m68k-unknown-linux-gnu ` ] ( platform-support/m68k-unknown-linux-gnu.md )  | ? |  | Motorola 680x0 Linux
272268` mips-unknown-linux-gnu `  | ✓ | ✓ | MIPS Linux (kernel 4.4, glibc 2.23)
269+ ` mips-unknown-linux-musl `  | ✓ |  | MIPS Linux with musl libc
273270` mips-unknown-linux-uclibc `  | ✓ |  | MIPS Linux with uClibc
274271[ ` mips64-openwrt-linux-musl ` ] ( platform-support/mips64-openwrt-linux-musl.md )  | ? |  | MIPS64 for OpenWrt Linux MUSL
275272` 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
276274` 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
277276` 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
278278` mipsel-sony-psp `  | * |  | MIPS (LE) Sony PlayStation Portable (PSP)
279279[ ` mipsel-sony-psx ` ] ( platform-support/mipsel-sony-psx.md )  | * |  | MIPS (LE) Sony PlayStation 1 (PSX)
280280` mipsel-unknown-linux-uclibc `  | ✓ |  | MIPS (LE) Linux with uClibc
0 commit comments