* 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.
Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* config.sub (case $basic_machine): Add mips and clean up other
Linux specific cases. Now `config.sub mips` yields mips-unknown-elf.
* 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.