explicitly disable split unpacked debuginfo for now on riscv64,
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Mon, 27 May 2024 11:28:20 +0000 (13:28 +0200)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Mon, 27 May 2024 11:28:20 +0000 (13:28 +0200)
commit6abe7edefac276b88f184ac3fd60ed5859d8d950
treee2041b9e5ffc89bbb704604237501c7e5c801fe1
parent1cff29eabba37470a5925830396d05aa9408816c
explicitly disable split unpacked debuginfo for now on riscv64,

it's broken and we don't want cargo to auto-enable it..
https://github.com/llvm/llvm-project/issues/56642
https://github.com/rust-lang/rust/issues/110224Z

Gbp-Pq: Name u-riscv-disable-unpacked-split-debuginfo.patch
compiler/rustc_target/src/spec/riscv64gc_unknown_freebsd.rs
compiler/rustc_target/src/spec/riscv64gc_unknown_fuchsia.rs
compiler/rustc_target/src/spec/riscv64gc_unknown_linux_gnu.rs
compiler/rustc_target/src/spec/riscv64gc_unknown_linux_musl.rs
compiler/rustc_target/src/spec/riscv64gc_unknown_none_elf.rs
compiler/rustc_target/src/spec/riscv64gc_unknown_openbsd.rs
compiler/rustc_target/src/spec/riscv64imac_unknown_none_elf.rs