Skip to content

Commit

Permalink
Disable jemalloc on s390x as well (closes #38596)
Browse files Browse the repository at this point in the history
See also #37320 and #37392
  • Loading branch information
infinity0 committed Jan 12, 2017
1 parent ac5046c commit 417953f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/librustc_back/target/s390x_unknown_linux_gnu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ pub fn target() -> TargetResult {
// Pass the -vector feature string to LLVM to respect this assumption.
base.features = "-vector".to_string();
base.max_atomic_width = Some(64);
// see #36994
base.exe_allocation_crate = "alloc_system".to_string();

Ok(Target {
llvm_target: "s390x-unknown-linux-gnu".to_string(),
Expand Down

0 comments on commit 417953f

Please sign in to comment.