From 3811275f0902517cef24e86890737f09d082cff2 Mon Sep 17 00:00:00 2001 From: Quinn Painter Date: Wed, 29 Mar 2023 12:51:11 +0100 Subject: Switch to LLD as default linker for {arm,thumb}v4t-none-eabi --- src/doc/rustc/src/platform-support/armv4t-none-eabi.md | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/doc') 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 -- cgit 1.4.1-3-g733a5