]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #88157 - Icenowy:bootstrap-riscv64, r=Mark-Simulacrum
authorLéo Lanteri Thauvin <leseulartichaut@gmail.com>
Wed, 25 Aug 2021 13:48:49 +0000 (15:48 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Aug 2021 13:48:49 +0000 (15:48 +0200)
commit2512fb0a0b3e9781f70a5cc96705ec4d9f650992
tree902a453a866765a39c85a7bf825d92dca53cfe7b
parent214d8e3cd46b4186efd9403296e1be38f5c9fa49
parent4130a323b6aa1df5466d3b0d13c0e51039b6827d
Rollup merge of #88157 - Icenowy:bootstrap-riscv64, r=Mark-Simulacrum

bootstrap.py: recognize riscv64 when auto-detect

The architecture auto-detect table has no entry for riscv64 (which rustc
uses riscv64gc for the first part of triplet, assuming it's a generic
Linux distro).

Add it to the table to allow riscv64 systems to bootstrap Rust.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>