Skip to content

Commit

Permalink
fixes #27124 for netbsd
Browse files Browse the repository at this point in the history
NetBSD didn't get its fix for #27124 and still suffers from that issue.
  • Loading branch information
gkoz committed Aug 14, 2015
1 parent 0649b16 commit ad9dd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_back/target/netbsd_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub fn opts() -> TargetOptions {
"-Wl,--as-needed".to_string(),
),
position_independent_executables: true,
archive_format: "bsd".to_string(),
archive_format: "gnu".to_string(),
.. Default::default()
}
}

0 comments on commit ad9dd48

Please sign in to comment.