Skip to content

Commit

Permalink
Auto merge of #27136 - dhuseby:fixing_freebsd_linking, r=alexcrichton
Browse files Browse the repository at this point in the history
freebsd linking fix.
  • Loading branch information
bors committed Jul 24, 2015
2 parents 9413a92 + a04b839 commit 0fb8ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_back/target/freebsd_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub fn opts() -> TargetOptions {
executables: true,
morestack: true,
has_rpath: true,
archive_format: "bsd".to_string(),
archive_format: "gnu".to_string(),

.. Default::default()
}
Expand Down

0 comments on commit 0fb8ab0

Please sign in to comment.