-
Notifications
You must be signed in to change notification settings - Fork 1.1k
add initial support for mips64 #366
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
which has not even landed in rust-lang/rust. We meta now. |
@bors: r+ Nice! We should remember to add to the libc-test matrix as soon as we've got nightlies for mips64 up and running. |
📌 Commit 71b5d57 has been approved by |
add support for mips64 tested by running libc-test for mips64-unknown-linux-gnuabi64 r? @alexcrichton
💔 Test failed - status-appveyor |
just enough to be able to cross compile std for the mips64-gnu targets tested by running libc-test for mips64-unknown-linux-gnuabi64
Fixed the style errors. I don't know if I have bors rights here but ... @bors r=alexcrichton |
@bors: r+ |
📌 Commit 196b0e8 has been approved by |
add initial support for mips64 just enough to be able to cross compile std for the mips64-gnu targets tested by running libc-test for mips64-unknown-linux-gnuabi64 r? @alexcrichton
💔 Test failed - travis |
@bors: retry On Sat, Aug 27, 2016 at 12:51 PM, bors [email protected] wrote:
|
⌛ Testing commit 196b0e8 with merge a94097d... |
add initial support for mips64 just enough to be able to cross compile std for the mips64-gnu targets tested by running libc-test for mips64-unknown-linux-gnuabi64 r? @alexcrichton
☀️ Test successful - status-appveyor, travis |
Support sockaddr_nl in sockaddr_storage_to_addr(). Add support for converting AF_NETLINK sockaddr_nl addresses to Sockaddr::Netlink(). This lets socket::recvmsg() work on netlink sockets.
just enough to be able to cross compile std for the mips64-gnu targets
tested by running libc-test for mips64-unknown-linux-gnuabi64
r? @alexcrichton