diff options
| author | bors <bors@rust-lang.org> | 2023-10-29 03:53:36 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-10-29 03:53:36 +0000 |
| commit | bbcc1691a4646a6d2ebb2189bdff5b878407fbe6 (patch) | |
| tree | 9a0dc348cd120782722318c86fa5f1f15b3750dc /src/doc/rustc | |
| parent | 2106b63b7b50470fd264975d70349a70528ce156 (diff) | |
| parent | 505bc85c30f628860c4917fb194fad60122f2920 (diff) | |
| download | rust-bbcc1691a4646a6d2ebb2189bdff5b878407fbe6.tar.gz rust-bbcc1691a4646a6d2ebb2189bdff5b878407fbe6.zip | |
Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubilee
Rollup of 4 pull requests Successful merges: - #117170 (Add support for i586-unknown-netbsd as target.) - #117259 (Declare rustc_target's dependency on object/macho) - #117322 (change default output mode of `BootstrapCommand`) - #117325 (Small ty::print cleanups) 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 ae514ff38fa..68ec0f348dc 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -152,6 +152,7 @@ target | std | notes `i586-pc-windows-msvc` | * | 32-bit Windows w/o SSE [^x86_32-floats-x87] `i586-unknown-linux-gnu` | ✓ | 32-bit Linux w/o SSE (kernel 3.2, glibc 2.17) [^x86_32-floats-x87] `i586-unknown-linux-musl` | ✓ | 32-bit Linux w/o SSE, MUSL [^x86_32-floats-x87] +[`i586-unknown-netbsd`](platform-support/netbsd.md) | ✓ | 32-bit x86, restricted to Pentium [`i686-linux-android`](platform-support/android.md) | ✓ | 32-bit x86 Android [^x86_32-floats-return-ABI] `i686-unknown-freebsd` | ✓ | 32-bit FreeBSD [^x86_32-floats-return-ABI] `i686-unknown-linux-musl` | ✓ | 32-bit Linux with MUSL [^x86_32-floats-return-ABI] |
