diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2011-01-20 23:41:24 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2011-01-20 23:41:24 +0000 |
commit | bddd662631fb89deb75edaf20272448f1283f2e8 (patch) | |
tree | 802fb8a81e7d1d23886e09d6e674307c73f48c7a /libgomp/testsuite | |
parent | 837b01f66fe08ec9c8fcd542aebb2c5f881c44e9 (diff) | |
download | gcc-bddd662631fb89deb75edaf20272448f1283f2e8.zip gcc-bddd662631fb89deb75edaf20272448f1283f2e8.tar.gz gcc-bddd662631fb89deb75edaf20272448f1283f2e8.tar.bz2 |
re PR libstdc++/36104 (gnu-versioned-namespace is broken)
2011-01-20 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/36104
* acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Accept gnu variants.
From-SVN: r169072
Diffstat (limited to 'libgomp/testsuite')
-rw-r--r-- | libgomp/testsuite/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libgomp/testsuite/Makefile.in b/libgomp/testsuite/Makefile.in index 6ab9787..5273eaa 100644 --- a/libgomp/testsuite/Makefile.in +++ b/libgomp/testsuite/Makefile.in @@ -37,9 +37,7 @@ target_triplet = @target@ subdir = testsuite DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../ltoptions.m4 \ - $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ - $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/../config/acx.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/enable.m4 \ $(top_srcdir)/../config/futex.m4 \ @@ -48,7 +46,9 @@ am__aclocal_m4_deps = $(top_srcdir)/../ltoptions.m4 \ $(top_srcdir)/../config/multi.m4 \ $(top_srcdir)/../config/override.m4 \ $(top_srcdir)/../config/stdint.m4 \ - $(top_srcdir)/../config/tls.m4 $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../ltoptions.m4 \ + $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ + $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) |