Skip to content

Commit 6a69bdd

Browse files
committed
Auto merge of #28107 - mneumann:dragonfly_ar, r=alexcrichton
2 parents b0f77ba + c01eb69 commit 6a69bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_back/target/dragonfly_base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub fn opts() -> TargetOptions {
2828
"-Wl,--as-needed".to_string(),
2929
),
3030
position_independent_executables: true,
31-
archive_format: "bsd".to_string(),
31+
archive_format: "gnu".to_string(),
3232
exe_allocation_crate: super::best_allocator(),
3333
.. Default::default()
3434
}

0 commit comments

Comments
 (0)