https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120448
Bug ID: 120448 Summary: -fuse-ld=eld should be supported Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: driver Assignee: pinskia at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- Eld is a new open source linker from Qualcomm: https://www.qualcomm.com/developer/blog/2025/04/eld-new-open-source-embedded-linker-tool-for-embedded-systems https://github.com/qualcomm/eld We should support eld as an option to -fuse-ld= Currently eld supports aarch64, riscv and arm (GCC does not have Hexagon support). x86_64 is known not to be supported but might be in the future: https://github.com/qualcomm/eld/issues/105 .