-
Notifications
You must be signed in to change notification settings - Fork 895
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 MIPS/MIPS64 hosts #814
Comments
Oh, and also CI support. I think this needs input from Rust maintainers. EDIT: I believe it's being worked on #797, but seems low-priority indeed. |
MIPS hosts are appearing since the |
Part of rust-lang#814; `rustup.rs` now builds under MIPS64 hosts. Yay!
Considered complete! Only have to wait for the next rustup release which should have the MIPS binaries correctly produced. Closing. |
HI, why rust still not work on mips64el ?
Thank you. |
Part of rust-lang#814; `rustup.rs` now builds under MIPS64 hosts. Yay!
@xen0n I am trying to use an MSA intrinsics with MIPS/MIPS64 without any luck, did you managed to do that? |
Rust's support for MIPS is getting close to mature, with the recent addition of cross-compiled MIPS host compilers it's about time we supported MIPS as a viable host platform. Here's my TODO list for that, as both a reminder for myself and hint for any future porting efforts.
MIPS-specific: proper endianness handling (done, Correctly "detect" host endianness on MIPS #802)Probe for MIPS64 n64 triples (done, Support probing MIPS64 n64 targets #815)Wait for alibc
release (0.2.18 released)Bumplibc
dep inrustup
(done, Update libc for MIPS64 host builds #847)Add MIPS artifacts to channel manifest (been the case since 2016-11-17)Updaterustup-init.sh
(done, Support MIPS architectures in rustup-init.sh #825)Update related CI configs (not actionable by myself)Updatewww/rustup.js
to includeLinux mips
andLinux mips64
UA sniffing after confirming everything works (www: MIPS support and cleanups #866)The text was updated successfully, but these errors were encountered: