Skip to content

Commit 01cb16d

Browse files
author
Dave Huseby
committed
fixes #27124 for bitrig
1 parent c85ba3e commit 01cb16d

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: "".to_string(),
2624

2725
.. Default::default()
2826
}

0 commit comments

Comments
 (0)