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".
* 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.
2002-05-16 Ben Elliston <bje@redhat.com>
* config.guess: Detect PowerMAX OS on Concurrent Night Hawk.
* config.sub: Handle -powermax*.
2002-05-02 Ben Elliston <bje@redhat.com>
* config.guess: Add "4400" to machines that run NCR System V UNIX.
* config.guess (CRAY*X-MP:*:*:*, CRAY-2:*:*:*): Remove, as we know
they no longer exist in the field.
* config.sub (cray2, xmp): Likewise.
(cray, ymp, [cj]90-cray): basic_machine is now j90-cray.
(sv1-cray, cray-t3e, cray-t3d, cray-t90): New basic machine patterns.
* config.guess (i*86:Linux:*:*): Specifically handle the Intel icc
compiler, which doesn't define __ELF__. Submitted by Erik Lindahl
<lindahl@stanford.edu>.
* config.guess (i*86:Linux:*:*): Fixed: export LANG=C before
running ld so that linker output can be assumed to be in English,
and it works with non-default locales.
* config.guess (i*86:Linux:*:*): Minor simplification: have the
preprocessor emit shell assignments and just eval the output.
2001-12-12 H.J. Lu <hjl@gnu.org>
* config.guess (mips:Linux:*:*): Re-work.
* config.guess: Simplify assignment of machine for NetBSD targets,
and make it match the convention that NetBSD uses. List all
NetBSD architectures that require "elf" at the end of the OS name.
* config.guess: Add "SKA40" as a machine type for NCR SysV UNIX.
From Rudi Heitbaum <rheitbaum@tattersalls.com.au>.
2001-10-05 Rodney Brown <rbrown64@csc.com.au>
* config.guess (9000/[34678]??:HP-UX:*:*): Unconditionally try
/usr/bin/getconf which is available on HP-UX 10.20. Reindent.
* config.guess: Move eval $set_cc_for_build in most cases, to
prevent this script fragment from cloberring a previously
constructed C program in $dummy.c.