]> git.lizzy.rs Git - rust.git/commitdiff
tools/compiletest: add mips64 to ARCH_LIST
authorJames Cowgill <jcowgill@debian.org>
Thu, 25 Jan 2018 13:25:37 +0000 (13:25 +0000)
committerJames Cowgill <jcowgill@debian.org>
Thu, 8 Mar 2018 15:27:23 +0000 (15:27 +0000)
Don't bother distinguishing between big end little endian targets.
There are currently no tests which need this.

src/tools/compiletest/src/util.rs

index cf63cb2e5d9014f4000eb1e58ea729aadd3b33c2..0e3fa25b13ce9368233e815835902df375795318 100644 (file)
@@ -40,6 +40,7 @@
     ("i386", "x86"),
     ("i586", "x86"),
     ("i686", "x86"),
+    ("mips64", "mips64"),
     ("mips", "mips"),
     ("msp430", "msp430"),
     ("powerpc", "powerpc"),