Skip to content

Commit

Permalink
Disable jemalloc for sparcv9-sun-solaris
Browse files Browse the repository at this point in the history
Similar to #36994, rust programs segfault on SPARC64 Solaris machines.

(cherry picked from commit 7bab5da)
  • Loading branch information
bgermann committed Oct 26, 2017
1 parent f724781 commit 44ec07c
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 44ec07c

Please sign in to comment.