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:
James Cowgill 2018-01-25 13:25:37 +00:00
parent 2bc3f5b053
commit 1376bf8b01

View file

@ -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"),