Skip to content

Commit 13772e6

Browse files
committed
Mention that the text in Stages of Bootstrap refers to link-stage
1 parent c0bd637 commit 13772e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/building/bootstrapping.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ The following tables indicate the outputs of various stage actions:
224224

225225
`--stage=2` stops here.
226226

227-
Note that the convention `x.py` uses is that:
227+
Note that the convention `x.py` uses for `build-stage` is that:
228228
- A "stage N artifact" is an artifact that is _produced_ by the stage N compiler.
229229
- The "stage (N+1) compiler" is assembled from "stage N artifacts".
230230
- A `--stage N` flag means build _with_ stage N.
@@ -308,6 +308,8 @@ artifacts respectively.
308308
Additionally, the `RUSTFLAGS_STAGE_NOT_0` variable, as its name suggests, pass
309309
the given arguments if the stage is not 0.
310310

311+
In this context, `STAGE` refers to `build-stage`.
312+
311313
## Environment Variables
312314

313315
During bootstrapping, there are a bunch of compiler-internal environment

0 commit comments

Comments
 (0)