https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111605
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unknown |14.0 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2023-09-27 --- Comment #11 from Richard Biener <rguenth at gcc dot gnu.org> --- Hmm, if you configure the cross target with --with-ld=ld.mold does that then work (when not specifying -fuse-ld=mold)? I suppose we could adjust how the driver(?) behaves, noting whether the linker is multi-arch or not and at least allowing as fallback to use the "host" specified linker.