-
Notifications
You must be signed in to change notification settings - Fork 2
aarch64-pc-windows-gnullvm is now tier 2 #5
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
Conversation
Does this means it can be installed with rustup? |
Yes, target can be added via rustup, but toolchain is not yet available (I forget when, but probably Rust 1.89 or 1.90?).
Sorry, the URL I wrote is beta, not stable. |
In Rust 1.89, A bit off topic; since there's no maintainer on https://blog.rust-lang.org/2025/05/26/demoting-i686-pc-windows-gnu/ |
Thanks for merging! |
Thanks for updating us :)
I'm skeptical R will ever see gccrs in Rtools, but perhaps they could switch Rtools to the llvm toolchains alltogether at some point, that would solve many problems. But I think last time @kalibera said the Flang compiler was not good enough yet. Relatedly, other major projects like libv8 are also starting to drop gcc support: JanMarvin/v8-R#16, so llvm is definitely a safer bet going forward. |
Yeah, I agree LLVM is safer. Probably, R needs to keep using LLVM for ARM macOS anyway, so I think it's reasonable to use it for Windows unless LLVM is very poor at supporting Windows. |
FYI I can co-maintain windows-gnu but I don't want to be the only maintainer for something I don't even use. |
I get you. I really wish |
stable doc: https://doc.rust-lang.org/stable/rustc/platform-support/windows-gnullvm.html (tier 2 without host)
beta doc: https://doc.rust-lang.org/beta/rustc/platform-support/windows-gnullvm.html (tier 2 with host)