Skip to content

Commit

Permalink
fixes #27124 for DragonFly
Browse files Browse the repository at this point in the history
  • Loading branch information
mneumann committed Aug 30, 2015
1 parent 7bb0d0d commit c01eb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_back/target/dragonfly_base.rs
Expand Up @@ -28,7 +28,7 @@ pub fn opts() -> TargetOptions {
"-Wl,--as-needed".to_string(),
),
position_independent_executables: true,
archive_format: "bsd".to_string(),
archive_format: "gnu".to_string(),
exe_allocation_crate: super::best_allocator(),
.. Default::default()
}
Expand Down

0 comments on commit c01eb69

Please sign in to comment.