-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Experimental cygwin support in rustc #140154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
rustbot has assigned @compiler-errors. Use |
I suggest reviewing this PR before all dependencies ready:) |
I'm looking forward to being able to try this, and I bet @tyan0 and others from Cygwin are too! |
This should be fixed now (llvm/llvm-project#136599), and
|
Oh, yes. Now the blockers are the dependencies... |
Co-authored-by: Ookiineko <[email protected]>
This PR is not enough, but necessary to build host rustc targeting cygwin. See #137819 to track the process.
I also patched some crates to build it:
The build script of
rustc_llvm
is modified a little becausellvm-config
of MSYS2 is broken: