add initial support for mips64#366
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 notifications@github.com 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