aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-03-28 04:05:46 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-03-28 04:05:46 +0000
commit8e9449099d44be617db4eadd9bde42eed41f883b (patch)
treead880e4fb4863f96b6482ebe2c3b2f88f8b9d60e /gcc/configure.in
parent695ee791dc1dbae7a86216a69a2a34c8e74f7f9d (diff)
downloadgcc-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.in5
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"