@@ -128,7 +128,7 @@ The following tables indicate the outputs of various stage actions:
128
128
| -----------------------------------------------------------| ----------------------------------------------|
129
129
| ` beta ` extracted | ` build/HOST/stage0 ` |
130
130
| ` stage0 ` builds ` bootstrap ` | ` build/bootstrap ` |
131
- | ` stage0 ` builds ` libstd ` | ` build/HOST/stage0-std/TARGET ` |
131
+ | ` stage0 ` builds ` libtest ` / ` libstd ` | ` build/HOST/stage0-std/TARGET ` |
132
132
| copy ` stage0-std ` (HOST only) | ` build/HOST/stage0-sysroot/lib/rustlib/HOST ` |
133
133
| ` stage0 ` builds ` rustc ` with ` stage0-sysroot ` | ` build/HOST/stage0-rustc/HOST ` |
134
134
| copy ` stage0-rustc (except executable) ` | ` build/HOST/stage0-sysroot/lib/rustlib/HOST ` |
@@ -143,22 +143,22 @@ The following tables indicate the outputs of various stage actions:
143
143
| copy (uplift) ` stage0-rustc ` executable to ` stage1 ` | ` build/HOST/stage1/bin ` |
144
144
| copy (uplift) ` stage0-codegen ` to ` stage1 ` | ` build/HOST/stage1/lib ` |
145
145
| copy (uplift) ` stage0-sysroot ` to ` stage1 ` | ` build/HOST/stage1/lib ` |
146
- | ` stage1 ` builds ` libstd ` | ` build/HOST/stage1-std/TARGET ` |
146
+ | ` stage1 ` builds ` libtest ` / ` libstd ` | ` build/HOST/stage1-std/TARGET ` |
147
147
| copy ` stage1-std ` (HOST only) | ` build/HOST/stage1/lib/rustlib/HOST ` |
148
148
| ` stage1 ` builds ` rustc ` | ` build/HOST/stage1-rustc/HOST ` |
149
149
| copy ` stage1-rustc ` (except executable) | ` build/HOST/stage1/lib/rustlib/HOST ` |
150
150
| ` stage1 ` builds ` codegen ` | ` build/HOST/stage1-codegen/HOST ` |
151
151
152
152
` --stage=1 ` stops here.
153
153
154
- | Stage 2 Action | Output |
155
- | -------------------------------------------| -----------------------------------------------------------------|
156
- | copy (uplift) ` stage1-rustc ` executable | ` build/HOST/stage2/bin ` |
157
- | copy (uplift) ` stage1-sysroot ` | ` build/HOST/stage2/lib and build/HOST/stage2/lib/rustlib/HOST ` |
158
- | ` stage2 ` builds ` libstd ` (except HOST?) | ` build/HOST/stage2-std/TARGET ` |
159
- | copy ` stage2-std ` (not HOST targets) | ` build/HOST/stage2/lib/rustlib/TARGET ` |
160
- | ` stage2 ` builds ` rustdoc ` | ` build/HOST/stage2-tools/HOST ` |
161
- | copy ` rustdoc ` | ` build/HOST/stage2/bin ` |
154
+ | Stage 2 Action | Output |
155
+ | -------------------------------------------------------- | -----------------------------------------------------------------|
156
+ | copy (uplift) ` stage1-rustc ` executable | ` build/HOST/stage2/bin ` |
157
+ | copy (uplift) ` stage1-sysroot ` | ` build/HOST/stage2/lib and build/HOST/stage2/lib/rustlib/HOST ` |
158
+ | ` stage2 ` builds ` libtest ` / ` libstd ` (not HOST targets) | ` build/HOST/stage2-std/TARGET ` |
159
+ | copy ` stage2-std ` (not HOST targets) | ` build/HOST/stage2/lib/rustlib/TARGET ` |
160
+ | ` stage2 ` builds ` rustdoc ` | ` build/HOST/stage2-tools/HOST ` |
161
+ | copy ` rustdoc ` | ` build/HOST/stage2/bin ` |
162
162
163
163
` --stage=2 ` stops here.
164
164
0 commit comments