diff options
| author | Stephan <kiffie@users.noreply.github.com> | 2020-11-02 23:31:15 +0100 |
|---|---|---|
| committer | Stephan <kiffie@users.noreply.github.com> | 2020-11-02 23:31:15 +0100 |
| commit | 5130f2e777b1f83783e5a148e6de1fb03e9ad1ef (patch) | |
| tree | 4327f8e5fb8b70f6f797c7616a0cd6e3525f4d83 /src/doc/rustc | |
| parent | 1a232cb97611651f2e3c7b61c0be8f48616861ce (diff) | |
add mipsel-unknown-none target
Diffstat (limited to 'src/doc/rustc')
| -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 ae55297b78c..85c6f91f085 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -180,6 +180,7 @@ target | std | host | notes `i686-wrs-vxworks` | ? | | `mips-unknown-linux-uclibc` | ✓ | | MIPS Linux with uClibc `mipsel-unknown-linux-uclibc` | ✓ | | MIPS (LE) Linux with uClibc +`mipsel-unknown-none` | * | | Bare MIPS (LE) softfloat `mipsel-sony-psp` | * | | MIPS (LE) Sony PlayStation Portable (PSP) `mipsisa32r6-unknown-linux-gnu` | ? | | `mipsisa32r6el-unknown-linux-gnu` | ? | | |
