------- Comment #2 from cnstar9988 at gmail dot com 2008-09-01 10:15 ------- (In reply to comment #1) > Do you mean *hangs* during bootstrap?? Sorry, but it's not at all clear what > is > happening exactly on your side. > David, can you follow a bit this... ? the bootrap stop at ./conftest for a long time.
I will "remove" TLS check code in libstdc++-v3/configure and test again. ================================================================== # For TLS support. enable_tls=no gcc_cv_have_tls=no # For _Unwind_GetIPInfo. ====================================================== conftest.c =============== __thread int a,b; int main() { return a==b; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37308