fixes #27124 for bitrig

This commit is contained in:
Dave Huseby 2015-07-19 10:04:27 -07:00
parent c85ba3e9cb
commit 01cb16d1bf

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: "".to_string(),
.. Default::default()
}