This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/37308] bootstrap hug on libstdc++.a
- From: "cnstar9988 at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Sep 2008 10:15:18 -0000
- Subject: [Bug bootstrap/37308] bootstrap hug on libstdc++.a
- References: <bug-37308-14862@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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