We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c705877 commit 0bef240Copy full SHA for 0bef240
src/librustc_target/spec/i686_unknown_openbsd.rs
@@ -15,6 +15,7 @@ pub fn target() -> TargetResult {
15
base.cpu = "pentium4".to_string();
16
base.max_atomic_width = Some(64);
17
base.pre_link_args.get_mut(&LinkerFlavor::Gcc).unwrap().push("-m32".to_string());
18
+ base.pre_link_args.get_mut(&LinkerFlavor::Gcc).unwrap().push("-fuse-ld=lld".to_string());
19
base.stack_probes = true;
20
21
Ok(Target {
0 commit comments