-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add types for aarch64-unknown-freebsd
#512
Add types for aarch64-unknown-freebsd
#512
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
To test this patch, I cross-compiled Rust and Cargo on FreeBSD/x86_64. I used the result on FreeBSD/aarch64 to check that Rust could self-host. This pull request goes with rust-lang/rust#39491. |
`aarch64.rs` was copied and adapted from `x86_64.rs`.
f2097ac
to
1363fe4
Compare
@bors: r+ Awesome! |
📌 Commit 1363fe4 has been approved by |
…crichton Add types for `aarch64-unknown-freebsd`
💔 Test failed - status-travis |
@bors: retry
…On Fri, Feb 3, 2017 at 10:17 AM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/libc/builds/198080662>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#512 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95L6m2BjaOg4Z--j6R3qvWuSQ9nlQks5rY28kgaJpZM4L2j1X>
.
|
…crichton Add types for `aarch64-unknown-freebsd`
☀️ Test successful - status-appveyor, status-travis |
No description provided.