Skip to content

Commit 02b394c

Browse files
author
Dave Huseby
committed
fixes #27124 for freebsd
1 parent c85ba3e commit 02b394c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_back/target/freebsd_base.rs

Lines changed: 1 addition & 1 deletion
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: "".to_string(),
2222

2323
.. Default::default()
2424
}

0 commit comments

Comments
 (0)