summaryrefslogtreecommitdiff
path: root/config/tls.m4
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-19 01:48:06 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-19 01:48:06 +0000
commite564ddd818cadbc60ade8bf297d05c2896894140 (patch)
tree2433a9d6bbe783d2a242b770389157472217d88d /config/tls.m4
parentf005ebd31948e9d8532970a8933f2c144d3ca223 (diff)
downloadgcc-e564ddd818cadbc60ade8bf297d05c2896894140.tar.gz
config
* tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to GCC_ENABLE. libgomp * configure: Rebuilt. libstdc++-v3 * configure: Rebuilt. libmudflap * configure: Rebuilt. libjava * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117049 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 5cbb6854f6c..b7a07309abe 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; }],