Skip to content

Commit 295025a

Browse files
authored
Add support for loongarch64-unknown-linux-gnu target (alexcrichton#190)
1 parent 6d82a28 commit 295025a

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
@@ -279,6 +279,7 @@ impl Build {
279279
"i686-unknown-linux-musl" => "linux-elf",
280280
"i686-unknown-netbsd" => "BSD-x86-elf",
281281
"i686-uwp-windows-msvc" => "VC-WIN32-UWP",
282+
"loongarch64-unknown-linux-gnu" => "linux64-loongarch64",
282283
"mips-unknown-linux-gnu" => "linux-mips32",
283284
"mips-unknown-linux-musl" => "linux-mips32",
284285
"mips64-unknown-linux-gnuabi64" => "linux64-mips64",

0 commit comments

Comments
 (0)