Skip to content

Commit 3dbfbd8

Browse files
authored
Rollup merge of rust-lang#140184 - Berrysoft:cygwin-target-doc, r=Noratrieb
Update doc of cygwin target Some trivial updates.
2 parents 2a89268 + 17664d1 commit 3dbfbd8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/doc/rustc/src/platform-support/x86_64-pc-cygwin.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ The `target_os` of the target is `cygwin`, and it is `unix`.
2020

2121
## Building the target
2222

23-
For cross-compilation you want LLVM with [llvm/llvm-project#121439 (merged)](https://github.com/llvm/llvm-project/pull/121439) applied to fix the LLVM codegen on importing external global variables from DLLs.
24-
No native builds on Cygwin now. It should be possible theoretically though, but might need a lot of patches.
23+
For cross-compilation you want LLVM at least 20.1.0-rc1.
24+
No native builds on Cygwin now.
25+
The tracking issue for host tools on Cygwin is [#137819](https://github.com/rust-lang/rust/issues/137819).
2526

2627
## Building Rust programs
2728

0 commit comments

Comments
 (0)