Skip to content

Commit bc51e80

Browse files
committed
Rollup merge of rust-lang#27137 - dhuseby:fixing_bitrig_linking, r=alexcrichton
fixes the linking error on bitrig.
2 parents 0fb8ab0 + b208bd9 commit bc51e80

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/librustc_back/target/bitrig_base.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ pub fn opts() -> TargetOptions {
2020
linker_is_gnu: true,
2121
has_rpath: true,
2222
position_independent_executables: true,
23-
pre_link_args: vec!(
24-
),
25-
archive_format: "bsd".to_string(),
23+
archive_format: "gnu".to_string(),
2624

2725
.. Default::default()
2826
}

0 commit comments

Comments
 (0)