[Bug bootstrap/37308] bootstrap hangs in libstdc++

cnstar9988 at gmail dot com gcc-bugzilla@gcc.gnu.org
Mon Sep 1 11:26:00 GMT 2008



------- Comment #8 from cnstar9988 at gmail dot com  2008-09-01 11:24 -------
When I remove TLS check code in libstdc++-v3/configure, bootstrap OK!!!

Does there have anything harm when remove the TLS check code? affect only C++?
Thanks!
==================================================================
  # 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



More information about the Gcc-bugs mailing list