From e7b006d3dde2d8c75edbf55082c40ecbb9867950 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 21 Dec 2016 21:57:43 -0700 Subject: [PATCH] In order to successfully build, go back to ralloc --- src/librustc_back/target/redox_base.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/librustc_back/target/redox_base.rs b/src/librustc_back/target/redox_base.rs index a04ec81e973b..fc4c68276b65 100644 --- a/src/librustc_back/target/redox_base.rs +++ b/src/librustc_back/target/redox_base.rs @@ -40,8 +40,8 @@ pub fn opts() -> TargetOptions { target_family: Some("redox".to_string()), linker_is_gnu: true, no_default_libraries: true, - lib_allocation_crate: "alloc_system".to_string(), - exe_allocation_crate: "alloc_system".to_string(), + lib_allocation_crate: "ralloc".to_string(), + exe_allocation_crate: "ralloc".to_string(), has_elf_tls: true, panic_strategy: PanicStrategy::Abort, .. Default::default()