Skip to content

Commit 0fb8ab0

Browse files
committed
Auto merge of #27136 - dhuseby:fixing_freebsd_linking, r=alexcrichton
freebsd linking fix.
2 parents 9413a92 + a04b839 commit 0fb8ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_back/target/freebsd_base.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub fn opts() -> TargetOptions {
1818
executables: true,
1919
morestack: true,
2020
has_rpath: true,
21-
archive_format: "bsd".to_string(),
21+
archive_format: "gnu".to_string(),
2222

2323
.. Default::default()
2424
}

0 commit comments

Comments
 (0)