We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b394c commit a04b839Copy full SHA for a04b839
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: "".to_string(),
+ archive_format: "gnu".to_string(),
22
23
.. Default::default()
24
}
0 commit comments