update char signess for openbsd

adds more archs for openbsd: arm, mips64, powerpc, powerpc64, and riscv64.
This commit is contained in:
Sébastien Marie 2022-03-02 10:33:50 +00:00
parent 2a280de64f
commit 3768f0b813

View File

@ -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(