Skip to content

Commit

Permalink
Rollup merge of rust-lang#45508 - bgermann:master, r=alexcrichton
Browse files Browse the repository at this point in the history
Disable jemalloc for sparcv9-sun-solaris

Similar to rust-lang#36994, rust programs segfault on SPARC64 Solaris machines.
  • Loading branch information
kennytm authored Oct 25, 2017
2 parents 7ccdc10 + 7bab5da commit 5ae94d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_back/target/sparcv9_sun_solaris.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pub fn target() -> TargetResult {
// llvm calls this "v9"
base.cpu = "v9".to_string();
base.max_atomic_width = Some(64);
base.exe_allocation_crate = None;

Ok(Target {
llvm_target: "sparcv9-sun-solaris".to_string(),
Expand Down

0 comments on commit 5ae94d4

Please # to comment.