Skip to content

Commit a04b839

Browse files
author
Dave Huseby
committed
switching to gnu archive format
1 parent 02b394c commit a04b839

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: "".to_string(),
21+
archive_format: "gnu".to_string(),
2222

2323
.. Default::default()
2424
}

0 commit comments

Comments
 (0)