591 Commits

Author SHA1 Message Date
Ben Elliston
7d9c8d4d88 2002-07-01 Bruno Haible <bruno@clisp.org>
* config.guess: For FreeBSD systems using glibc, add suffix "-gnu".
	* config.sub: Accept freebsd-gnu system name.
2002-07-01 13:15:55 +00:00
Ben Elliston
048722de3f 2002-05-29 Paul Eggert <eggert@twinsun.com>
* config.guess: Don't use egrep, as POSIX 1003.1-2001 no longer
	requires egrep.  Use grep instead.
2002-06-03 15:35:23 +00:00
Ben Elliston
44910d4e2c 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
* config.guess: Add case for "armeb" in NetBSD section.
	* config.sub: Allow "armeb" as a valid CPU type.
2002-05-22 14:12:13 +00:00
Ben Elliston
419d217f08 * recent backlog of patches:
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.
2002-05-21 14:31:43 +00:00
Ben Elliston
f4fec78b4b 2002-03-20 Keith Thompson <kst@sdsc.edu>
* config.guess (ia64:Linux:*:*): Output "ia64-unknown-linux-gnu".
2002-03-20 00:35:36 +00:00
Ben Elliston
b87defc950 2002-03-20 Ben Elliston <bje@redhat.com>
* config.guess (set_cc_for_build): Add c99 to list of candidates.
2002-03-20 00:31:37 +00:00
Ben Elliston
dc7733136c 2002-03-12 J.T. Conklin <jtc@acorntoolworks.com>
* config.guess: Add OS release to QNX config strings.
2002-03-19 21:48:45 +00:00
Ben Elliston
c1ed0639fe * remove trailing whitespace. 2002-03-19 21:43:31 +00:00
Ben Elliston
b966da033f 2002-03-04 Adrian Bunk <bunk@fs.tum.de>
* config.guess (*:NetBSD:*:*): Use "sysctl -n hw.machine_arch"
	instead of "uname -p" to get UNAME_MACHINE_ARCH.
2002-03-03 21:57:39 +00:00
Ben Elliston
a5e584ea35 2002-02-18 Jim Meyering <meyering@lucent.com>
* config.guess: Don't use `head -1'; it's no longer portable.
	Use `sed 1q' instead.
2002-02-18 23:57:10 +00:00
Ben Elliston
db9340999e 2002-02-15 Wendy Palm <wendyp@cray.com>
* 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.
2002-02-15 06:28:33 +00:00
Ben Elliston
a24238bec4 2002-02-12 Ben Elliston <bje@redhat.com>
* config.guess: Set LC_ALL, not LANG, when running ld --help.
	From Nicola Pero <nicola@brainstorm.co.uk>.
2002-02-12 08:34:58 +00:00
Ben Elliston
8d1a4136ef * Oops, bump timestamp. 2002-01-30 00:41:07 +00:00
Ben Elliston
f6a3f22733 2002-01-26 Andy Olson <andrew.olson@lmco.com>
* config.guess (*:QNX:*:*): Report i386-* rather than x86pc-*.
	Discussed with and approved by <peterv@qnx.com>.
2002-01-30 00:39:31 +00:00
Ben Elliston
ce872a322b 2002-01-23 Ben Elliston <bje@redhat.com>
* config.guess (i*86:Linux:*:*): Specifically handle the Intel icc
	compiler, which doesn't define __ELF__.  Submitted by Erik Lindahl
	<lindahl@stanford.edu>.
2002-01-23 07:36:04 +00:00
Ben Elliston
dcaf91525a 2002-01-22 Nicola Pero <nicola@brainstorm.co.uk>
* 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.
2002-01-21 21:02:07 +00:00
Ben Elliston
560e733c1b 2002-01-10 Ben Elliston <bje@redhat.com>
* config.guess: Update Per Bothner's mail address.
2002-01-10 12:39:00 +00:00
Ben Elliston
9200d34b0d 2002-01-02 Ben Elliston <bje@redhat.com>
From Sigbjorn Skjaeret <cisc@c2i.net>.
	* config.guess: Add detection for MorphOS.
	* config.sub: Handle morphos*.
2002-01-02 04:00:36 +00:00
Ben Elliston
5936c1ae86 2002-01-02 H.J. Lu <hjl@gnu.org>
* config.guess (mips:Linux:*:*): Undef CPU, mips and mipsel first.
2002-01-01 22:22:36 +00:00
Ben Elliston
378309c13d 2001-12-13 Douglas B. Rupp <rupp@gnat.com>
* config.guess: Recognize x86 Interix version 3.
2001-12-13 03:53:12 +00:00
Ben Elliston
083292684f 2001-12-12 Ben Elliston <bje@redhat.com>
* 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.
2001-12-12 10:41:46 +00:00
Ben Elliston
7bf0cf7b2b 2001-12-12 Ben Elliston <bje@redhat.com>
* config.guess: Speed up detection of x86 Linux systems by using
	just the C preprocessor rather than assembling and linking a final
	executable.
2001-12-12 03:14:13 +00:00
Ben Elliston
d13007a85c 2001-12-12 Jason Thorpe <thorpej@wasabisystems.com>
* 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.
2001-12-12 01:58:28 +00:00
Ben Elliston
96d7ae9fe8 2001-11-26 Ben Elliston <bje@redhat.com>
* config.guess (nsr-tandem-nsk): Detect all known NSR processor
	types. Contributed by Kjetil Barvik <kjetil.barvik@bbs.no>.
2001-11-26 04:35:35 +00:00
Ben Elliston
beb53b196e 2001-11-08 Ben Elliston <bje@redhat.com>
* config.guess: Handle 3487/3488 machines for NCR SysV UNIX.
	Contributed by Melvin M. Bagaforo <mbagaforo@makro.com.ph>.
2001-11-08 05:03:22 +00:00
Ben Elliston
83116daccf 2001-10-05 Ben Elliston <bje@redhat.com>
* 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.
2001-10-05 06:34:14 +00:00
Ben Elliston
04fa2b504d * Update instructions for submitting patches. 2001-10-05 02:31:44 +00:00
Ben Elliston
0ea5d0e484 2001-09-13 Ben Elliston <bje@redhat.com>
* config.guess (*-*-openbsd): Reorganise and clean up.
	Contributed by brad@openbsd.org.
2001-09-13 00:21:03 +00:00
Ben Elliston
d2bfe1b687 2001-09-12 Ben Elliston <bje@redhat.com>
* config.guess: Fix NetBSD detection on SPARC. From Matthew Green
	<mrg@eterna.com.au>.
2001-09-12 08:45:14 +00:00
Ben Elliston
5f9e9ee808 2001-09-04 Ben Elliston <bje@redhat.com>
* 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-09-03 22:50:59 +00:00
Ben Elliston
ad52092d1f 2001-08-23 Ben Elliston <bje@redhat.com>
* config.guess: Detect AtheOS on x86 systems.
	Based on info provided by Taco Witte <tcwitte@wish.net>.
2001-08-23 05:34:02 +00:00
Ben Elliston
663edf9612 2001-08-21 matthew green <mrg@eterna.com.au>
* config.guess (sparc*:NetBSD:*): Use $MACHINE_ARCH, not $MACHINE.
2001-08-20 21:21:20 +00:00
Ben Elliston
275420ce39 2001-08-09 Ben Elliston <bje@redhat.com>
* config.guess: Detect Alpha ev68 on OSF/1 and Linux.
	From Ken Whaley <ken@believe.com>.
2001-08-09 10:17:15 +00:00
Ben Elliston
9585ff1b3c 2001-08-04 Darrell Hamilton <Darrell_Hamilton@labcorp.com>
* config.guess: Unisys places the host id in ${UNAME_SYSTEM}
	which is too unique to flag this system.  Detect it with *
	instead.
2001-08-04 04:17:04 +00:00
Ben Elliston
bbf83f3b6c * From Paul Green <Paul.Green@stratus.com>.
* config.guess: Detect Stratus VOS operating system.
	* config.sub: Handle aliases for such.
2001-07-31 04:48:45 +00:00
Ben Elliston
7e1c61f040 2001-07-30 Ben Elliston <bje@redhat.com>
* config.guess: Detect STOP operating system on x86 CPUs.
	From Hans Edwards <Hans.Edwards@getronicsgov.com>.
2001-07-30 01:55:38 +00:00
Ben Elliston
a7b9376a25 2001-07-19 Ben Elliston <bje@redhat.com>
* config.guess: Detect Linux on the PPC64 architecture.
2001-07-19 02:39:15 +00:00
Ben Elliston
75a07afb1f 2001-07-12 Keith Thompson <kst@sdsc.edu>
* config.guess: Strip trailing sub-version number from
	$UNAME_RELEASE on Cray YMP or Cray [A-Z]90 models.
2001-07-11 23:54:49 +00:00
Ben Elliston
e2193ccc86 2001-07-09 Mark Klein <mklein@dis.com>
* config.guess: Update MPE/iX to handle A and N class HPe3000.
2001-07-09 00:09:43 +00:00
Ben Elliston
7f9886cc84 2001-06-29 Ben Elliston <bje@redhat.com>
* config.guess: Remove stale libc1 tests on PowerPC Linux.
2001-06-29 02:38:23 +00:00
Ben Elliston
21c209a8a5 2001-06-29 John Wolfe <jlw@sco.com>
* config.guess: Correct UnixWare 7 and Open UNIX 8.0 change;
	test for i586 must be a string that ends with "Pentium".
2001-06-29 02:33:45 +00:00
Ben Elliston
c98696fb70 2001-06-28 Ben Elliston <bje@redhat.com>
* config.guess: On Alpha Linux, use /proc/cpuinfo to determine
	the CPU model, rather than assembling a small test program.
2001-06-28 00:31:38 +00:00
Ben Elliston
f4b5659045 * fingers crossed.
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 15:28:51 +00:00
Ben Elliston
04f46f45a2 * one down, a dozen to go.
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-26 11:14:13 +00:00
Ben Elliston
6b5ef14654 * Quote expression to grep. 2001-06-15 02:16:27 +00:00
Ben Elliston
c77257206c 2001-06-12 John Wolfe <jlw@sco.com>
* config.guess: Standardize triplet for UnixWare 7 and Open
	UNIX 8.0, improve processor detection and maintain "sysv5"
	prefix on third segment.
2001-06-12 08:00:41 +00:00
Ben Elliston
efc5a8973d 2001-06-05 Tomislav Greguric <greguric@stud.uni-frankfurt.de>
* config.guess: Add 2001 to copyright notice issued for -v.
2001-06-04 22:23:20 +00:00
Ben Elliston
caefff9ec1 * A daring, but much needed change to clean up some of this mess.
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.
2001-06-01 03:08:29 +00:00
Ben Elliston
175df3e559 2001-04-20 Ben Elliston <bje@redhat.com>
* config.guess: Detect PowerMAX OS on PowerPC.
2001-04-20 18:18:12 +00:00
Ben Elliston
11d9a44dc6 2001-04-20 Tyson Dowd <trd@cs.mu.oz.au>
Fergus Henderson  <fjh@cs.mu.oz.au>

	* config.guess: Replace i?86 with i*86 to match newer Pentiums.
	* config.sub: Likewise.
2001-04-19 22:21:51 +00:00