diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2006-01-24 21:06:07 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2006-01-24 13:06:07 -0800 |
commit | 18cbfd85b2bc95e46a7f71eb491dde7eee89e086 (patch) | |
tree | b1f983ccd54946db3e0d1ad612bca07291019215 /libgomp/testsuite | |
parent | 38fd6679a33ecd336bc21027821e4e0b9fb0363a (diff) | |
download | gcc-18cbfd85b2bc95e46a7f71eb491dde7eee89e086.tar.gz |
re PR libgomp/25259 (bootstrap failures on non-C99 platforms (no stdint.h))
PR libgomp/25259
* configure.ac: Use GCC_HEADER_STDINT.
* libgomp.h: Include gstdint.h.
* libgomp_f.h.in: Don't include stdint.h or inttypes.h.
* configure, Makefile.in, testsuite/Makefile.in, aclocal.m4: Rebuild.
From-SVN: r110179
Diffstat (limited to 'libgomp/testsuite')
-rw-r--r-- | libgomp/testsuite/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgomp/testsuite/Makefile.in b/libgomp/testsuite/Makefile.in index 4700e0d8dfe..def0fc24710 100644 --- a/libgomp/testsuite/Makefile.in +++ b/libgomp/testsuite/Makefile.in @@ -40,7 +40,8 @@ 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/lead-dot.m4 $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/../config/lead-dot.m4 \ + $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) |