diff options
| author | bors <bors@rust-lang.org> | 2020-11-03 06:56:46 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-11-03 06:56:46 +0000 |
| commit | d662f808550acadc5980969e1826a653ec35b408 (patch) | |
| tree | 3ad8fc155db24f83d351e68d520bf6c3043c8629 /src/doc/rustc | |
| parent | 7b5a9e9cd27f01311b5e19cefa1fb574d086d3da (diff) | |
| parent | 1cb137b3e955375115c76d2d66e9881435adfada (diff) | |
| download | rust-d662f808550acadc5980969e1826a653ec35b408.tar.gz rust-d662f808550acadc5980969e1826a653ec35b408.zip | |
Auto merge of #78697 - JohnTitor:rollup-q0fchpv, r=JohnTitor
Rollup of 8 pull requests Successful merges: - #78376 (Treat trailing semicolon as a statement in macro call) - #78400 (Fix unindent in doc comments) - #78575 (Add a test for compiletest rustc-env & unset-rustc-env directives) - #78616 (Document -Zinstrument-coverage) - #78663 (Fix ICE when a future-incompat-report has its command-line level capped) - #78664 (Fix intrinsic size_of stable link) - #78668 (inliner: Remove redundant loop) - #78676 (add mipsel-unknown-none target) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
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` | ? | | |
