bootstrap now creates a usable toolchain when building stage0 std

This commit is contained in:
The 8472 2023-02-18 15:49:30 +01:00 committed by the8472
parent 45eb9121e0
commit 54fe64b775
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ you will likely need to build at some point; for example, if you want
to run the entire test suite). to run the entire test suite).
```bash ```bash
rustup toolchain link stage0 build/host/stage0-sysroot # beta compiler + stage0 std
rustup toolchain link stage1 build/host/stage1 rustup toolchain link stage1 build/host/stage1
rustup toolchain link stage2 build/host/stage2 rustup toolchain link stage2 build/host/stage2
``` ```