tools/compiletest: add mips64 to ARCH_LIST
Don't bother distinguishing between big end little endian targets. There are currently no tests which need this.
This commit is contained in:
parent
2bc3f5b053
commit
1376bf8b01
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ const ARCH_TABLE: &'static [(&'static str, &'static str)] = &[
|
|||
("i386", "x86"),
|
||||
("i586", "x86"),
|
||||
("i686", "x86"),
|
||||
("mips64", "mips64"),
|
||||
("mips", "mips"),
|
||||
("msp430", "msp430"),
|
||||
("powerpc", "powerpc"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue