Add new target armv7-unknown-linux-uclibceabihf

Co-authored-by: Jonah Petri <jonah@petri.us>
This commit is contained in:
Yannick Koehler
2021-09-14 20:50:35 -04:00
committed by Jonah Petri
parent d7539a6af0
commit 11381a5a3a
9 changed files with 37 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ cfg_if::cfg_if! {
// don't want to duplicate it here.
#[cfg(all(
target_os = "linux",
target_env = "gnu",
any(target_env = "gnu", target_env = "uclibc"),
not(feature = "llvm-libunwind"),
not(feature = "system-llvm-libunwind")
))]
@@ -72,7 +72,7 @@ extern "C" {}
#[cfg(all(
target_os = "linux",
target_env = "gnu",
any(target_env = "gnu", target_env = "uclibc"),
not(feature = "llvm-libunwind"),
feature = "system-llvm-libunwind"
))]