Add architecture suggestion for Apple silicon (#1320)
This commit is contained in:
parent
cc3f7c4417
commit
1d9f534e4e
|
|
@ -211,7 +211,7 @@ rustup toolchain link stage2 build/<host-triple>/stage2
|
||||||
The `<host-triple>` would typically be one of the following:
|
The `<host-triple>` would typically be one of the following:
|
||||||
|
|
||||||
- Linux: `x86_64-unknown-linux-gnu`
|
- Linux: `x86_64-unknown-linux-gnu`
|
||||||
- Mac: `x86_64-apple-darwin`
|
- Mac: `x86_64-apple-darwin` or `aarch64-apple-darwin`
|
||||||
- Windows: `x86_64-pc-windows-msvc`
|
- Windows: `x86_64-pc-windows-msvc`
|
||||||
|
|
||||||
Now you can run the `rustc` you built with. If you run with `-vV`, you
|
Now you can run the `rustc` you built with. If you run with `-vV`, you
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue