Skip to content

Commit 1621ce6

Browse files
committed
Cleanups from review comments.
1 parent 409a1fb commit 1621ce6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/doc/rustc/src/platform-support/aarch64-unknown-none.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ from the [Arm Developer Website][arm-gnu-toolchain], or possibly from your OS's
7171
package manager. To use it, add the following to your `.cargo/config.toml`:
7272

7373
```toml
74-
[target.<your-target>]
75-
linker = "arm-none-eabi-ld"
74+
[target.aarch64-unknown-none]
75+
linker = "aarch64-none-ld"
7676
```
7777

7878
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
9292
are those of the `fp-armv8`, which excludes NEON SIMD support. If your
9393
processor supports a different set of floating-point features than the default
9494
expectations of `fp-armv8`, then these should also be enabled or disabled as
95-
needed with `-C target-feature=(+/-)`. For example,
96-
`-Ctarget-feature=+neon-fp-armv8`.
95+
needed with `-C target-feature=(+/-)`.
9796

9897
[arm-gnu-toolchain]: https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain
9998

0 commit comments

Comments
 (0)