Uh oh!
There was an error while loading. Please reload this page.
Add i686-unknown-netbsd target - #39426
Conversation
rust-highfive
commented
Jan 31, 2017
r? @arielb1 (rust_highfive has picked a reviewer for you, use r? to override) |
jakllsch
commented
Feb 4, 2017
@bors: retry |
alexcrichton
commented
Feb 4, 2017
Out of curiosity, why is this "netbsdelf" while the other targets are "netbsd" ? |
jakllsch
commented
Feb 4, 2017
The oldest NetBSD ports once used a.out as the executable/object format and were (and those old versions still are) known as "netbsd" in the GNU triple. These ports eventually switched to ELF, becoming "netbsdelf". NetBSD ports that never were a.out are known as "netbsd". NetBSD's src/share/mk/bsd.own.mk has the list of these ports (line 844 in rev 1.1002). Of these, 32-bit SPARC, and 32-bit ARM are notable as already being supported by LLVM and Rust (but not yet on NetBSD). Some NetBSD developers have expressed to me that they believe these triples are the dominion of the GNU toolchain. Thus, except for compatibility with the GNU and LLVM toolchains, there may be no need to maintain this historical reasoning in Rust. |
alexcrichton
commented
Feb 4, 2017
Ok perhaps we can stick with "netbsd" in that case? It seems unlike that we'll add an "a.out" target, and if we do seems like we'd want it to be the non-default naming |
jakllsch
commented
Feb 6, 2017
GitHub will probably remind us anyway, but I'll need to drop |
alexcrichton
commented
Feb 6, 2017
@bors: r+ |
bors
commented
Feb 6, 2017
📌 Commit 78f542b has been approved by |
bors
commented
Feb 6, 2017
⌛ Testing commit 78f542b with merge 1a27f06... |
bors
commented
Feb 6, 2017
💔 Test failed - status-travis |
| … On Mon, Feb 6, 2017 at 11:00 AM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/198902563>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#39426 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95ID7UnSTMYxKYMq2lCOF9l2siCn-ks5rZ226gaJpZM4Ly8sp>
.
|
Add i686-unknown-netbsdelf target
Add i686-unknown-netbsdelf target
Add i686-unknown-netbsdelf target
Add i686-unknown-netbsdelf target
bors
commented
Feb 8, 2017
☔ The latest upstream changes (presumably #39638) made this pull request unmergeable. Please resolve the merge conflicts. |
No description provided.