https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108932

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
  if test x$gnu_ld = xyes; then
    tm_file="usegld.h ${tm_file}"
  fi
  if test x$gas = xyes; then
    tm_file="usegas.h ${tm_file}"
  fi

Reply via email to