We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884b969 commit 5383cd7Copy full SHA for 5383cd7
src/bootstrap/lib.rs
@@ -855,8 +855,8 @@ impl Build {
855
base.push("-stdlib=libc++".into());
856
base.push("-mmacosx-version-min=10.7".into());
857
}
858
- // This is a hack, because newer binutils broke things
859
- // on some vms/distros (i.e., linking against unknown relocs disabled by the following flag)
+ // This is a hack, because newer binutils broke things on some vms/distros
+ // (i.e., linking against unknown relocs disabled by the following flag)
860
// See: https://github.com/rust-lang/rust/issues/34978
861
if target == "x86_64-unknown-linux-musl" {
862
base.push("-Wa,-mrelax-relocations=no".into());
0 commit comments