We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9413a92 + a04b839 commit 0fb8ab0Copy full SHA for 0fb8ab0
src/librustc_back/target/freebsd_base.rs
@@ -18,7 +18,7 @@ pub fn opts() -> TargetOptions {
18
executables: true,
19
morestack: true,
20
has_rpath: true,
21
- archive_format: "bsd".to_string(),
+ archive_format: "gnu".to_string(),
22
23
.. Default::default()
24
}
0 commit comments