Commit df56954
authored
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.1 parent c521d9a commit df56954
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
0 commit comments