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 717f10e commit 383890bCopy full SHA for 383890b
src/librustc_back/target/redox_base.rs
@@ -40,6 +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(),
45
has_elf_tls: true,
46
panic_strategy: PanicStrategy::Abort,
47
.. Default::default()
0 commit comments