-
Notifications
You must be signed in to change notification settings - Fork 893
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
Support for aarch64-pc-windows-gnullvm
#3297
Comments
I think that this would be an issue for the main rust repository. Rustup just distributes whatever prebuilt targets exist. And if you look on the platform support page you'll see there's no There is a new |
aarch64-pc-windows-gnullvm
Sorry, that was a misclick: https://doc.rust-lang.org/nightly/rustc/platform-support/pc-windows-gnullvm.html says it's now tier 2, but without host tools. We'll keep an eye on it. |
IMO since this is not actionable from our side, closing it makes more sense to me -- it can be reopened (or we can work in a new issue) once host tools are available for the target. |
Makes sense; will close it for now until |
Problem you are trying to solve
Can we get target triples going to support Cygwin-style Rust applications for ARM Windows?
While we do technically have
aarch64-pc-windows-msvc
available, cross-compiling Windows Rust apps from non-Windows hosts is remarkably easier with thewindows-gnu
target triple variants. So aaarch-pc-windows-gnu
target may be easier for many macOS/Linux/UNIX Rust devs to support thanaarch64-pc-windows-msvc
.Solution you'd like
Introduce
aarch-pc-windows-gnu
to the set of available rustup targets, similar to the otherwindows-gnu
targets.Notes
No response
The text was updated successfully, but these errors were encountered: