diff options
| author | Michał Sidor <public+git@meekchopp.es> | 2022-03-04 13:39:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-04 13:39:31 +0100 |
| commit | d78e3e36c5c1957d3af9f56dc8f3844bae6b0b70 (patch) | |
| tree | 5287267efb70bcaafca6e693bee99e2655b6376b | |
| parent | 62ff2bcf9485f52050093d1780f409d50953549b (diff) | |
| download | rust-d78e3e36c5c1957d3af9f56dc8f3844bae6b0b70.tar.gz rust-d78e3e36c5c1957d3af9f56dc8f3844bae6b0b70.zip | |
Add platform support document links to tier table
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index 4c05818440b..5764fe9bf65 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -244,9 +244,9 @@ target | std | host | notes `i686-uwp-windows-gnu` | ? | | `i686-uwp-windows-msvc` | ? | | `i686-wrs-vxworks` | ? | | -`m68k-unknown-linux-gnu` | ? | | Motorola 680x0 Linux +[`m68k-unknown-linux-gnu`](platform-support/m68k-unknown-linux-gnu.md) | ? | | Motorola 680x0 Linux `mips-unknown-linux-uclibc` | ✓ | | MIPS Linux with uClibc -`mips64-openwrt-linux-musl` | ? | | MIPS64 for OpenWrt Linux MUSL +[`mips64-openwrt-linux-musl`](platform-support/mips64-openwrt-linux-musl.md) | ? | | MIPS64 for OpenWrt Linux MUSL `mipsel-sony-psp` | * | | MIPS (LE) Sony PlayStation Portable (PSP) `mipsel-unknown-linux-uclibc` | ✓ | | MIPS (LE) Linux with uClibc `mipsel-unknown-none` | * | | Bare MIPS (LE) softfloat |
