Skip to content

Commit a27019c

Browse files
author
Tobias Kortkamp
authored
Support riscv64gc-unknown-freebsd (alexcrichton#112)
1 parent dbbb10d commit a27019c

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
@@ -272,6 +272,7 @@ impl Build {
272272
"powerpc64le-unknown-freebsd" => "BSD-generic64",
273273
"powerpc64le-unknown-linux-gnu" => "linux-ppc64le",
274274
"powerpc64le-unknown-linux-musl" => "linux-ppc64le",
275+
"riscv64gc-unknown-freebsd" => "BSD-generic64",
275276
"riscv64gc-unknown-linux-gnu" => "linux-generic64",
276277
"s390x-unknown-linux-gnu" => "linux64-s390x",
277278
"s390x-unknown-linux-musl" => "linux64-s390x",

0 commit comments

Comments
 (0)