Skip to content

Commit f0ba1b9

Browse files
committed
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.
2 parents 5c64008 + 6ca124b commit f0ba1b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_back/target/haiku_base.rs

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ pub fn opts() -> TargetOptions {
2020
target_family: Some("unix".to_string()),
2121
relro_level: RelroLevel::Full,
2222
linker_is_gnu: true,
23-
no_integrated_as: true,
2423
.. Default::default()
2524
}
2625
}

0 commit comments

Comments
 (0)