Rollup merge of #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: https://github.com/rust-lang/rust/pull/49728 This is a temporary workaround for #44993.
This commit is contained in:
commit
d9e9230b1d
@ -33,6 +33,7 @@ pub fn target() -> TargetResult {
|
||||
executables: true,
|
||||
panic_strategy: PanicStrategy::Abort,
|
||||
relocation_model: "static".to_string(),
|
||||
emit_debug_gdb_scripts: false,
|
||||
abi_blacklist: vec![
|
||||
Abi::Cdecl,
|
||||
Abi::Stdcall,
|
||||
|
Loading…
Reference in New Issue
Block a user