This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/37308] bootstrap hangs in libstdc++
- 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:34:34 -0000
- Subject: [Bug bootstrap/37308] bootstrap hangs in libstdc++
- References: <bug-37308-14862@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from cnstar9988 at gmail dot com 2008-09-01 10:34 -------
gcc 4.2.4 doesn't support tls on AIX 5.1.
Does gcc 4.3.2 support tls on AIX 5.1? Maybe stage3 gcc can compile "__thread",
but can't run well?
why I configure with --disable-tls, gcc 4.3.2 always use and check tls?
IBM XLC 9.0 says "Only supported on AIX for POWER version 5.3 with the 5300-05
Technology Level and higher."
Thanks.
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.
--
cnstar9988 at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
GCC target triplet|powerpc-ibm-aix5.1.0.0 |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37308