Skip to content

Commit d9e9230

Browse files
committed
Rollup merge of rust-lang#53139 - danc86:riscv-no-gdb-scripts, r=petrochenkov
set emit_debug_gdb_scripts: false for riscv32imac-unknown-none target Same as the other embedded targets, see: rust-lang#49728 This is a temporary workaround for rust-lang#44993.
2 parents 9da780d + ce1def1 commit d9e9230

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_target/spec/riscv32imac_unknown_none_elf.rs

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ pub fn target() -> TargetResult {
3333
executables: true,
3434
panic_strategy: PanicStrategy::Abort,
3535
relocation_model: "static".to_string(),
36+
emit_debug_gdb_scripts: false,
3637
abi_blacklist: vec![
3738
Abi::Cdecl,
3839
Abi::Stdcall,

0 commit comments

Comments
 (0)