Rollup merge of #27137 - dhuseby:fixing_bitrig_linking, r=alexcrichton

fixes the linking error on bitrig.
This commit is contained in:
Steve Klabnik 2015-07-24 14:56:01 -04:00
commit bc51e80009

View file

@ -20,9 +20,7 @@ pub fn opts() -> TargetOptions {
linker_is_gnu: true,
has_rpath: true,
position_independent_executables: true,
pre_link_args: vec!(
),
archive_format: "bsd".to_string(),
archive_format: "gnu".to_string(),
.. Default::default()
}