602 Commits

Author SHA1 Message Date
Ben Elliston
c17d201bfa 2005-04-22 Ben Elliston <bje@gnu.org>
Dave Miller  <davem@davemloft.net>

	* config.sub (sparc64b): Handle.
	* testsuite/config-sub.data: Test sparc64-linux, sparc64b-linux.
2005-04-22 07:59:47 +00:00
Ben Elliston
3383b42dc6 Add URL for config.sub, too. Suggested by Bruno Haible. 2005-03-24 09:19:18 +00:00
Ben Elliston
b01429f322 2005-03-24 Paul Eggert <eggert@cs.ucla.edu>
* config.guess: Update URL for script location.
	Problem reported by Bruno Haible.
2005-03-24 09:00:31 +00:00
Ben Elliston
9d811a4685 2005-02-10 Ben Elliston <bje@gnu.org>
J Shepherd  <jashepherd@usa.net>

	* config.guess (NSE-?:NONSTOP_KERNEL:*:*): New.
	* testsuite/config-guess.data: Test for nse-tandem-nsk.
2005-02-10 06:27:27 +00:00
Ben Elliston
7f49bd2171 * testsuite/config-guess.data: Add craynv-cray-unicosmp2.5.X case. 2005-02-10 05:07:56 +00:00
Ben Elliston
f5687ec147 * testsuite/config-sub.sh (run_config_sub): New function. Compute
$rc within the function and return it.
	* testsuite/config-guess.sh (run_config_guess): Likewise.
2005-02-10 03:46:56 +00:00
Ben Elliston
64c794e628 * config.guess (amd64:CYGWIN*:*:*): New.
* testsuite/config-sub.data: Add amd64-cygwin, x86_64-cygwin.
	* testsuite/config-guess.data: Add x86_64-unknown-cygwin test.
2005-02-10 03:37:55 +00:00
Ben Elliston
5546e13820 * config.guess: Update copyright years.
* config.sub: Likewise.
2005-02-10 03:32:29 +00:00
Ben Elliston
04364d7d05 2005-01-11 Inderpreet Singh <inderpreetb@noida.hcltech.com>
Ben Elliston  <bje@gnu.org>

	* config.sub: Handle maxq target.
	* testsuite/config-sub.data: Add maxq and maxq-elf tests.
2005-01-11 11:33:40 +00:00
Ben Elliston
cc36289782 2004-11-30 Melissa Mears <asterisk@graces.dricas.com>
* config.sub: Handle xbox alias.
	* testsuite/config-sub.data: Add xbox case.
2004-11-29 23:51:18 +00:00
Ben Elliston
d8a34e02f1 * config.sub: Recognize xscalee[bl].
* testsuite/config-sub.data: Add xscale, xscalee[bl] cases.
2004-11-16 23:31:25 +00:00
Ben Elliston
d4516da077 * config.guess (*:z/VM:*:*): Add new case.
* config.sub (os): Add case for -zvmoe.
	* testsuite/config-guess.data: Add a test case.
	* testsuite/config-sub.data: Likewise.
2004-11-13 21:10:40 +00:00
Ben Elliston
8e1394e15d * testsuite/config-guess.sh: Use , and not / as the sed delimiter. 2004-11-12 02:37:55 +00:00
Ben Elliston
58918e1358 * config.sub (djgpp): Alias to i586-pc-msdosdjgpp.
* testsuite/config-sub.data: Add a test case.
2004-11-12 01:10:54 +00:00
Ben Elliston
253d9f2c29 * testsuite/config-guess.sh: Reduce recurring tabs into a single
tab, to allow the test data to be better aligned in columns.
2004-10-25 12:23:47 +00:00
Ben Elliston
0ed13fdc92 2004-10-25 Ben Elliston <bje@gnu.org>
Reported by Monty Solomon <monty@roscom.com>:
	* config.guess (*:XENIX:*:SysV): New.
	* testsuite/config-guess.data: Add a test case.

2004-10-25  Ben Elliston  <bje@gnu.org>

	Reported by Martin Hammer <martin.hammer@siemens.com>:
	* config.guess (DRS?6000:isis:4.2*:7*): New pattern.
2004-10-25 12:21:17 +00:00
Ben Elliston
6a708cefa1 * config.guess (frv:Linux:*:*): New.
* testsuite/config-sub.data: Add cris-linux, frv-linux.
	* testsuite/config-guess.data: Add frv-linux-unknown-gnu case.
2004-09-07 00:13:17 +00:00
Ben Elliston
fb27dcf305 Whitespace tweak to subdue Hans-Peter Nilsson :-) 2004-08-29 10:22:24 +00:00
Ben Elliston
076bf4ebf8 * config.sub: Handle crisv32, alias etraxfs.
* config.guess (crisv32:Linux:*:*): Handle.
	* testsuite/config-sub.data: Add test case.
	* testsuite/config-guess.data: Likewise.
2004-08-29 03:22:49 +00:00
Ben Elliston
ddc5f38bef * Makefile (check): Run config-guess.sh tests as well.
* testsuite/config-guess.sh: New test.
	* testsuite/config-guess.data: New file.
	* testsuite/uname.in: Likewise.
	* testsuite/config-sub.data (amd64-unknown-freebsd5.2): New case.
2004-08-22 07:37:36 +00:00
Ben Elliston
fc09c0660a * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
(sgi:OpenBSD:*:*): Emit mips64, not mipseb.
2004-08-12 21:35:21 +00:00
Ben Elliston
f30b9d606a New file. 2004-08-11 01:27:03 +00:00
Ben Elliston
66e196c3a7 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
* config.guess (*:Darwin:*:*): If uname -p reports "unknown",
	assume the processor is a powerpc.  This is because coreutils
	uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
	in this case, due to a MacOS X bug that causes
	sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
	to return a negative number.
	Problem reported by Petter Reinholdtsen in:
	http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
2004-08-11 01:26:11 +00:00
Ben Elliston
53a181ce7a * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine. 2004-08-03 00:08:23 +00:00
Ben Elliston
cd0be98df3 * testsuite/config-sub.data: Add i386-elf to i786-elf. 2004-07-02 12:51:29 +00:00
Ben Elliston
90809cb0e2 * testsuite/config-sub.data: Add more new tests. 2004-06-30 12:44:35 +00:00
Ben Elliston
6918f5ee0c Put back (C). 2004-06-28 07:26:12 +00:00
Ben Elliston
0cae1a6935 Remove `(C)'. 2004-06-25 12:16:05 +00:00
Ben Elliston
b585beda76 * Makefile (check): New target.
* testsuite/config-sub.sh: New test.
	* testsuite/config-sub.data: New file.
2004-06-25 12:13:44 +00:00
Ben Elliston
147fc26b65 * config.guess: Update copyright years.
* config.sub: Likewise.
2004-06-24 09:36:10 +00:00
Ben Elliston
7ac5e4bd86 * config.guess: Update copyright years.
* config.sub: Likewise.
2004-06-24 09:29:51 +00:00
Ben Elliston
b64d296dc7 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
2004-06-22 04:31:24 +00:00
Ben Elliston
5e897baf83 * config.guess (*:*VMS:*:*): New entry. Replaces
Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
	manufacturer.
2004-06-22 04:08:13 +00:00
Ben Elliston
f55570816c * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
* config.sub: Likewise.
2004-06-22 01:45:34 +00:00
Ben Elliston
6b2f75b974 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
* config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
2004-06-21 21:42:10 +00:00
Ben Elliston
f9b6f0553d (all): New target.
(upload): Clean up.
2004-06-21 10:25:11 +00:00
Ben Elliston
3236b11d16 Run ftp, not echo :-) 2004-06-21 10:08:44 +00:00
Ben Elliston
5aa3df2e8e * Makefile: New file. 2004-06-21 10:04:08 +00:00
Ben Elliston
bbfdfa4a79 * config.guess (pegasos:OpenBSD:*:*): Remove. 2004-06-11 09:14:45 +00:00
Ben Elliston
acf9014ea2 From Wouter Verhelst <wouter@grep.be>:
* config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
2004-06-11 05:26:39 +00:00
Ben Elliston
27f0c5d96c * config.guess (luna88k:OpenBSD:*:*): New. 2004-06-11 05:17:30 +00:00
Ben Elliston
5ac8187868 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* config.guess (m32r*:Linux:*:*): New case.
	* config.sub: Handle m32rle.
2004-03-12 05:17:18 +00:00
Ben Elliston
b91ad51d6f 2004-03-12 Ben Elliston <bje@wasabisystems.com>
From Jens Petersen  <petersen@redhat.com>:
	* config.sub: Handle sparcv8.
2004-03-12 05:00:45 +00:00
Ben Elliston
260c09e331 2004-03-03 Ben Elliston <bje@wasabisystems.com>
From Tom Smith <smith@cag.lkg.hp.com>:
	* config.guess: Version suffixes are equally significant on Tru64
	V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
	prefix of "P" (patched kernel).
2004-03-03 12:55:09 +00:00
Ben Elliston
ef9aa64e2e 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
* config.sub: Add support for National Semiconductor CRX target.
2004-02-23 10:52:08 +00:00
Ben Elliston
b5a2577732 2004-02-16 Thorsten Glaser <x86@ePost.de>
* config.guess (*:MirBSD:*:*, macppc:MirBSD:*:*): Handle.
	* config.sub: Handle -mirbsd*.
2004-02-16 10:10:32 +00:00
Ben Elliston
fb0b469f40 2004-02-16 Brad Smith <brad@comstyle.com>
* config.guess: Recognize OpenBSD on AMD64 and CATS hardware.
2004-02-16 09:45:17 +00:00
Ben Elliston
ba010928de Whitespace cleanup. 2004-02-13 04:02:24 +00:00
Ben Elliston
217bd5cce3 2004-02-11 Ben Elliston <bje@wasabisystems.com>
* config.sub (abacus): Add.
2004-02-11 06:19:10 +00:00
Ben Elliston
af859a7af9 2004-02-11 Galit Heller <Galit.Heller@nsc.com>
* config.sub: Add support for National Semiconductor CR16C target.
2004-02-10 23:28:39 +00:00