https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80881
--- Comment #73 from Julian Waters <tanksherman27 at gmail dot com> --- Thanks for the reminder, I did choose to leave that out since I was under the impression that regenerating configure should be done in a separate commit. I chose a different approach for the configure check since it seems neater and sets the appropriate flag for linker support (HAVE_AS_TLS, despite what the name suggests, represents support for both the assembler and linker) instead of introducing a new one. Is this one good to go? If there are any logic errors in the new code feel free to point them out to me