* 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".
From Chris Demetriou <cgd@broadcom.com>:
* config.sub (sb1, sb1el): Treat these machines as
mipsisa64sb1-unknown and mipsisa64sb1el-unknown, respectively.
* config.guess: Use umask to create temporary directly safely.
Using mkdir and chmod introduces a race.
* config.guess: Detect ICL NX version 7 running on ICL/Fujitsu DRS
6000 machines. Reported by Henrik N. Spuur Hansen <hnsh@mera.dk>.
* config.guess (set_cc_for_build): Create a chmod 700 directory in
/tmp (or $TMPDIR, if set) to store temporary files generated for
use by the C compiler. This should resist the /tmp symbolic link
race vulnerability reported by Lawrence Teo.