From c1e440a90f472468c8069ba6254b23c6feedc32e Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 6 Oct 2019 15:26:14 +0000 Subject: redesign of the interface to the unikernel HermitCore - the old interface between HermitCore and the Rust Standard Library based on a small C library (newlib) - remove this interface and call directly the unikernel - remove the dependency to the HermitCore linker - use rust-lld as linker --- src/bootstrap/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bootstrap') diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index 9203a558f64..c2aa75fd88f 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -160,7 +160,7 @@ mod job { } } -#[cfg(any(target_os = "haiku", not(any(unix, windows))))] +#[cfg(any(target_os = "haiku", target_os = "hermit", not(any(unix, windows))))] mod job { pub unsafe fn setup(_build: &mut crate::Build) { } -- cgit 1.4.1-3-g733a5