Skip to content

Commit 1376bf8

Browse files
committed
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.
1 parent 2bc3f5b commit 1376bf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/compiletest/src/util.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const ARCH_TABLE: &'static [(&'static str, &'static str)] = &[
4040
("i386", "x86"),
4141
("i586", "x86"),
4242
("i686", "x86"),
43+
("mips64", "mips64"),
4344
("mips", "mips"),
4445
("msp430", "msp430"),
4546
("powerpc", "powerpc"),

0 commit comments

Comments
 (0)