aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-05-06 08:36:04 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-05-06 08:36:04 +0000
commit8f81384fec6ccb2bca5a9029498c7b1c0d0326ff (patch)
tree107719458711c10e22bb9c763a520f5ad135fb9a /gcc/configure
parente572c0c68c9d1a48595039af480e18e7d4bdb292 (diff)
downloadgcc-8f81384fec6ccb2bca5a9029498c7b1c0d0326ff.zip
gcc-8f81384fec6ccb2bca5a9029498c7b1c0d0326ff.tar.gz
gcc-8f81384fec6ccb2bca5a9029498c7b1c0d0326ff.tar.bz2
The isascii check is needed by system.h.
* configure.in (AC_CHECK_FUNCS): Add isascii. (GCC_NEED_DECLARATIONS): Add atof. * system.h: Provide prototypes for abort, atof, atol and sbrk here. * rtl.c, rtl.h, toplev.c, tree.h: Not here. From-SVN: r19572
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure
index bbf2f23..6bc92c4 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -1676,7 +1676,8 @@ fi
echo "$ac_t""$gcc_cv_header_inttypes_h" 1>&6
for ac_func in strtoul bsearch strerror putenv popen vprintf bcopy bzero bcmp \
- index rindex strchr strrchr kill getrlimit setrlimit atoll atoq sysconf
+ index rindex strchr strrchr kill getrlimit setrlimit atoll atoq \
+ sysconf isascii
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:1683: checking for $ac_func" >&5
@@ -1779,7 +1780,7 @@ fi
for ac_func in malloc realloc calloc free bcopy bzero bcmp \
- index rindex getenv atol sbrk abort
+ index rindex getenv atol sbrk abort atof
do
echo $ac_n "checking whether $ac_func must be declared""... $ac_c" 1>&6
echo "configure:1786: checking whether $ac_func must be declared" >&5