Skip to content

Commit efbe7bf

Browse files
Add support for MIPS little-endian targets
Closes #72
1 parent a4d6370 commit efbe7bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@ impl Config {
625625
"powerpc64-unknown-linux-gnu" => Some("powerpc-linux-gnu"),
626626
"powerpc64le-unknown-linux-gnu" => Some("powerpc64le-linux-gnu"),
627627
"mips-unknown-linux-gnu" => Some("mips-linux-gnu"),
628+
"mipsel-unknown-linux-gnu" => Some("mipsel-linux-gnu"),
628629
"i686-pc-windows-gnu" => Some("i686-w64-mingw32"),
629630
"x86_64-pc-windows-gnu" => Some("x86_64-w64-mingw32"),
630631
"x86_64-unknown-linux-musl" => Some("musl"),

0 commit comments

Comments
 (0)