]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #53139 - danc86:riscv-no-gdb-scripts, r=petrochenkov
authorkennytm <kennytm@gmail.com>
Tue, 7 Aug 2018 10:52:20 +0000 (18:52 +0800)
committerkennytm <kennytm@gmail.com>
Tue, 7 Aug 2018 10:52:20 +0000 (18:52 +0800)
commitd9e9230b1d3ccb8eb0fe57d0e0a29e08f09292c3
tree807dfa1f172b3ee8290be9b7370bf26f315fdefd
parent9da780dcc7f457a1ecf8cdfd512372d59e56b59a
parentce1def176d97e48dd46fc7a2de2722ab43f2c430
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.