From: Andreas Tobler Date: Thu, 28 May 2015 20:37:05 +0000 (+0200) Subject: configure.ac: Move the atoll check from AC_CHECK_FUNCS to gcc_AC_CHECK_DECLS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=384d8786cddabb2aa84c737713d8bb4c7998f8c3;p=gcc.git configure.ac: Move the atoll check from AC_CHECK_FUNCS to gcc_AC_CHECK_DECLS. 2015-05-28 Andreas Tobler * configure.ac: Move the atoll check from AC_CHECK_FUNCS to gcc_AC_CHECK_DECLS. * configure: Regenerate. From-SVN: r223847 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b66ba2fee62..e6c7c035f09 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2015-05-28 Andreas Tobler + + * configure.ac: Move the atoll check from AC_CHECK_FUNCS to + gcc_AC_CHECK_DECLS. + * configure: Regenerate. + 2015-05-28 Mike Frysinger * config/nios2/linux.h (CPP_SPEC): Define. diff --git a/gcc/configure b/gcc/configure index a9a76d695c5..f70f2d30813 100755 --- a/gcc/configure +++ b/gcc/configure @@ -9574,7 +9574,7 @@ fi -for ac_func in times clock kill getrlimit setrlimit atoll atoq \ +for ac_func in times clock kill getrlimit setrlimit atoq \ popen sysconf strsignal getrusage nl_langinfo \ gettimeofday mbstowcs wcswidth mmap setlocale \ 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 madvise @@ -10837,7 +10837,7 @@ cat >>confdefs.h <<_ACEOF _ACEOF -for ac_func in getenv atol asprintf sbrk abort atof getcwd getwd \ +for ac_func in getenv atol atoll asprintf sbrk abort atof getcwd getwd \ madvise stpcpy strnlen strsignal strverscmp \ strtol strtoul strtoll strtoull \ errno snprintf vsnprintf vasprintf malloc realloc calloc \ diff --git a/gcc/configure.ac b/gcc/configure.ac index 83f9c0951dc..b27433ef126 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1149,7 +1149,7 @@ define(gcc_UNLOCKED_FUNCS, clearerr_unlocked feof_unlocked dnl fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked dnl fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked dnl putchar_unlocked putc_unlocked) -AC_CHECK_FUNCS(times clock kill getrlimit setrlimit atoll atoq \ +AC_CHECK_FUNCS(times clock kill getrlimit setrlimit atoq \ popen sysconf strsignal getrusage nl_langinfo \ gettimeofday mbstowcs wcswidth mmap setlocale \ gcc_UNLOCKED_FUNCS madvise) @@ -1213,7 +1213,7 @@ AC_CHECK_DECLS([basename(const char*), strstr(const char*,const char*)], , ,[ #include "ansidecl.h" #include "system.h"]) -gcc_AC_CHECK_DECLS(getenv atol asprintf sbrk abort atof getcwd getwd \ +gcc_AC_CHECK_DECLS(getenv atol atoll asprintf sbrk abort atof getcwd getwd \ madvise stpcpy strnlen strsignal strverscmp \ strtol strtoul strtoll strtoull \ errno snprintf vsnprintf vasprintf malloc realloc calloc \