-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 i686-unknown-netbsd target #39426
Conversation
r? @arielb1 (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: retry |
Out of curiosity, why is this "netbsdelf" while the other targets are "netbsd" ? |
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. |
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 |
GitHub will probably remind us anyway, but I'll need to drop |
@bors: r+ |
📌 Commit 78f542b has been approved by |
⌛ Testing commit 78f542b with merge 1a27f06... |
💔 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
☔ The latest upstream changes (presumably #39638) made this pull request unmergeable. Please resolve the merge conflicts. |
No description provided.