Auto merge of #27839 - gkoz:netbsd_ar, r=brson

NetBSD didn't get its fix for #27124 and still suffers from that issue.
This commit is contained in:
bors 2015-08-15 01:45:15 +00:00
commit ec8f072c18

View file

@ -26,7 +26,7 @@ pub fn opts() -> TargetOptions {
"-Wl,--as-needed".to_string(), "-Wl,--as-needed".to_string(),
), ),
position_independent_executables: true, position_independent_executables: true,
archive_format: "bsd".to_string(), archive_format: "gnu".to_string(),
.. Default::default() .. Default::default()
} }
} }