merge the char signess list of archs with freebsd as it is the same
This commit is contained in:
parent
3768f0b813
commit
fa8e1bedd3
1 changed files with 1 additions and 11 deletions
|
@ -117,7 +117,7 @@ mod c_char_definition {
|
||||||
all(target_os = "android", any(target_arch = "aarch64", target_arch = "arm")),
|
all(target_os = "android", any(target_arch = "aarch64", target_arch = "arm")),
|
||||||
all(target_os = "l4re", target_arch = "x86_64"),
|
all(target_os = "l4re", target_arch = "x86_64"),
|
||||||
all(
|
all(
|
||||||
target_os = "freebsd",
|
any(target_os = "freebsd", target_os = "openbsd"),
|
||||||
any(
|
any(
|
||||||
target_arch = "aarch64",
|
target_arch = "aarch64",
|
||||||
target_arch = "arm",
|
target_arch = "arm",
|
||||||
|
@ -130,16 +130,6 @@ mod c_char_definition {
|
||||||
target_os = "netbsd",
|
target_os = "netbsd",
|
||||||
any(target_arch = "aarch64", target_arch = "arm", target_arch = "powerpc")
|
any(target_arch = "aarch64", target_arch = "arm", target_arch = "powerpc")
|
||||||
),
|
),
|
||||||
all(
|
|
||||||
target_os = "openbsd",
|
|
||||||
any(
|
|
||||||
target_arch = "aarch64",
|
|
||||||
target_arch = "arm",
|
|
||||||
target_arch = "powerpc",
|
|
||||||
target_arch = "powerpc64",
|
|
||||||
target_arch = "riscv64",
|
|
||||||
),
|
|
||||||
),
|
|
||||||
all(
|
all(
|
||||||
target_os = "vxworks",
|
target_os = "vxworks",
|
||||||
any(
|
any(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue