mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Rollup merge of #109761 - pkubaj:patch-1, r=ozkanonur
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:
commit
33ff1c9331
@ -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