Skip to content

Commit 1d9f534

Browse files
authored
Add architecture suggestion for Apple silicon (rust-lang#1320)
1 parent cc3f7c4 commit 1d9f534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/how-to-build-and-run.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ rustup toolchain link stage2 build/<host-triple>/stage2
211211
The `<host-triple>` would typically be one of the following:
212212

213213
- Linux: `x86_64-unknown-linux-gnu`
214-
- Mac: `x86_64-apple-darwin`
214+
- Mac: `x86_64-apple-darwin` or `aarch64-apple-darwin`
215215
- Windows: `x86_64-pc-windows-msvc`
216216

217217
Now you can run the `rustc` you built with. If you run with `-vV`, you

0 commit comments

Comments
 (0)