Skip to content

Commit

Permalink
Merge pull request #251 from zhaixiaojuan/master
Browse files Browse the repository at this point in the history
Add Loongarch64 support
  • Loading branch information
Manishearth authored Apr 19, 2022
2 parents 4ab843a + f700b19 commit b8bd210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const ARCH_TABLE: &'static [(&'static str, &'static str)] = &[
("i386", "x86"),
("i586", "x86"),
("i686", "x86"),
("loongarch64", "loongarch64"),
("mips", "mips"),
("msp430", "msp430"),
("nvptx64", "nvptx64"),
Expand Down

0 comments on commit b8bd210

Please sign in to comment.