summaryrefslogtreecommitdiff
path: root/sim/ppc/config.in
Commit message (Collapse)AuthorAgeFilesLines
* * configure.ac (USE_WIN32API): Define it.Mark Mitchell2005-11-281-0/+5
| | | | | | | * configure.in: Regenerate. * config.in: Likewise. * emul_netbsd.c (write_timezone): Guard with HAVE_GETTIMEOFDAY. * emul_unix.c (do_unix_mkdir): Handle Win32 1-argument mkdir.
* Use HAVE_LONG_LONG to check if compiler supports long long instead of using ↵Manoj Iyer2005-04-201-215/+273
| | | | | | | | | | | __GNU__. 2005-04-18 Manoj Iyer <manjo@austin.ibm.com> * configure.ac: Added check for long long. * config.in: Regenerated. * configure: Regenerated. * words.h: Modified logic to check for HAVE_LONG_LONG instead of __GNUC__, added config.h header file.
* 2004-09-24 Ian Lance Taylor <ian@wasabisystems.com>Andrew Cagney2004-09-241-0/+10
| | | | | | | | Committed by Andrew Cagney. * configure.in: Check for sys/mount.h, sys/vfs.h, sys/statfs.h. Check for struct statfs. * emul_netbsd.c: If not HAVE_STRUCT_STATFS, #undef HAVE_FSTATFS. * configure, config.in: Regenerate.
* Initial revisionStan Shebs1999-04-161-0/+362