Skip to content

Commit 79a9089

Browse files
authored
Rollup merge of rust-lang#74386 - msizanoen1:riscv-add-manifest-host, r=pietroalbini
Add RISC-V GNU/Linux to src/tools/build-manifest as a host platform Missed during rust-lang#72973
2 parents 7702ea2 + 1813ae7 commit 79a9089

File tree

1 file changed

+1
-0
lines changed
  • src/tools/build-manifest/src

1 file changed

+1
-0
lines changed

src/tools/build-manifest/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ static HOSTS: &[&str] = &[
3434
"powerpc-unknown-linux-gnu",
3535
"powerpc64-unknown-linux-gnu",
3636
"powerpc64le-unknown-linux-gnu",
37+
"riscv64gc-unknown-linux-gnu",
3738
"s390x-unknown-linux-gnu",
3839
"x86_64-apple-darwin",
3940
"x86_64-pc-windows-gnu",

0 commit comments

Comments
 (0)