explicitly disable split unpacked debuginfo for now on riscv64,
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Thu, 13 Jun 2024 11:01:11 +0000 (11:01 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 13 Jun 2024 11:01:11 +0000 (11:01 +0000)
commitd14fc61e09a3efaf3e08ea688035680c393a9acc
treeb72ce3334c46d74d9e79d6b552f7150873f2b2fa
parentdd27ed8a2fff24a5b17bec68b1341ef6579476c7
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