From Tom Smith <smith@cag.lkg.hp.com>:
* config.guess: Version suffixes are equally significant on Tru64
V4.* and V5.*, so do not ignore them on V5.*. Handle a version
prefix of "P" (patched kernel).
Ben Elliston <bje@wasabisystems.com>
* config.guess (*:GNU/*:*:*): New. Generic check for systems with
GNU libc and userland (matches GNU/KFreeBSD and GNU/KNetBSD).
(*:GNU/FreeBSD:*:*): Remove, superceeded by GNU/*.
* config.sub: Handle -knetbsd*.
* config.guess (sei:*:*:seiux): Detect SEIUX running on MIPS-based
workstations manufactured by Sumitomo Electric Industries.
* config.sub (sei, -sei*): Handle.
Reported by Dennis Grevenstein <dennis@pcde.inka.de>.
* config.guess (set_cc_for_build): Allow insecure temporary
filenames to be generated on systems without mktemp(1) or $RANDOM,
but issue a warning to standard error. Suggested by Hans-Peter
Nilsson.
2003-05-09 Ben Elliston <bje@wasabisystems.com>
* config.guess (SHG2:*:4.0:3.0): Handle NCR System V UNIX machine.
Reported by Raj Mannar <rajman@ureach.com>.
2003-05-09 Andreas Jaeger <aj@suse.de>
* config.sub (maybe_os): Add alias amd64 for x86_64.
2003-05-09 Ben Elliston <bje@wasabisystems.com>
From Robert Millan <zeratul2@wanadoo.es>
* config.guess (*:GNU/FreeBSD:*:*): Handle.
Revert the following due to the demise of MicroBSD:
2003-01-03 Scott Kamp <dingo@microbsd.net>
* config.guess: Detect MicroBSD operating system on i386 CPUs.
* config.sub: Handle aliases for such.
* config.guess (set_cc_for_build): Rework to do more secure tmp
directory creation. Remove temporary files and tmp directory on
exit; remove redundant rm(1) and rmdir(1) commands throughout.
From Stefan Neis <neis@kobil.de>:
* config.guess: Reorder entries so that hosts with a different
operating system won't be misdetected as System V simply because
their version number happens to be 3.2, 4.* or 5. This is needed
for OS/2, at least, which is currently at version 4.52.
2002-11-30 Ben Elliston <bje@redhat.com>
From Joel Baker <lucifer@lightbearer.com>:
* config.guess: Append "-gnu" to triplet on Debian/NetBSD systems.
* config.sub: Recognise netbsd*-gnu*.
* config.sub (windows32): Remove bad idea.
2002-11-13 Werner Lemberg <wl@gnu.org>
* config.sub: Add -mks*.
2002-11-13 Jeff Conrad <jeff_conrad@msn.com>
* config.guess: Detect MKS running on Windows {95,98,NT}.
2002-11-13 Ben Elliston <bje@redhat.com>
* config.guess: Detect PowerMAX OS on Concurrent Synergy machines.
Reported by Sam Williams <sam.williams@hs.utc.com>.
* config.guess (CC_FOR_BUILD): Put "-o outputfile" before any
operands. POSIX 1003.1-2001 says that "c99 file.c -o file" is not
supported; you must put all options before all operands, e.g. "c99
-o file file.c".