Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubilee
Switch rtems target to panic unwind Switch the RTEMS target to `panic_unwind`. Relates to https://github.com/rust-lang/backtrace-rs/pull/682
This commit is contained in:
commit
4cd289550f
4 changed files with 3 additions and 4 deletions
|
|
@ -20,7 +20,6 @@ cfg_if::cfg_if! {
|
|||
target_os = "l4re",
|
||||
target_os = "none",
|
||||
target_os = "espidf",
|
||||
target_os = "rtems",
|
||||
target_os = "nuttx",
|
||||
))] {
|
||||
// These "unix" family members do not have unwinder.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue