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:
Jonathan Brouwer 2026-02-18 18:55:20 +01:00 committed by GitHub
commit c80b4e9df4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"