Rollup merge of #152790 - Zelzahn:patch-1, r=jieyouxu
Fix incorrect target in aarch64-unknown-linux-gnu docs Very minor thing, but the target should be `-gnu` instead of `-musl`.
This commit is contained in:
commit
c80b4e9df4
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ If cross-compiling, make sure your C compiler is included in `$PATH`, then add i
|
|||
`bootstrap.toml`:
|
||||
|
||||
```toml
|
||||
[target.aarch64-unknown-linux-musl]
|
||||
[target.aarch64-unknown-linux-gnu]
|
||||
cc = "aarch64-linux-gnu-gcc"
|
||||
cxx = "aarch64-linux-gnu-g++"
|
||||
ar = "aarch64-linux-gnu-ar"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue