On Mon, Dec 8, 2008 at 1:04 PM, IainS <[EMAIL PROTECTED]> wrote: > following on from http://gcc.gnu.org/ml/gcc/2008-05/msg00202.html
As I mentioned; it is emulated. So it works, by default, though it is not native support (that is there is no ABI helper that speeds it up). In fact tls_runtime should be true for almost all targets anyways as the emulation works without threads too. Thanks, Andrew Pinski