From a8922de8c70ba56fda40ce9e171c4069a6a90d53 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 10 Aug 1996 00:00:16 +0000 Subject: Update for 960809. Fri Aug 9 17:38:58 1996 Ulrich Drepper * sysdeps/unix/sysv/linux/sys/timex.h: Include to get `struct timeval'. * sysdeps/unix/sysv/linux/sys/acct.h: Get time_t from . * sysdeps/unix/sysv/linux/sys/module.h: Get size_t from . * sysdeps/unix/sysv/linux/sys/io.h: Get definition of __P. * sysdeps/unix/sysv/linux/sys/klog.h: Likewise. * gmon/sys/gmon.h: Include to get u_long. * sysdeps/unix/sysv/linux/direntry.h: Complete types in . * io/fts.h: Include to get dev_t. Reported by Matthias Urlichs. * sysdeps/posix/tempname.c [USE_IN_LIBIO]: Don't clear _IO_file_flags. It's the same as _flags. Reported by Miquel van Smoorenburg . Wed Aug 7 19:38:47 1996 Andreas Schwab * sysdeps/unix/sysv/linux/m68k/resourcebits.h: Add RLIMIT_AS. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 93c2c0926a..631a035e92 100644 --- a/configure.in +++ b/configure.in @@ -111,7 +111,7 @@ case "$machine" in a29k | am29000) base_machine=a29k machine=a29k ;; alpha*) base_machine=alpha machine=alpha/$machine ;; hppa*) base_machine=hppa machine=hppa/$machine ;; -i[345]86) base_machine=i386 machine=i386/$machine ;; +i[3456]86) base_machine=i386 machine=i386/$machine ;; m680?0) base_machine=m68k machine=m68k/$machine ;; m68k) base_machine=m68k machine=m68k/m68020 ;; m88???) base_machine=m88k machine=m88k/$machine ;; -- cgit v1.2.1