You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MIPS is currently only supporting Big Endian, but many modern MIPS devices are little endian, including all Android devices. So there should be some kind of support for setting little-endian for MIPS.
In the future there are probably other platforms with this issue, just to a much smaller degree.
I have made some changes to rust 0.10 added Mipsel architecture and got it working on my little endian MIPS machines but I am new to github and not sure how could I give you a patch if anyone still interested.
I'm pulling a massive triage effort to get us ready for 1.0. As part of this, I'm moving stuff that's wishlist-like to the RFCs repo, as that's where major new things should get discussed/prioritized.
Activity
brson commentedon Jun 17, 2013
ARM is also bi-endian but we always compile to little-endian.
pcwalton commentedon Aug 26, 2013
Still a problem, extreme wishlist feature
jxv commentedon Sep 17, 2013
I'd like this feature too. What needs to get done to make this happen?
flaper87 commentedon Jan 29, 2014
Triage bump
w3ln4 commentedon Jun 13, 2014
Hello folks,
I have made some changes to rust 0.10 added Mipsel architecture and got it working on my little endian MIPS machines but I am new to github and not sure how could I give you a patch if anyone still interested.
auroranockert commentedon Jun 13, 2014
I'm still interested in mipsel/android support.
auto merge of #14963 : w3ln4/rust/master, r=alexcrichton
steveklabnik commentedon Jan 21, 2015
I'm pulling a massive triage effort to get us ready for 1.0. As part of this, I'm moving stuff that's wishlist-like to the RFCs repo, as that's where major new things should get discussed/prioritized.
This issue has been moved to the RFCs repo: rust-lang/rfcs#624