Skip to content

Commit 14cdb38

Browse files
Drop mips*-unknown-linux-musl* to tier 3
Also be more pedantic about spelling: - LE? Is it "less than or equal to"? Say "little endian". - We're Rust, not C, preserve the initial capital in "N64". - "MUSL" doesn't stand for anything; Rich Felker spells it "musl".
1 parent 0387015 commit 14cdb38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/rustc/src/platform-support.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ target | std | notes
158158
[`i686-unknown-uefi`](platform-support/unknown-uefi.md) | * | 32-bit UEFI
159159
[`loongarch64-unknown-none`](platform-support/loongarch-none.md) | * | | LoongArch64 Bare-metal (LP64D ABI)
160160
[`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
165161
[`nvptx64-nvidia-cuda`](platform-support/nvptx64-nvidia-cuda.md) | * | --emit=asm generates PTX code that [runs on NVIDIA GPUs]
166162
`riscv32i-unknown-none-elf` | * | Bare RISC-V (RV32I ISA)
167163
`riscv32imac-unknown-none-elf` | * | Bare RISC-V (RV32IMAC ISA)
@@ -279,11 +275,15 @@ target | std | host | notes
279275
`i686-wrs-vxworks` | ? | | [^x86_32-floats-return-ABI]
280276
[`m68k-unknown-linux-gnu`](platform-support/m68k-unknown-linux-gnu.md) | ? | | Motorola 680x0 Linux
281277
`mips-unknown-linux-gnu` | ✓ | ✓ | MIPS Linux (kernel 4.4, glibc 2.23)
278+
`mips-unknown-linux-musl` | ✓ | | MIPS Linux with musl libc
282279
`mips-unknown-linux-uclibc` | ✓ | | MIPS Linux with uClibc
283280
[`mips64-openwrt-linux-musl`](platform-support/mips64-openwrt-linux-musl.md) | ? | | MIPS64 for OpenWrt Linux MUSL
284281
`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
285283
`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
286285
`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
287287
`mipsel-sony-psp` | * | | MIPS (LE) Sony PlayStation Portable (PSP)
288288
[`mipsel-sony-psx`](platform-support/mipsel-sony-psx.md) | * | | MIPS (LE) Sony PlayStation 1 (PSX)
289289
`mipsel-unknown-linux-uclibc` | ✓ | | MIPS (LE) Linux with uClibc

0 commit comments

Comments
 (0)