From 32f2a5b4e7545318846185198542230170dd8a42 Mon Sep 17 00:00:00 2001 From: James Cole <44881720+jamescoleuk@users.noreply.github.com> Date: Tue, 1 Mar 2022 16:45:24 +0000 Subject: [PATCH] Add architecture suggestion for Apple silicon (#1320) --- src/building/how-to-build-and-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/building/how-to-build-and-run.md b/src/building/how-to-build-and-run.md index 3fd4ef19115c5..dd997c81415de 100644 --- a/src/building/how-to-build-and-run.md +++ b/src/building/how-to-build-and-run.md @@ -211,7 +211,7 @@ rustup toolchain link stage2 build//stage2 The `` 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