Recognise riscv64 in compiletest
This commit is contained in:
parent
87540bd3bc
commit
e3f3cb9761
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ const ARCH_TABLE: &'static [(&'static str, &'static str)] = &[
|
|||
("powerpc", "powerpc"),
|
||||
("powerpc64", "powerpc64"),
|
||||
("powerpc64le", "powerpc64"),
|
||||
("riscv64gc", "riscv64"),
|
||||
("s390x", "s390x"),
|
||||
("sparc", "sparc"),
|
||||
("sparc64", "sparc64"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue