Skip to content

Commit 6ccc521

Browse files
authored
Rollup merge of #116669 - ehuss:fix-platform-table, r=nikic
Fix mips platform support entries. The table entries for these MIPS entries were broken because they had the wrong number of columns (from #116503). Additionally, there was a conflict with #115238, which made the same change (but on different lines, so git didn't complain).
2 parents 4832811 + 8309097 commit 6ccc521

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,6 @@ target | std | host | notes
286286
`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)
289-
`mips-unknown-linux-gnu` | MIPS Linux (kernel 4.4, glibc 2.23)
290-
`mips64-unknown-linux-gnuabi64` | MIPS64 Linux, n64 ABI (kernel 4.4, glibc 2.23)
291-
`mips64el-unknown-linux-gnuabi64` | MIPS64 (LE) Linux, n64 ABI (kernel 4.4, glibc 2.23)
292-
`mipsel-unknown-linux-gnu` | MIPS (LE) Linux (kernel 4.4, glibc 2.23)
293289
`mipsel-unknown-linux-uclibc` | ✓ | | MIPS (LE) Linux with uClibc
294290
`mipsel-unknown-none` | * | | Bare MIPS (LE) softfloat
295291
[`mipsisa32r6-unknown-linux-gnu`](platform-support/mips-release-6.md) | ? | | 32-bit MIPS Release 6 Big Endian

0 commit comments

Comments
 (0)