Skip to content

Commit c01eb69

Browse files
committed
fixes #27124 for DragonFly
1 parent 7bb0d0d commit c01eb69

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)