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".
* 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.