In order to successfully build, go back to ralloc

This commit is contained in:
Jeremy Soller 2016-12-21 21:57:43 -07:00
parent 7d3ae87453
commit e7b006d3dd

View file

@ -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()