Skip to content

Commit

Permalink
Support riscv64gc-unknown-freebsd (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Kortkamp authored Dec 13, 2021
1 parent dbbb10d commit a27019c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ impl Build {
"powerpc64le-unknown-freebsd" => "BSD-generic64",
"powerpc64le-unknown-linux-gnu" => "linux-ppc64le",
"powerpc64le-unknown-linux-musl" => "linux-ppc64le",
"riscv64gc-unknown-freebsd" => "BSD-generic64",
"riscv64gc-unknown-linux-gnu" => "linux-generic64",
"s390x-unknown-linux-gnu" => "linux64-s390x",
"s390x-unknown-linux-musl" => "linux64-s390x",
Expand Down

0 comments on commit a27019c

Please sign in to comment.