This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/25816] [4.1/4.2 Regression] Configure detects TLS, but glibc does not support it.
- From: "daney at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jan 2006 00:11:48 -0000
- Subject: [Bug libgcj/25816] [4.1/4.2 Regression] Configure detects TLS, but glibc does not support it.
- References: <bug-25816-7151@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from daney at gcc dot gnu dot org 2006-01-25 00:11 -------
Subject: Bug 25816
Author: daney
Date: Wed Jan 25 00:11:41 2006
New Revision: 110190
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110190
Log:
PR java/25816
* configure.ac (enable_tls): New enable option.
(HAVE_AS_TLS): Don't do assembler check if enable_tls set.
* configure: Regenerate.
* doc/install.texi (--enable-tls): Document new option.
(--disable-tls): Ditto.
Modified:
branches/gcc-4_1-branch/gcc/ChangeLog
branches/gcc-4_1-branch/gcc/configure
branches/gcc-4_1-branch/gcc/configure.ac
branches/gcc-4_1-branch/gcc/doc/install.texi
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25816