https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124547
--- Comment #1 from Andreas Schwab <[email protected]> --- The problem is that the default for gnu_ld_flag is no and it will only be changed by --with-gnu-ld. This part of configure is never executed: # Check if we are using GNU ld if not already set. if test -z "$gnu_ld_flag"; then
