Skip to content

Commit

Permalink
Rollup merge of #53139 - danc86:riscv-no-gdb-scripts, r=petrochenkov
Browse files Browse the repository at this point in the history
set emit_debug_gdb_scripts: false for riscv32imac-unknown-none target

Same as the other embedded targets, see:
#49728

This is a temporary workaround for #44993.
  • Loading branch information
kennytm committed Aug 7, 2018
2 parents 9da780d + ce1def1 commit d9e9230
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 d9e9230

Please sign in to comment.