Skip to content

Commit ce1def1

Browse files
committed
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.
1 parent 45a9d41 commit ce1def1

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)