about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJonathan 'theJPster' Pallant <github@thejpster.org.uk>2025-09-11 22:04:35 +0100
committerJonathan 'theJPster' Pallant <github@thejpster.org.uk>2025-09-11 22:04:35 +0100
commit1621ce6a083b33298f83a00aa31633a30775b512 (patch)
treeda6a98d21b45426c410005f61af3f27a02f56d54 /src
parent409a1fbcba4214b0badf458801038f75fba5c707 (diff)
downloadrust-1621ce6a083b33298f83a00aa31633a30775b512.tar.gz
rust-1621ce6a083b33298f83a00aa31633a30775b512.zip
Cleanups from review comments.
Diffstat (limited to 'src')
-rw-r--r--src/doc/rustc/src/platform-support/aarch64-unknown-none.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/doc/rustc/src/platform-support/aarch64-unknown-none.md b/src/doc/rustc/src/platform-support/aarch64-unknown-none.md
index f3c0764b5bf..a9c72d8cc9d 100644
--- a/src/doc/rustc/src/platform-support/aarch64-unknown-none.md
+++ b/src/doc/rustc/src/platform-support/aarch64-unknown-none.md
@@ -71,8 +71,8 @@ from the [Arm Developer Website][arm-gnu-toolchain], or possibly from your OS's
 package manager. To use it, add the following to your `.cargo/config.toml`:
 
 ```toml
-[target.<your-target>]
-linker = "arm-none-eabi-ld"
+[target.aarch64-unknown-none]
+linker = "aarch64-none-ld"
 ```
 
 The GNU linker can also be used by specifying `aarch64-none-gcc` as the
@@ -92,8 +92,7 @@ When using the hardfloat targets, the minimum floating-point features assumed
 are those of the `fp-armv8`, which excludes NEON SIMD support. If your
 processor supports a different set of floating-point features than the default
 expectations of `fp-armv8`, then these should also be enabled or disabled as
-needed with `-C target-feature=(+/-)`. For example,
-`-Ctarget-feature=+neon-fp-armv8`.
+needed with `-C target-feature=(+/-)`.
 
 [arm-gnu-toolchain]: https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain