[config.toml] should not assume ar
uses the same prefix as cc
for target
#39093
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
If you specify
cc = "prefix-cc"
, then it will explicitly require"prefix-ar"
to also exist, without any way to override it. Should either be overridable, or not assumed.The text was updated successfully, but these errors were encountered: