Skip to content

Commit 61a5eed

Browse files
committed
Update aarch64-apple-darwin.md
1 parent c174e12 commit 61a5eed

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/doc/rustc/src/platform-support/aarch64-apple-darwin.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The default binary format is Mach-O, the executable format used on Apple's platf
2020

2121
## Building the target
2222

23-
Just add it to the `target` with:
23+
Just add it to the `target` with:
2424
```
2525
rustup target add aarch64-apple-darwin
2626
```
@@ -32,9 +32,10 @@ Rust ships pre-compiled artifacts for this target or build your own copy of `cor
3232

3333
## Testing
3434

35-
Binaries produced for this target can be run directly on Apple Silicon Macs natively.
35+
Binaries produced for this target can be run directly on Apple Silicon Macs natively.
3636
The Rust test suite can be run for this target on such hardware.
3737

3838
## Cross-compilation toolchains and C code
3939

40-
This target supports C code. To build compatible C code, you should use a toolchain targeting aarch64-apple-darwin, such as Xcode on a Mac or GCC. The toolchain target triple matches this Rust target triple.
40+
This target supports C code. To build compatible C code, you should use a toolchain targeting aarch64-apple-darwin, such as Xcode on a Mac or GCC.
41+
The toolchain target triple matches this Rust target triple.

0 commit comments

Comments
 (0)