Skip to content

Commit

Permalink
Rollup merge of rust-lang#74386 - msizanoen1:riscv-add-manifest-host,…
Browse files Browse the repository at this point in the history
… r=pietroalbini

Add RISC-V GNU/Linux to src/tools/build-manifest as a host platform

Missed during rust-lang#72973
  • Loading branch information
Manishearth committed Jul 16, 2020
2 parents c3eb4bc + 1813ae7 commit 1be5cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ static HOSTS: &[&str] = &[
"powerpc-unknown-linux-gnu",
"powerpc64-unknown-linux-gnu",
"powerpc64le-unknown-linux-gnu",
"riscv64gc-unknown-linux-gnu",
"s390x-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-pc-windows-gnu",
Expand Down

0 comments on commit 1be5cef

Please sign in to comment.