Skip to content
Snippets Groups Projects
Unverified Commit c37f8cec authored by bors[bot]'s avatar bors[bot] Committed by GitHub
Browse files

Merge #414 #422

414: Targets: Use none-elf instead of hermit llvm-target r=stlankes a=mkroening

As discussed in https://github.com/hermitcore/rusty-hermit/issues/197#issuecomment-999379314

, this way the kernel's `libhermit.a` has `OS/ABI: UNIX - System V` and the resulting application has `OS/ABI: <unknown: ff>`. This works for the Rust-toolchain as well as the C-toolchain.

422: Condvar: Mark sys functions as extern "C" r=stlankes a=mkroening

They are declared in hermit-abi as extern "C" already.
So the current definition without extern "C" is wrong.

Co-authored-by: default avatarMartin Kröning <mkroening@posteo.net>
Co-authored-by: default avatarMartin Kröning <m.kroening@hotmail.de>
No related branches found
No related tags found
No related merge requests found
Pipeline #694550 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment