diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-03-28 04:05:46 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-03-28 04:05:46 +0000 |
commit | 8e9449099d44be617db4eadd9bde42eed41f883b (patch) | |
tree | ad880e4fb4863f96b6482ebe2c3b2f88f8b9d60e /gcc/configure.in | |
parent | 695ee791dc1dbae7a86216a69a2a34c8e74f7f9d (diff) | |
download | gcc-8e9449099d44be617db4eadd9bde42eed41f883b.zip gcc-8e9449099d44be617db4eadd9bde42eed41f883b.tar.gz gcc-8e9449099d44be617db4eadd9bde42eed41f883b.tar.bz2 |
configure.in: Don't check for bcopy.
* configure.in: Don't check for bcopy.
* configure, config.in: Regenerate.
* system.h: Don't define or prototype bcopy, instead poison it.
From-SVN: r40898
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index a891a05..f229436 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -544,7 +544,7 @@ fi dnl Disabled until we have a complete test for buggy enum bitfields. dnl gcc_AC_C_ENUM_BF_UNSIGNED -AC_CHECK_FUNCS(strtoul bsearch putenv popen bcopy \ +AC_CHECK_FUNCS(strtoul bsearch putenv popen \ strchr strrchr kill getrlimit setrlimit atoll atoq \ sysconf isascii gettimeofday strsignal putc_unlocked fputc_unlocked \ fputs_unlocked getrusage iconv nl_langinfo) @@ -589,8 +589,7 @@ AC_FUNC_MMAP_FILE # We will need to find libiberty.h and ansidecl.h saved_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -I${srcdir} -I${srcdir}/../include" -gcc_AC_CHECK_DECLS(bcopy \ - getenv atol sbrk abort atof getcwd getwd \ +gcc_AC_CHECK_DECLS(getenv atol sbrk abort atof getcwd getwd \ strsignal putc_unlocked fputs_unlocked strstr environ \ malloc realloc calloc free basename getopt, , ,[ #include "gansidecl.h" |