diff options
author | Dimitrios Apostolou <jimis@gmx.net> | 2011-11-12 21:39:59 +0000 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2011-11-12 16:39:59 -0500 |
commit | 123cd4632d459a06603371d65579e92ba844b41b (patch) | |
tree | f83eda6500007125ceeae25743a1dd30ed454318 /gcc/configure | |
parent | f77dca5d23764eb70a1e68f3da89e67427f5e529 (diff) | |
download | gcc-123cd4632d459a06603371d65579e92ba844b41b.zip gcc-123cd4632d459a06603371d65579e92ba844b41b.tar.gz gcc-123cd4632d459a06603371d65579e92ba844b41b.tar.bz2 |
re PR bootstrap/51094 (Bootstrap failure at revision 181279 on non-ELF targets)
PR bootstrap/51094
* gcc/configure.ac: Check for stpcpy declaration.
* system.h: Declare it if not.
* config.in, configure: Regenerate.
From-SVN: r181326
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 99334ce..d865412 100755 --- a/gcc/configure +++ b/gcc/configure @@ -10453,7 +10453,7 @@ CFLAGS="$CFLAGS -I${srcdir} -I${srcdir}/../include" saved_CXXFLAGS="$CXXFLAGS" CXXFLAGS="$CXXFLAGS -I${srcdir} -I${srcdir}/../include" for ac_func in getenv atol asprintf sbrk abort atof getcwd getwd \ - strsignal strstr strverscmp \ + strsignal strstr stpcpy strverscmp \ errno snprintf vsnprintf vasprintf malloc realloc calloc \ free basename getopt clock getpagesize clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked do |