-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add x86_64-unknown-linux-gnux32 target #45224
Conversation
r? @arielb1 (rust_highfive has picked a reviewer for you, use r? to override) |
Add the target build to cross2 because it seems to have some free time. |
Why this target is important?
From Debian X32 port. |
@bors: r+ Thanks! |
📌 Commit 7199fee has been approved by |
Add x86_64-unknown-linux-gnux32 target This adds X32 ABI support for Linux on X86_64. Let's package and dist it so we can star testing libc, libstd, etc. Fixes rust-lang/rfcs#1339
☀️ Test successful - status-appveyor, status-travis |
This adds X32 ABI support for Linux on X86_64. Let's package and dist it so we can star testing libc, libstd, etc.
Fixes rust-lang/rfcs#1339