Skip to content

Commit b208bd9

Browse files
author
Dave Huseby
committed
switching to gnu archive format per review request
1 parent 8ffbde4 commit b208bd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_back/target/bitrig_base.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pub fn opts() -> TargetOptions {
2020
linker_is_gnu: true,
2121
has_rpath: true,
2222
position_independent_executables: true,
23+
archive_format: "gnu".to_string(),
2324

2425
.. Default::default()
2526
}

0 commit comments

Comments
 (0)