aboutsummaryrefslogtreecommitdiff
path: root/libiberty/configure
AgeCommit message (Collapse)AuthorFilesLines
2000-09-05* configure.in (Cygwin): special case cygwin only when we'reDJ Delorie1-4/+9
building cygwin, not when we're hosting cygwin.
2000-07-23 * configure.in (AC_CHECK_HEADERS): Add time.h.Jeff Law1-82/+117
(AC_HEADER_TIME): Add check. * configure, config.in: Regenerate. * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
2000-07-23 * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.Jeff Law1-78/+112
* configure.in (libiberty_AC_DECLARE_ERRNO): Add check. * configure, config.in: Regenerate. * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
2000-06-15Synced with libiberty in the gcc repository.H.J. Lu1-125/+460
2000-06-06* Makefile.in: add EXTRA_INCSDJ Delorie1-100/+123
* configure.in: if with-newlib, point to it for includes rather than using the installed includes, for target builds. If cygwin, override function list only for target builds. * configure: regenerate Note from DJ: I waited a week for gcc approval and got none, but we need this patch for cygwin builds *now*. I'll fix it later if need be.
2000-02-22merge with libiberty from egcs 2000-02-22Ian Lance Taylor1-115/+152
1999-08-05Revert last patch to xmalloc.c, and instead bring over this patch fromIan Lance Taylor1-94/+160
egcs: Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu> * configure.in (checkfuncs): Check for sbrk. * config.in: Rebuilt. * configure: Likewise. * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
1999-05-06 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.Richard Henderson1-1/+1
* getruntime.c: Only attempt to include sys/resource.h and use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H are defined.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+2850