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.
* config.sub: Add Broadcom SiByte SB-1 processor support
(mipsisa64sb1, mipsisa64sb1el). Add little-endian variants of
mipsisa32 and mipsisa64 (mipsisa32el and mipsisa64el,
respectively). Sort MIPS entries and split their lines a bit more
logically. Make sure that all of the MIPS entries in the "without
company name" target list are echoed in the "with company name"
list.
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.