Add RISC-V GNU/Linux to src/tools/build-manifest as a host platform
This commit is contained in:
parent
e2e29de5e8
commit
1813ae7d52
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue