What steps will reproduce the problem?
CVS checkout on OS X Leopard 10.5.5
make
gcc -ansi -pedantic -O2 -fPIC -I./ -c libconcurrency/coro.c -o
libconcurrency/coro.o
libconcurrency/coro.c:60: error: thread-local storage not supported for
this target
libconcurrency/coro.c:61: error: thread-local storage not supported for
this target
libconcurrency/coro.c:62: error: thread-local storage not supported for
this target
On a Macbook (intel core 2 duo)
Original issue reported on code.google.com by saptarsh...@gmail.com on 12 Oct 2009 at 8:47