Skip to content

Commit 8c7d232

Browse files
committedOct 7, 2023
Update docs for mips target tier demotion.
1 parent 8fdb0a9 commit 8c7d232

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎RELEASES.md

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ Compatibility Notes
229229
this should only impact users of other registries, or people who don't publish
230230
to a registry.
231231
[#12291](https://github.com/rust-lang/cargo/pull/12291)
232+
- [Demoted `mips*-unknown-linux-gnu*` targets from host tier 2 to target tier 3 support.](https://github.com/rust-lang/rust/pull/113274)
232233

233234
Version 1.71.1 (2023-08-03)
234235
===========================

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ target | notes
9393
`arm-unknown-linux-gnueabihf` | ARMv6 Linux, hardfloat (kernel 3.2, glibc 2.17)
9494
`armv7-unknown-linux-gnueabihf` | ARMv7-A Linux, hardfloat (kernel 3.2, glibc 2.17)
9595
[`loongarch64-unknown-linux-gnu`](platform-support/loongarch-linux.md) | LoongArch64 Linux, LP64D ABI (kernel 5.19, glibc 2.36)
96-
`mips-unknown-linux-gnu` | MIPS Linux (kernel 4.4, glibc 2.23)
97-
`mips64-unknown-linux-gnuabi64` | MIPS64 Linux, n64 ABI (kernel 4.4, glibc 2.23)
98-
`mips64el-unknown-linux-gnuabi64` | MIPS64 (LE) Linux, n64 ABI (kernel 4.4, glibc 2.23)
99-
`mipsel-unknown-linux-gnu` | MIPS (LE) Linux (kernel 4.4, glibc 2.23)
10096
`powerpc-unknown-linux-gnu` | PowerPC Linux (kernel 3.2, glibc 2.17)
10197
`powerpc64-unknown-linux-gnu` | PPC64 Linux (kernel 3.2, glibc 2.17)
10298
`powerpc64le-unknown-linux-gnu` | PPC64LE Linux (kernel 3.10, glibc 2.17)
@@ -286,6 +282,10 @@ target | std | host | notes
286282
[`mips64-openwrt-linux-musl`](platform-support/mips64-openwrt-linux-musl.md) | ? | | MIPS64 for OpenWrt Linux MUSL
287283
`mipsel-sony-psp` | * | | MIPS (LE) Sony PlayStation Portable (PSP)
288284
[`mipsel-sony-psx`](platform-support/mipsel-sony-psx.md) | * | | MIPS (LE) Sony PlayStation 1 (PSX)
285+
`mips-unknown-linux-gnu` | MIPS Linux (kernel 4.4, glibc 2.23)
286+
`mips64-unknown-linux-gnuabi64` | MIPS64 Linux, n64 ABI (kernel 4.4, glibc 2.23)
287+
`mips64el-unknown-linux-gnuabi64` | MIPS64 (LE) Linux, n64 ABI (kernel 4.4, glibc 2.23)
288+
`mipsel-unknown-linux-gnu` | MIPS (LE) Linux (kernel 4.4, glibc 2.23)
289289
`mipsel-unknown-linux-uclibc` | ✓ | | MIPS (LE) Linux with uClibc
290290
`mipsel-unknown-none` | * | | Bare MIPS (LE) softfloat
291291
[`mipsisa32r6-unknown-linux-gnu`](platform-support/mips-release-6.md) | ? | | 32-bit MIPS Release 6 Big Endian

0 commit comments

Comments
 (0)