]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/configure.in
configure.in: Don't check for bcopy.
[thirdparty/gcc.git] / gcc / configure.in
index a891a050421b5bcdf10031a8c9efcc66fe105242..f22943619ac9b27edeea82eb09591b707402bc91 100644 (file)
@@ -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"