We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3ae87 commit e7b006dCopy full SHA for e7b006d
src/librustc_back/target/redox_base.rs
@@ -40,8 +40,8 @@ pub fn opts() -> TargetOptions {
40
target_family: Some("redox".to_string()),
41
linker_is_gnu: true,
42
no_default_libraries: true,
43
- lib_allocation_crate: "alloc_system".to_string(),
44
- exe_allocation_crate: "alloc_system".to_string(),
+ lib_allocation_crate: "ralloc".to_string(),
+ exe_allocation_crate: "ralloc".to_string(),
45
has_elf_tls: true,
46
panic_strategy: PanicStrategy::Abort,
47
.. Default::default()
0 commit comments