Skip to content

Commit

Permalink
Auto merge of #45559 - bgermann:beta, r=alexcrichton
Browse files Browse the repository at this point in the history
[beta] Disable jemalloc for sparcv9-sun-solaris

Backport from #45508. Similar to #36994, rust programs segfault on SPARC64 Solaris machines.
  • Loading branch information
bors committed Oct 31, 2017
2 parents 49d5276 + 44ec07c commit ff845fa
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 ff845fa

Please sign in to comment.