File tree 2 files changed +2
-2
lines changed
compiler/rustc_target/src/spec/targets
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pub(crate) fn target() -> Target {
18
18
description : Some ( "64-bit x86 Cygwin" . into ( ) ) ,
19
19
tier : Some ( 3 ) ,
20
20
host_tools : Some ( false ) ,
21
- std : None ,
21
+ std : Some ( true ) ,
22
22
} ,
23
23
}
24
24
}
Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ target | std | host | notes
407
407
[ ` wasm64-unknown-unknown ` ] ( platform-support/wasm64-unknown-unknown.md ) | ? | | WebAssembly
408
408
[ ` x86_64-apple-tvos ` ] ( platform-support/apple-tvos.md ) | ✓ | | x86 64-bit tvOS
409
409
[ ` x86_64-apple-watchos-sim ` ] ( platform-support/apple-watchos.md ) | ✓ | | x86 64-bit Apple WatchOS simulator
410
- [ ` x86_64-pc-cygwin ` ] ( platform-support/x86_64-pc-cygwin.md ) | ? | | 64-bit x86 Cygwin |
410
+ [ ` x86_64-pc-cygwin ` ] ( platform-support/x86_64-pc-cygwin.md ) | ✓ | | 64-bit x86 Cygwin |
411
411
[ ` x86_64-pc-nto-qnx710 ` ] ( platform-support/nto-qnx.md ) | ✓ | | x86 64-bit QNX Neutrino 7.1 RTOS with default network stack (io-pkt) |
412
412
[ ` 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) |
413
413
[ ` x86_64-pc-nto-qnx800 ` ] ( platform-support/nto-qnx.md ) | ✓ | | x86 64-bit QNX Neutrino 8.0 RTOS |
You can’t perform that action at this time.
0 commit comments