Skip to content

Commit ff845fa

Browse files
committed
Auto merge of #45559 - bgermann:beta, r=alexcrichton
[beta] Disable jemalloc for sparcv9-sun-solaris Backport from #45508. Similar to #36994, rust programs segfault on SPARC64 Solaris machines.
2 parents 49d5276 + 44ec07c commit ff845fa

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)