Drop binutils on powerpc-unknown-freebsd
FreeBSD 13.1 and 13.2 can build Rust with LLD just fine on powerpc.
This commit is contained in:
parent
82bfda848e
commit
ad60b99835
1 changed files with 0 additions and 5 deletions
|
@ -434,11 +434,6 @@ impl Step for Llvm {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Workaround for ppc32 lld limitation
|
|
||||||
if target == "powerpc-unknown-freebsd" {
|
|
||||||
ldflags.exe.push(" -fuse-ld=bfd");
|
|
||||||
}
|
|
||||||
|
|
||||||
// https://llvm.org/docs/HowToCrossCompileLLVM.html
|
// https://llvm.org/docs/HowToCrossCompileLLVM.html
|
||||||
if target != builder.config.build {
|
if target != builder.config.build {
|
||||||
let LlvmResult { llvm_config, .. } =
|
let LlvmResult { llvm_config, .. } =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue