File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -81,14 +81,16 @@ don't work (but that is easily detected and fixed).
81
81
The sequence of commands you want is as follows:
82
82
83
83
- Initial build: ` ./x.py build -i library/std `
84
- - As [ documented above ] ( #command ) , this will build a functional
84
+ - As [ documented previously ] , this will build a functional
85
85
stage1 compiler as part of running all stage0 commands (which include
86
86
building a ` std ` compatible with the stage1 compiler) as well as the
87
87
first few steps of the "stage 1 actions" up to "stage1 (sysroot stage1)
88
88
builds std".
89
89
- Subsequent builds: ` ./x.py build -i library/std --keep-stage 1 `
90
90
- Note that we added the ` --keep-stage 1 ` flag here
91
91
92
+ [ documented previously ] : ./how-to-build-and-run.md#building-the-compiler
93
+
92
94
As mentioned, the effect of ` --keep-stage 1 ` is that we just * assume* that the
93
95
old standard library can be re-used. If you are editing the compiler, this
94
96
is almost always true: you haven't changed the standard library, after
You can’t perform that action at this time.
0 commit comments