diff options
| author | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | 2021-08-25 07:47:23 +0000 |
|---|---|---|
| committer | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | 2021-09-17 15:07:13 +0000 |
| commit | 0e4e0ce8844c81e0e5da97920f3e7b9a8823a896 (patch) | |
| tree | a72ceab69215de70ceb54c251b98a530fa00344e | |
| parent | 33088b9395ad6d29670f7ffbd0a48cd0af0939e2 (diff) | |
| download | rust-0e4e0ce8844c81e0e5da97920f3e7b9a8823a896.tar.gz rust-0e4e0ce8844c81e0e5da97920f3e7b9a8823a896.zip | |
compiletest: Add m68k to ARCH_TABLE
| -rw-r--r-- | src/tools/compiletest/src/util.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/compiletest/src/util.rs b/src/tools/compiletest/src/util.rs index 37164c4e575..75d392951ec 100644 --- a/src/tools/compiletest/src/util.rs +++ b/src/tools/compiletest/src/util.rs @@ -54,6 +54,7 @@ const ARCH_TABLE: &[(&str, &str)] = &[ ("i386", "x86"), ("i586", "x86"), ("i686", "x86"), + ("m68k", "m68k"), ("mips", "mips"), ("mips64", "mips64"), ("mips64el", "mips64"), |
