Skip to content

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

Merged
merged 1 commit into from
Aug 27, 2016
Merged

add initial support for mips64 #366

merged 1 commit into from
Aug 27, 2016

Conversation

japaric
Copy link
Member

@japaric japaric commented Aug 27, 2016

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

@japaric
Copy link
Member Author

japaric commented Aug 27, 2016

for mips64-unknown-linux-gnuabi64

which has not even landed in rust-lang/rust. We meta now.

@alexcrichton
Copy link
Member

@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.

@bors
Copy link
Contributor

bors commented Aug 27, 2016

📌 Commit 71b5d57 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Aug 27, 2016

⌛ Testing commit 71b5d57 with merge 6e6d5e6...

bors added a commit that referenced this pull request Aug 27, 2016
add support for mips64

tested by running libc-test for mips64-unknown-linux-gnuabi64

r? @alexcrichton
@bors
Copy link
Contributor

bors commented Aug 27, 2016

💔 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
@japaric japaric changed the title add support for mips64 add initial support for mips64 Aug 27, 2016
@japaric
Copy link
Member Author

japaric commented Aug 27, 2016

Fixed the style errors. I don't know if I have bors rights here but ...

@bors r=alexcrichton

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Aug 27, 2016

📌 Commit 196b0e8 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Aug 27, 2016

⌛ Testing commit 196b0e8 with merge ad30293...

bors added a commit that referenced this pull request Aug 27, 2016
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
@bors
Copy link
Contributor

bors commented Aug 27, 2016

💔 Test failed - travis

@alexcrichton
Copy link
Member

@bors: retry

On Sat, Aug 27, 2016 at 12:51 PM, bors [email protected] wrote:

💔 Test failed - travis
https://travis-ci.org/rust-lang/libc/builds/155624212


You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
#366 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAD95Bl8Vl1QTAAT8t5FVAVOMQZJV2qGks5qkJVBgaJpZM4JuoOe
.

@bors
Copy link
Contributor

bors commented Aug 27, 2016

⌛ Testing commit 196b0e8 with merge a94097d...

bors added a commit that referenced this pull request Aug 27, 2016
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
@bors
Copy link
Contributor

bors commented Aug 27, 2016

☀️ Test successful - status-appveyor, travis
Approved by: alexcrichton
Pushing a94097d to master...

@bors bors merged commit 196b0e8 into rust-lang:master Aug 27, 2016
@japaric japaric deleted the mips64 branch August 28, 2016 21:58
Susurrus pushed a commit to Susurrus/libc that referenced this pull request Mar 26, 2017
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants