Skip to content

Commit 5ae94d4

Browse files
authored
Rollup merge of rust-lang#45508 - bgermann:master, r=alexcrichton
Disable jemalloc for sparcv9-sun-solaris Similar to rust-lang#36994, rust programs segfault on SPARC64 Solaris machines.
2 parents 7ccdc10 + 7bab5da commit 5ae94d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_back/target/sparcv9_sun_solaris.rs

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ pub fn target() -> TargetResult {
1717
// llvm calls this "v9"
1818
base.cpu = "v9".to_string();
1919
base.max_atomic_width = Some(64);
20+
base.exe_allocation_crate = None;
2021

2122
Ok(Target {
2223
llvm_target: "sparcv9-sun-solaris".to_string(),

0 commit comments

Comments
 (0)