Skip to content

Commit

Permalink
Rollup merge of rust-lang#44091 - kallisti5:haiku-fix, r=eddyb
Browse files Browse the repository at this point in the history
haiku/librustc_back: Remove incorrect no_integrated_as

* Makes rust bootstrap incorrectly search for xxx.s vs xxx.0.s
* Not needed or incorrect fix for another issue.
  • Loading branch information
frewsxcv committed Aug 26, 2017
2 parents fdf4598 + 6ca124b commit 502a11d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc_back/target/haiku_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pub fn opts() -> TargetOptions {
target_family: Some("unix".to_string()),
relro_level: RelroLevel::Full,
linker_is_gnu: true,
no_integrated_as: true,
.. Default::default()
}
}

0 comments on commit 502a11d

Please sign in to comment.