Skip to content

Commit 6215fbc

Browse files
committed
Fix Wild linker variant
1 parent f506a1f commit 6215fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/back/linker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ pub(crate) fn get_linker<'a>(
167167
target_cpu,
168168
hinted_static: None,
169169
is_ld: false,
170-
is_gnu: flavor.is_gnu(),
170+
is_gnu: true,
171171
uses_lld: flavor.uses_lld(),
172172
}),
173173
}

0 commit comments

Comments
 (0)