tips for understanding the GCC codebase?

Hans-Peter Nilsson hp@bitrange.com
Mon Oct 20 20:19:00 GMT 2003


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



More information about the Gcc mailing list