Rollup merge of #44091 - kallisti5:haiku-fix, r=eddyb

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.
This commit is contained in:
Corey Farwell 2017-08-26 06:46:37 -07:00 committed by GitHub
commit 502a11d53e
1 changed files with 0 additions and 1 deletions

View File

@ -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()
}
}