Uh oh!
There was an error while loading. Please reload this page.
bootstrap: Add openssl configuration for sparc64-unknown-linux-gnu - #45465
Conversation
rust-highfive
commented
Oct 23, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @aturon (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. |
Mark-Simulacrum
commented
Oct 23, 2017
There was a problem hiding this comment.
I believe it's actually linux64-sparcv9: https://github.com/libtor/openssl/blob/1ad38e5/Configure#L385
There was a problem hiding this comment.
Oh, good catch, thank you. I was actually unsure about this but my tests aren't finished yet.
Will get back in a few minutes.
There was a problem hiding this comment.
I have changed that now. I'm now testing whether we need to pass "-m64" as well (see the case for BSD-sparc64 further below).
There was a problem hiding this comment.
No, OpenSSL puts -m64 in there already for linux64-sparcv9.
alexcrichton
commented
Oct 23, 2017
@bors: r+ rollup Thanks! |
alexcrichton
commented
Oct 23, 2017
@bors: r+ rollup |
bors
commented
Oct 23, 2017
📌 Commit e105697 has been approved by |
glaubitz
commented
Oct 23, 2017
@alexcrichton I think you picked the wrong commit. My first mapping was incorrect. Could you please make sure you are merging b9f2cfb? Thanks |
kennytm
commented
Oct 24, 2017
@bors r=alexcrichton b9f2cfb |
bors
commented
Oct 24, 2017
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Oct 24, 2017
🙀 |
glaubitz
commented
Oct 24, 2017
kennytm
commented
Oct 24, 2017
bootstrap: Add openssl configuration for sparc64-unknown-linux-gnu Hi! This adds the target missing mapping for sparc64-unknown-linux-gnu. See: rust-lang#45456 Thanks
Hi!
This adds the target missing mapping for sparc64-unknown-linux-gnu.
See: #45456
Thanks