Skip to content

Commit 0800f75

Browse files
committed
Update aarch64-apple-darwin.md
1 parent 5742520 commit 0800f75

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,4 @@ The Rust test suite can be run for this target on such hardware.
3737

3838
## Cross-compilation toolchains and C code
3939

40-
Does the target support C code? If so, what toolchain target should users use
41-
to build compatible C code? (This may match the target triple, or it may be a
42-
toolchain for a different target triple, potentially with specific options or
43-
caveats.)
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.

0 commit comments

Comments
 (0)