提交 5383cd71 编写于 作者: M m4b

Fix style issues

上级 884b969f
......@@ -855,8 +855,8 @@ fn cflags(&self, target: &str) -> Vec<String> {
base.push("-stdlib=libc++".into());
base.push("-mmacosx-version-min=10.7".into());
}
// This is a hack, because newer binutils broke things
// 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)
// See: https://github.com/rust-lang/rust/issues/34978
if target == "x86_64-unknown-linux-musl" {
base.push("-Wa,-mrelax-relocations=no".into());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册