about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorQuinn Painter <quinn@geekymonkey.com>2023-03-29 12:51:11 +0100
committerQuinn Painter <quinn@geekymonkey.com>2023-03-29 12:51:11 +0100
commit3811275f0902517cef24e86890737f09d082cff2 (patch)
treec102abc988d89b3327128cecf5c7e839797bb82c /src/doc
parentf346fb0bc655acf72e71f1f16065c271447bdbd9 (diff)
downloadrust-3811275f0902517cef24e86890737f09d082cff2.tar.gz
rust-3811275f0902517cef24e86890737f09d082cff2.zip
Switch to LLD as default linker for {arm,thumb}v4t-none-eabi
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc/src/platform-support/armv4t-none-eabi.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/doc/rustc/src/platform-support/armv4t-none-eabi.md b/src/doc/rustc/src/platform-support/armv4t-none-eabi.md
index cf831e1595e..a230eba6bf9 100644
--- a/src/doc/rustc/src/platform-support/armv4t-none-eabi.md
+++ b/src/doc/rustc/src/platform-support/armv4t-none-eabi.md
@@ -17,13 +17,6 @@ specific with this target, so any ARMv4T device should work fine.
 
 The target is cross-compiled, and uses static linking.
 
-The linker that comes with rustc cannot link for this platform (the platform is
-too old). You will need the `arm-none-eabi-ld` linker from a GNU Binutils
-targeting ARM. This can be obtained for Windows/Mac/Linux from the [ARM
-Developer Website][arm-dev], or possibly from your OS's package manager.
-
-[arm-dev]: https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain
-
 This target doesn't provide a linker script, you'll need to bring your own
 according to the specific device you want to target. Pass
 `-Clink-arg=-Tyour_script.ld` as a rustc argument to make the linker use