Skip to content

Commit ec8f072

Browse files
committed
Auto merge of #27839 - gkoz:netbsd_ar, r=brson
NetBSD didn't get its fix for #27124 and still suffers from that issue.
2 parents ab450ef + ad9dd48 commit ec8f072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_back/target/netbsd_base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub fn opts() -> TargetOptions {
2626
"-Wl,--as-needed".to_string(),
2727
),
2828
position_independent_executables: true,
29-
archive_format: "bsd".to_string(),
29+
archive_format: "gnu".to_string(),
3030
.. Default::default()
3131
}
3232
}

0 commit comments

Comments
 (0)