Uh oh!
There was an error while loading. Please reload this page.
add aarch64-unknown-openbsd support - #46760
Conversation
alexcrichton
commented
Dec 16, 2017
@bors: r+ |
bors
commented
Dec 16, 2017
📌 Commit 6b184b0 has been approved by |
bors
commented
Dec 16, 2017
⌛ Testing commit 6b184b09ce1c186e5a2ed610f21d5f44dd5ec43b with merge 3a97ba4b02384b183ab370e50338f943fc7124b0... |
bors
commented
Dec 16, 2017
💔 Test failed - status-travis |
semarie
commented
Dec 17, 2017
errors are due to libc code for freebsd: it contains code that seems to be not usable in staged api: @alexcrichton what should be the correct way to deal with that ? I assume it should be corrected in libc ? but how ? |
asomers
commented
Dec 17, 2017
Is the problem that rust-lang is using those deprecated constants, or reexporting them? |
semarie
commented
Dec 17, 2017
@asomers I found no usage of this constants neither explicit reexport. |
alexcrichton
commented
Dec 17, 2017
@semarie want to send a PR to libc to remove those attributes? |
- make liblibc to point to libc with aarch64-unknown-openbsd - make c_char (in std::os::raw) to point to right value
semarie
commented
Dec 18, 2017
ok, I updated my branch to include the |
alexcrichton
commented
Dec 18, 2017
@bors: r+ |
bors
commented
Dec 18, 2017
📌 Commit 8c7b093 has been approved by |
add aarch64-unknown-openbsd support - make liblibc to point to libc with aarch64-unknown-openbsd - make c_char (in std::os::raw) to point to right value r? @alexcrichton currently, I have only tested in crosscompilation environement (openbsd x64_64 -> openbsd aarch64). it produces valid binaries.
r? @alexcrichton
currently, I have only tested in crosscompilation environement (openbsd x64_64 -> openbsd aarch64). it produces valid binaries.