diff options
| author | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | 2021-08-26 11:02:04 +0000 |
|---|---|---|
| committer | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | 2021-09-17 15:07:14 +0000 |
| commit | c99d365d7e8334be95ad8d7b53bea28aea3862cd (patch) | |
| tree | 294a7aaaaa0b6153af795cef4edb2ddbaa38cbf6 | |
| parent | 2cef5d809143175765934557a5a39b581b40e837 (diff) | |
| download | rust-c99d365d7e8334be95ad8d7b53bea28aea3862cd.tar.gz rust-c99d365d7e8334be95ad8d7b53bea28aea3862cd.zip | |
doc/platform-support.md: Add m68k-unknown-linux-gnu as Tier 3 target
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index 3ba06e87220..0f106292e96 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -238,6 +238,7 @@ target | std | host | notes `i686-uwp-windows-gnu` | ? | | `i686-uwp-windows-msvc` | ? | | `i686-wrs-vxworks` | ? | | +`m68k-unknown-linux-gnu` | ? | | Motorola 680x0 Linux `mips-unknown-linux-uclibc` | ✓ | | MIPS Linux with uClibc `mipsel-sony-psp` | * | | MIPS (LE) Sony PlayStation Portable (PSP) `mipsel-unknown-linux-uclibc` | ✓ | | MIPS (LE) Linux with uClibc |
