update char signess for openbsd
adds more archs for openbsd: arm, mips64, powerpc, powerpc64, and riscv64.
This commit is contained in:
parent
2a280de64f
commit
3768f0b813
@ -130,7 +130,16 @@ mod c_char_definition {
|
||||
target_os = "netbsd",
|
||||
any(target_arch = "aarch64", target_arch = "arm", target_arch = "powerpc")
|
||||
),
|
||||
all(target_os = "openbsd", target_arch = "aarch64"),
|
||||
all(
|
||||
target_os = "openbsd",
|
||||
any(
|
||||
target_arch = "aarch64",
|
||||
target_arch = "arm",
|
||||
target_arch = "powerpc",
|
||||
target_arch = "powerpc64",
|
||||
target_arch = "riscv64",
|
||||
),
|
||||
),
|
||||
all(
|
||||
target_os = "vxworks",
|
||||
any(
|
||||
|
Loading…
x
Reference in New Issue
Block a user