add "riscv64" to list of target_arch values that are supported

This commit is contained in:
Fabio Valentini 2023-04-19 19:11:33 +02:00
parent e3c2ef7dda
commit b67933d097
No known key found for this signature in database
GPG key ID: 5AC5F572E5D410AF

View file

@ -19,4 +19,5 @@ TARGET_ARCHES = [
"arm",
"powerpc64",
"s390x",
"riscv64",
]