aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Tobler <andreast@gcc.gnu.org>2015-05-28 22:37:05 +0200
committerAndreas Tobler <andreast@gcc.gnu.org>2015-05-28 22:37:05 +0200
commit384d8786cddabb2aa84c737713d8bb4c7998f8c3 (patch)
treedf68bfb1a11bcc3b40b235f906c3b2fe3495de35 /gcc
parentcfa8681a56b3f469f956fb0bc17bd51a763f3a31 (diff)
downloadgcc-384d8786cddabb2aa84c737713d8bb4c7998f8c3.zip
gcc-384d8786cddabb2aa84c737713d8bb4c7998f8c3.tar.gz
gcc-384d8786cddabb2aa84c737713d8bb4c7998f8c3.tar.bz2
configure.ac: Move the atoll check from AC_CHECK_FUNCS to gcc_AC_CHECK_DECLS.
2015-05-28 Andreas Tobler <andreast@gcc.gnu.org> * configure.ac: Move the atoll check from AC_CHECK_FUNCS to gcc_AC_CHECK_DECLS. * configure: Regenerate. From-SVN: r223847
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rwxr-xr-xgcc/configure4
-rw-r--r--gcc/configure.ac4
3 files changed, 10 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b66ba2f..e6c7c03 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2015-05-28 Andreas Tobler <andreast@gcc.gnu.org>
+
+ * configure.ac: Move the atoll check from AC_CHECK_FUNCS to
+ gcc_AC_CHECK_DECLS.
+ * configure: Regenerate.
+
2015-05-28 Mike Frysinger <vapier@gentoo.org>
* config/nios2/linux.h (CPP_SPEC): Define.
diff --git a/gcc/configure b/gcc/configure
index a9a76d6..f70f2d3 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 83f9c09..b27433e 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 \