armbe cross compiler - getting no __thread support in gcc 4.6.0

Ian Lance Taylor iant@google.com
Sun Apr 24 12:00:00 GMT 2011


John Ervin <johnlervin@gmail.com> 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



More information about the Gcc-help mailing list