summaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2014-11-22 20:53:36 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2014-11-22 20:53:36 +0000
commit2d3a20632b8bbd0b80d2bbaba6d93032c0fb909b (patch)
tree53e17c2fe4cf83e296c689afa4ca907520223d09 /gcc/configure.ac
parentc1b4f9c6ecf054ce3a2aa3c9e3c1f4fdfd8f10fd (diff)
downloadgcc-2d3a20632b8bbd0b80d2bbaba6d93032c0fb909b.tar.gz
re PR other/63694 (Build error compiling asan.c: strtoull undeclared)
PR other/63694 * libiberty/configure.ac: Check for strtol, strtoul, strtoll and strtoull declarations. * libiberty/configure: Regenerated. * gcc/configure.ac: Check for strtol, strtoul, strtoll and strtoull declarations. * gcc/configure: Regenerated. * gcc/config.in: Regenerated. From-SVN: r217972
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 584400dd7d5..2293fb8fc79 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -1213,6 +1213,7 @@ saved_CXXFLAGS="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS -I${srcdir} -I${srcdir}/../include $GMPINC"
gcc_AC_CHECK_DECLS(getenv atol asprintf sbrk abort atof getcwd getwd \
stpcpy strnlen strsignal strstr strverscmp \
+ strtol strtoul strtoll strtoull \
errno snprintf vsnprintf vasprintf malloc realloc calloc \
free basename getopt clock getpagesize ffs gcc_UNLOCKED_FUNCS, , ,[
#include "ansidecl.h"