add a csky-unknown-linux-gnuabiv2 target
This commit is contained in:
parent
3071e0aef6
commit
d16409fe22
30 changed files with 313 additions and 4 deletions
|
@ -110,7 +110,8 @@ mod c_char_definition {
|
|||
target_arch = "powerpc64",
|
||||
target_arch = "s390x",
|
||||
target_arch = "riscv64",
|
||||
target_arch = "riscv32"
|
||||
target_arch = "riscv32",
|
||||
target_arch = "csky"
|
||||
)
|
||||
),
|
||||
all(target_os = "android", any(target_arch = "aarch64", target_arch = "arm")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue