https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62168
H.J. Lu <hjl.tools at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|hjl at gcc dot gnu.org |hjl.tools at gmail dot com --- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> --- (In reply to Manfred Schwarb from comment #4) > This does not catch all cases. There is also > yes) > if test x${default_ld} != x; then > install_gold_as_default=yes > fi > ;; > > which needs an "else" case, as far as I can see. > "default_ld" is empty for the normal cases, unless you set --enable-ld=no. Is there a way to reproduce it?