add "riscv64" to list of target_arch values that are supported
This commit is contained in:
parent
e3c2ef7dda
commit
b67933d097
1 changed files with 1 additions and 0 deletions
|
@ -19,4 +19,5 @@ TARGET_ARCHES = [
|
||||||
"arm",
|
"arm",
|
||||||
"powerpc64",
|
"powerpc64",
|
||||||
"s390x",
|
"s390x",
|
||||||
|
"riscv64",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue