* 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.
2001-06-27 Ben Elliston <bje@redhat.com>
* config.guess: Do not unconditionally run the script fragment
to set $CC_FOR_BUILD. Put the script in the shell variable
$set_cc_for_build and only evaluate it before $CC_FOR_BUILD is
referenced. (Poor man's function inlining!)
In future, the goal will be to reduce the dependence on a C
compiler to detect system types by utilising other means.
2001-06-26 Ben Elliston <bje@redhat.com>
* config.guess: On MIPS Linux, use /proc/cpuinfo to determine
the endian mode of the CPU, rather than compiling and running
a small C program.
2001-06-01 Ben Elliston <bje@redhat.com>
* config.guess (i*86:Linux:*:*): Examine the list of supported
targets, not the list of supported emulations when capturing
the output of "ld --help". This causes problems on systems
where GNU ld is built with support for all targets. Adjust
cases in the switch accordingly.
* config.guess: Other small Linux cleanups. Remove unnecessary
logic for setting $VENDOR, since UNAME_MACHINE will always be
i*86 in this case.
* config.guess (ia64:AIX): New case.
(*:AIX): Expand AIX V4 case to include V5. Remove unnecessary `H'
option from lsattr. Check for string "POWER" with prepended space
to distinguish from PowerPC_POWER3. Use ${UNAME_VERSION} instead
of assuming "4" to match the expanded case.