Add new target armv7-unknown-linux-uclibceabihf
Co-authored-by: Jonah Petri <jonah@petri.us>
This commit is contained in:
committed by
Jonah Petri
parent
d7539a6af0
commit
11381a5a3a
@@ -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"
|
||||
))]
|
||||
|
||||
Reference in New Issue
Block a user