[Bug driver/69761] collect2 cannot find ld when built with in-tree binutils on Cygwin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69761 --- Comment #2 from Loren Rittle --- Studying gcc/configure.ac , the workaround for at least gcc-15 is to add: --with-plugin-ld=ld I am trying another bootstrap with this patch: $ git diff gcc/configure.ac diff --git a/gcc/configure.ac b/gcc/c
[Bug driver/69761] collect2 cannot find ld when built with in-tree binutils on Cygwin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69761 Loren Rittle changed: What|Removed |Added CC||ljrittle at acm dot org --- Comment #1 fr