Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable libunwind for RTEMS OS (#665)
We added target support for RTEMS OS in rust-lang/rust#127021 It has a POSIX interface, so we could reuse much of the `unix` backend, but currently libunwind is not supported. Add a `cfg` switch to disable libunwind for RTEMS.
- Loading branch information