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.
This commit is contained in:
commit
93ec29b0cb
@ -93,12 +93,12 @@ handled naturally. `./configure` should almost never be used for local
|
||||
installations, and is primarily useful for CI. Prefer to customize behavior
|
||||
using `config.toml`.
|
||||
|
||||
Finally, rustbuild makes use of the [gcc-rs crate] which has [its own
|
||||
Finally, rustbuild makes use of the [cc-rs crate] which has [its own
|
||||
method][env-vars] of configuring C compilers and C flags via environment
|
||||
variables.
|
||||
|
||||
[gcc-rs crate]: https://github.com/alexcrichton/gcc-rs
|
||||
[env-vars]: https://github.com/alexcrichton/gcc-rs#external-configuration-via-environment-variables
|
||||
[cc-rs crate]: https://github.com/alexcrichton/cc-rs
|
||||
[env-vars]: https://github.com/alexcrichton/cc-rs#external-configuration-via-environment-variables
|
||||
|
||||
## Build stages
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user