diff options
| author | James Cole <44881720+jamescoleuk@users.noreply.github.com> | 2022-03-01 16:45:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-01 10:45:24 -0600 |
| commit | db07376c686316ea6cbc1e61d0f1f0fe89d1cf78 (patch) | |
| tree | d3af90269ba43a1938a2af78a276e709a7cc01fd /src/doc/rustc-dev-guide | |
| parent | 211231eacfcb9ffe7e07c8d2f6b19e2188ea3180 (diff) | |
| download | rust-db07376c686316ea6cbc1e61d0f1f0fe89d1cf78.tar.gz rust-db07376c686316ea6cbc1e61d0f1f0fe89d1cf78.zip | |
Add architecture suggestion for Apple silicon (#1320)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md index 3fd4ef19115..dd997c81415 100644 --- a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md +++ b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md @@ -211,7 +211,7 @@ rustup toolchain link stage2 build/<host-triple>/stage2 The `<host-triple>` would typically be one of the following: - 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` Now you can run the `rustc` you built with. If you run with `-vV`, you |
