aboutsummaryrefslogtreecommitdiff
path: root/config/tls.m4
diff options
context:
space:
mode:
authorSebastian Pop <pop@cri.ensmp.fr>2006-10-12 05:59:39 +0000
committerSebastian Pop <pop@cri.ensmp.fr>2006-10-12 05:59:39 +0000
commit9e5987162de0a269bf1cbdcf9a01fc959de02270 (patch)
tree17936f0b8a15b40a7b7e8e3b814181196704e872 /config/tls.m4
parentb66d28634db198076db2d210e93ec17e2a3b045e (diff)
* Merge from mainline (r115016:117632).
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/graphite@117659 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/tls.m4')
-rw-r--r--config/tls.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/tls.m4 b/config/tls.m4
index 5cbb6854f6c7..b7a07309abe4 100644
--- a/config/tls.m4
+++ b/config/tls.m4
@@ -1,6 +1,6 @@
dnl Check whether the target supports TLS.
AC_DEFUN([GCC_CHECK_TLS], [
- GCC_ENABLE(tls, yes, [Use thread-local storage])
+ GCC_ENABLE(tls, yes, [], [Use thread-local storage])
AC_CACHE_CHECK([whether the target supports thread-local storage],
have_tls, [
AC_RUN_IFELSE([__thread int a; int b; int main() { return a = b; }],