File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ compiler. What actually happens when you invoke bootstrap is:
3232 checks (for example, verifying toolchains and paths), and then prepares to build the
3333 stage 1 compiler and libraries using the prebuilt stage 0 compiler.
34343 . The stage 0 compiler and standard library, downloaded earlier, are used to build the
35- stage 1 compiler, which links against the beta standard library. The newly built stage 1
35+ stage 1 compiler, which links against the stage 0 standard library. The newly built stage 1
3636 compiler is then used to build the stage 1 standard library. After that, the stage 1
3737 compiler is used once more to produce the stage 2 compiler, which links against the
3838 stage 1 standard library.
You can’t perform that action at this time.
0 commit comments