Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 0e4e0ce

Browse files
committed
compiletest: Add m68k to ARCH_TABLE
1 parent 33088b9 commit 0e4e0ce

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
@@ -54,6 +54,7 @@ const ARCH_TABLE: &[(&str, &str)] = &[
5454
("i386", "x86"),
5555
("i586", "x86"),
5656
("i686", "x86"),
57+
("m68k", "m68k"),
5758
("mips", "mips"),
5859
("mips64", "mips64"),
5960
("mips64el", "mips64"),

0 commit comments

Comments
 (0)