Match libunwind's EABI selection with libpanic_unwind
This commit is contained in:
parent
cfba0d446e
commit
01059b9454
1 changed files with 1 additions and 2 deletions
|
|
@ -93,8 +93,7 @@ extern "C" {
|
|||
}
|
||||
|
||||
cfg_if! {
|
||||
if #[cfg(not(any(all(target_os = "android", target_arch = "arm"),
|
||||
all(target_os = "linux", target_arch = "arm"))))] {
|
||||
if #[cfg(all(any(target_os = "ios", not(target_arch = "arm"))))] {
|
||||
// Not ARM EHABI
|
||||
#[repr(C)]
|
||||
#[derive(Copy, Clone, PartialEq)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue