Skip to content

Commit

Permalink
set emit_debug_gdb_scripts: false for riscv32imac-unknown-none target
Browse files Browse the repository at this point in the history
Same as the other embedded targets, see:
#49728

This is a temporary workaround for #44993.
  • Loading branch information
danc86 committed Aug 7, 2018
1 parent 45a9d41 commit ce1def1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_target/spec/riscv32imac_unknown_none_elf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ce1def1

Please sign in to comment.