Skip to content

Commit 14223b8

Browse files
authored
Rollup merge of rust-lang#148886 - ZhongyaoChen:promote-riscv64a23-to-tier2, r=Mark-Simulacrum
Add riscv64a23-unknown-linux-gnu to build-manifest TARGETS This enables rustup distribution of the rust-std component for the riscv64a23-unknown-linux-gnu target (Previous PR rust-lang#148435 missed this step.)
2 parents 38b5341 + 98cd157 commit 14223b8

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ static TARGETS: &[&str] = &[
153153
"riscv32imafc-unknown-none-elf",
154154
"riscv32gc-unknown-linux-gnu",
155155
"riscv64imac-unknown-none-elf",
156+
"riscv64a23-unknown-linux-gnu",
156157
"riscv64gc-unknown-hermit",
157158
"riscv64gc-unknown-none-elf",
158159
"riscv64gc-unknown-linux-gnu",

0 commit comments

Comments
 (0)