On Mon, 20 Oct 2003, Jonathan Wilson wrote: > For example, I have looked everywhere and I STILL cant figure out how to > tell GCC that the i[34567]86-pc-mingw target supports TLS and __thread. Did you look in gcc/configure.in? At a glance it seems you need to special-case i[34567]86-pc-mingw before the [34567]86-*-* case. brgds, H-P