diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2025-03-17 05:47:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-17 05:47:49 -0400 |
| commit | b3b7a3b8d2bef30c82df92600d0cd7cef460b441 (patch) | |
| tree | 7f8a025daa68f11cca3c59db1f096ded74462a58 /src | |
| parent | 08dfbf49e30d917c89e49eb14cb3f1e8b8a1c9ef (diff) | |
| parent | bd385f3064f558d4bba19a0447f8b08208915dc9 (diff) | |
| download | rust-b3b7a3b8d2bef30c82df92600d0cd7cef460b441.tar.gz rust-b3b7a3b8d2bef30c82df92600d0cd7cef460b441.zip | |
Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet
Add std support to cygwin target
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index d9587297e79..058b0b0a07a 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -407,7 +407,7 @@ target | std | host | notes [`wasm32-wali-linux-musl`](platform-support/wasm32-wali-linux.md) | ? | | WebAssembly with [WALI](https://github.com/arjunr2/WALI) [`x86_64-apple-tvos`](platform-support/apple-tvos.md) | ✓ | | x86 64-bit tvOS [`x86_64-apple-watchos-sim`](platform-support/apple-watchos.md) | ✓ | | x86 64-bit Apple WatchOS simulator -[`x86_64-pc-cygwin`](platform-support/x86_64-pc-cygwin.md) | ? | | 64-bit x86 Cygwin | +[`x86_64-pc-cygwin`](platform-support/x86_64-pc-cygwin.md) | ✓ | | 64-bit x86 Cygwin | [`x86_64-pc-nto-qnx710`](platform-support/nto-qnx.md) | ✓ | | x86 64-bit QNX Neutrino 7.1 RTOS with default network stack (io-pkt) | [`x86_64-pc-nto-qnx710_iosock`](platform-support/nto-qnx.md) | ✓ | | x86 64-bit QNX Neutrino 7.1 RTOS with new network stack (io-sock) | [`x86_64-pc-nto-qnx800`](platform-support/nto-qnx.md) | ✓ | | x86 64-bit QNX Neutrino 8.0 RTOS | |
