1
Fork 0

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:
Dan Callaghan 2018-08-07 09:18:23 +10:00
parent 45a9d410f9
commit ce1def176d
No known key found for this signature in database
GPG key ID: 7AA9FECF9C666408

View file

@ -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,