diff options
author | Richard Henderson <rth@redhat.com> | 2006-04-25 13:58:25 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2006-04-25 13:58:25 -0700 |
commit | 60e1758f60c2be0682dcbac7ea270b90e78ec526 (patch) | |
tree | 1c60995ec3ab114dfb5e5c1677f11326d343c170 /libgomp/testsuite/Makefile.in | |
parent | d61772b25d07c437eca62171fb0ee55642abfe22 (diff) | |
download | gcc-60e1758f60c2be0682dcbac7ea270b90e78ec526.zip gcc-60e1758f60c2be0682dcbac7ea270b90e78ec526.tar.gz gcc-60e1758f60c2be0682dcbac7ea270b90e78ec526.tar.bz2 |
re PR libgomp/25865 (libgomp incorrectly detects support for TLS)
PR libgomp/25865
* configure.ac: Use GCC_CHECK_TLS.
* acinclude.m4 (LIBGOMP_CHECK_TLS): Remove.
* Makefile.in, aclocal.m4, configure: Regenerate.
From-SVN: r113256
Diffstat (limited to 'libgomp/testsuite/Makefile.in')
-rw-r--r-- | libgomp/testsuite/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libgomp/testsuite/Makefile.in b/libgomp/testsuite/Makefile.in index 743bb05..01227b6 100644 --- a/libgomp/testsuite/Makefile.in +++ b/libgomp/testsuite/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.5 from Makefile.am. +# Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -40,8 +40,10 @@ subdir = testsuite DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \ + $(top_srcdir)/../config/enable.m4 \ $(top_srcdir)/../config/lead-dot.m4 \ - $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/../config/stdint.m4 \ + $(top_srcdir)/../config/tls.m4 $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) |