This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]