Skip to content

Commit

Permalink
Rollup merge of rust-lang#68339 - msizanoen1:patch-1, r=pietroalbini
Browse files Browse the repository at this point in the history
Add `riscv64gc-unknown-linux-gnu` into target list in build-manifest

Missed in rust-lang#68037

r? @alexcrichton
  • Loading branch information
Dylan-DPC authored Jan 20, 2020
2 parents da8e5aa + 45dd44c commit 53b6817
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 @@ -112,6 +112,7 @@ static TARGETS: &[&str] = &[
"riscv32imac-unknown-none-elf",
"riscv64imac-unknown-none-elf",
"riscv64gc-unknown-none-elf",
"riscv64gc-unknown-linux-gnu",
"s390x-unknown-linux-gnu",
"sparc64-unknown-linux-gnu",
"sparcv9-sun-solaris",
Expand Down

0 comments on commit 53b6817

Please sign in to comment.