File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ You can find more discussion about sysroots in:
373
373
## Passing flags to commands invoked by ` bootstrap `
374
374
375
375
` x.py ` allows you to pass stage-specific flags to ` rustc ` and ` cargo ` when bootstrapping.
376
- The ` RUSTFLAGS_BOOTSTRAP ` environment variable is passed as RUSTFLAGS to the bootstrap stage
376
+ The ` RUSTFLAGS_BOOTSTRAP ` environment variable is passed as ` RUSTFLAGS ` to the bootstrap stage
377
377
(stage0), and ` RUSTFLAGS_NOT_BOOTSTRAP ` is passed when building artifacts for later stages.
378
378
` RUSTFLAGS ` will work, but also affects the build of ` bootstrap ` itself, so it will be rare to want
379
379
to use it.
@@ -384,7 +384,7 @@ recompiling all dependencies.
384
384
` RUSTFLAGS ` , but for rustdoc.
385
385
386
386
` CARGOFLAGS ` will pass arguments to cargo itself (e.g. ` --timings ` ). ` CARGOFLAGS_BOOTSTRAP ` and
387
- ` CARGOFLAGS_NOT_BOOTSTRAP ` work anologously to ` RUSTFLAGS_BOOTSTRAP ` .
387
+ ` CARGOFLAGS_NOT_BOOTSTRAP ` work analogously to ` RUSTFLAGS_BOOTSTRAP ` .
388
388
389
389
` --test-args ` will pass arguments through to the test runner. For ` src/test/ui ` , this is
390
390
compiletest; for unit tests and doctests this is the ` libtest ` runner. Most test runner accept
You can’t perform that action at this time.
0 commit comments