Skip to content

Commit 206fc76

Browse files
authored
Rollup merge of #77852 - 12101111:fix-bootstrap-doc, r=jonas-schievink
update url in bootstrap README (gcc-rs -> cc-rs) gcc-rs is renamed to cc-rs 3 years ago.
2 parents 58542c2 + 5d44402 commit 206fc76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bootstrap/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ handled naturally. `./configure` should almost never be used for local
9393
installations, and is primarily useful for CI. Prefer to customize behavior
9494
using `config.toml`.
9595

96-
Finally, rustbuild makes use of the [gcc-rs crate] which has [its own
96+
Finally, rustbuild makes use of the [cc-rs crate] which has [its own
9797
method][env-vars] of configuring C compilers and C flags via environment
9898
variables.
9999

100-
[gcc-rs crate]: https://github.com/alexcrichton/gcc-rs
101-
[env-vars]: https://github.com/alexcrichton/gcc-rs#external-configuration-via-environment-variables
100+
[cc-rs crate]: https://github.com/alexcrichton/cc-rs
101+
[env-vars]: https://github.com/alexcrichton/cc-rs#external-configuration-via-environment-variables
102102

103103
## Build stages
104104

0 commit comments

Comments
 (0)