explicitly disable split unpacked debuginfo for now on riscv64,
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Tue, 28 May 2024 15:06:58 +0000 (17:06 +0200)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Tue, 28 May 2024 15:06:58 +0000 (17:06 +0200)
commitf0f554f8455430c8ae23bfa953fa468d87a45643
tree3963064731371cd4231753e6a84591037d254944
parent93993f46b694d81f2466ff48c674ad35781a723e
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