about summary refs log tree commit diff
path: root/library/panic_unwind
diff options
context:
space:
mode:
authorJan Sommer <jan.sommer@dlr.de>2024-11-23 23:59:03 +0100
committerJan Sommer <jan.sommer@dlr.de>2024-11-30 21:16:05 +0100
commit3f94047d8cd96846465048b5570d41cd1f90bd6f (patch)
tree3b3f26659ae412e1f53fa65d5924d25f1ab078e0 /library/panic_unwind
parente93e096cc88728337fb41ff74431ebe71a1b4663 (diff)
Switch rtems target to panic unwind
Diffstat (limited to 'library/panic_unwind')
-rw-r--r--library/panic_unwind/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/panic_unwind/src/lib.rs b/library/panic_unwind/src/lib.rs
index 1981675f409..8c28bb5c5b0 100644
--- a/library/panic_unwind/src/lib.rs
+++ b/library/panic_unwind/src/lib.rs
@@ -46,7 +46,7 @@ cfg_if::cfg_if! {
         target_os = "psp",
         target_os = "xous",
         target_os = "solid_asp3",
-        all(target_family = "unix", not(any(target_os = "espidf", target_os = "rtems", target_os = "nuttx"))),
+        all(target_family = "unix", not(any(target_os = "espidf", target_os = "nuttx"))),
         all(target_vendor = "fortanix", target_env = "sgx"),
         target_family = "wasm",
     ))] {