mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 22:12:15 +00:00
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
@ -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
|
||||
if target != builder.config.build {
|
||||
let LlvmResult { llvm_config, .. } =
|
||||
|
Loading…
Reference in New Issue
Block a user