Tier: 3 (with Host Tools)
ARM64e macOS (11.0+, Big Sur+)
- Artyom Tetyukhin (@arttet)
Target for macOS
on late-generation M
series Apple chips.
See the docs on *-apple-darwin
for general macOS requirements.
You can build Rust with support for the targets by adding it to the target
list in config.toml
:
[build]
target = ["arm64e-apple-darwin"]
Rust does not yet ship pre-compiled artifacts for this target. To compile for this target, you will need to build Rust with the target enabled (see Building the target above).
The target does support running binaries on macOS platforms with arm64e
architecture.
The targets do support C
code.
To build compatible C
code, you have to use XCode with the same compiler and flags.