Skip to content

Commit aef16f8

Browse files
committed
Mention that the text in Stages of Bootstrap refers to link-stage
1 parent 20d880e commit aef16f8

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
@@ -194,7 +194,7 @@ The following tables indicate the outputs of various stage actions:
194194

195195
`--stage=2` stops here.
196196

197-
Note that the convention `x.py` uses is that:
197+
Note that the convention `x.py` uses for `build-stage` is that:
198198
- A "stage N artifact" is an artifact that is _produced_ by the stage N compiler.
199199
- The "stage (N+1) compiler" is assembled from "stage N artifacts".
200200
- A `--stage N` flag means build _with_ stage N.
@@ -278,6 +278,8 @@ artifacts respectively.
278278
Additionally, the `RUSTFLAGS_STAGE_NOT_0` variable, as its name suggests, pass
279279
the given arguments if the stage is not 0.
280280

281+
In this context, `STAGE` refers to `build-stage`.
282+
281283
## Environment Variables
282284

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

0 commit comments

Comments
 (0)