Skip to content

Commit

Permalink
loongarch64: Maps to linux-generic64
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Dec 11, 2023
1 parent 8f97c0e commit 8ce2196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ impl Build {
"i686-unknown-freebsd" => "BSD-x86-elf",
"i686-unknown-linux-gnu" => "linux-elf",
"i686-unknown-linux-musl" => "linux-elf",
"loongarch64-unknown-linux-gnu" => "linux64-loongarch64",
"loongarch64-unknown-linux-gnu" => "linux-generic64",
"mips-unknown-linux-gnu" => "linux-mips32",
"mips-unknown-linux-musl" => "linux-mips32",
"mips64-unknown-linux-gnuabi64" => "linux64-mips64",
Expand Down

0 comments on commit 8ce2196

Please sign in to comment.