mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
In order to successfully build, go back to ralloc
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user