In order to successfully build, go back to ralloc
This commit is contained in:
parent
7d3ae87453
commit
e7b006d3dd
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue