John Ervin <johnlervin@xxxxxxxxx> writes: > Issue comes up when trying to configure glibc-2.13. Is there a way to > get __thread support in gcc? Seems like glibc could be compiled > without nptl, but I'm trying to keep it in at this point. You should get it by default if you are using a sufficiently new version of the GNU binutils. If the tests for TLS support are failing for some reason, using --enable-tls will force it. Ian