We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33088b9 commit 0e4e0ceCopy full SHA for 0e4e0ce
src/tools/compiletest/src/util.rs
@@ -54,6 +54,7 @@ const ARCH_TABLE: &[(&str, &str)] = &[
54
("i386", "x86"),
55
("i586", "x86"),
56
("i686", "x86"),
57
+ ("m68k", "m68k"),
58
("mips", "mips"),
59
("mips64", "mips64"),
60
("mips64el", "mips64"),
0 commit comments