about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStefan Lankes <slankes@eonerc.rwth-aachen.de>2019-11-25 08:59:23 +0100
committerStefan Lankes <slankes@eonerc.rwth-aachen.de>2019-11-25 08:59:23 +0100
commitc874789613302d87b7b2667dead94c6e9540a877 (patch)
tree5477a588b71d943bc70d7ab0c81ef8a97ec29f9c
parentb56b23988de532744fd05301f87c329b612700e3 (diff)
downloadrust-c874789613302d87b7b2667dead94c6e9540a877.tar.gz
rust-c874789613302d87b7b2667dead94c6e9540a877.zip
remove dependency from libhermit
The build process of the unikernel HermitCore is redesigned and
doesn't longer depend on libhermit.
-rw-r--r--src/libstd/build.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/build.rs b/src/libstd/build.rs
index 1f839f16532..8db7bc12cd3 100644
--- a/src/libstd/build.rs
+++ b/src/libstd/build.rs
@@ -54,7 +54,5 @@ fn main() {
         }
         println!("cargo:rustc-link-lib=c");
         println!("cargo:rustc-link-lib=compiler_rt");
-    } else if target.contains("hermit") {
-        println!("cargo:rustc-link-lib=hermit");
     }
 }