Skip to content

Commit

Permalink
haiku/librustc_back: Remove incorrect no_integrated_as
Browse files Browse the repository at this point in the history
* Makes rust bootstrap incorrectly search for xxx.s vs xxx.0.s
* Not needed or incorrect fix for another issue.
  • Loading branch information
kallisti5 committed Aug 25, 2017
1 parent af6298d commit 6ca124b
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 6ca124b

Please sign in to comment.