Skip to content

Commit 6ca124b

Browse files
committed
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.
1 parent af6298d commit 6ca124b

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)