Skip to content

Commit acc43c7

Browse files
committed
Merge remote-tracking branch 'upstream/master' into asm-compile-tests
2 parents 6aa9866 + 755b662 commit acc43c7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/util.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,15 @@ const ARCH_TABLE: &'static [(&'static str, &'static str)] = &[
4848
("mips", "mips"),
4949
("mips64", "mips64"),
5050
("mips64el", "mips64"),
51+
("mipsisa32r6", "mips"),
52+
("mipsisa32r6el", "mips"),
53+
("mipsisa64r6", "mips64"),
54+
("mipsisa64r6el", "mips64"),
5155
("mipsel", "mips"),
56+
("mipsisa32r6", "mips"),
57+
("mipsisa32r6el", "mips"),
58+
("mipsisa64r6", "mips64"),
59+
("mipsisa64r6el", "mips64"),
5260
("msp430", "msp430"),
5361
("nvptx64", "nvptx64"),
5462
("powerpc", "powerpc"),

0 commit comments

Comments
 (0)