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
JohnTitor authored Jan 20, 2020
2 parents 8d2bac8 + 45dd44c commit 67b87c8
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 @@ -110,6 +110,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 67b87c8

Please sign in to comment.