Skip to content

Commit

Permalink
In order to successfully build, go back to ralloc
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Dec 22, 2016
1 parent 7d3ae87 commit e7b006d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_back/target/redox_base.rs
Expand Up @@ -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()
Expand Down

0 comments on commit e7b006d

Please sign in to comment.