explicitly disable split unpacked debuginfo for now on riscv64,
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Sat, 30 Dec 2023 13:52:00 +0000 (14:52 +0100)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Sat, 30 Dec 2023 13:52:00 +0000 (14:52 +0100)
commitea62a452753e7ca9fb5c56872340a8c11311c73f
treeb84b24dc12e54b377ce0b3d9967eb0e1e49cb4e4
parent9058466022aa0a70dab9d8536a6fe767bb5af400
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