568 Commits

Author SHA1 Message Date
Ben Elliston
4f1347ca0b * config.guess: Remove trailing whitespace. 2007-07-24 03:27:41 +00:00
Ben Elliston
81b28678cc Reported by Luke Mewburn <luke@mewburn.net>:
* config.guess: Fix typo ix86xen -> i86xen.
2007-07-22 03:37:47 +00:00
Ben Elliston
6ee3cb904c From Luke Mewburn <luke@mewburn.net>:
* config.guess (i86xen:SunOS:5.*:*): New.
	* testsuite/config-guess.data: Add test case.
2007-05-17 06:28:52 +00:00
Ben Elliston
b3c5852d35 * config.guess (*:Interix*:[3456]*): Consolidate all machine
possibilities into a single entry with a case statement that
	examines ${UNAME_MACHINE}. Suggested by <jerker.back@telia.com>.
2007-03-06 04:12:53 +00:00
Ben Elliston
dbe9a03d53 * config.guess (SX-8R:SUPER-UX:*:*): New.
* testsuite/config-guess.data: Add a test case.
2007-01-14 22:47:18 +00:00
Ben Elliston
2c15ccb3d9 * config.guess (i*:MINGW:*:*): Rename from this ..
(*:MINGW:*:*): .. to this.
	* testsuite/config-guess.data: Add test cases.
2006-12-22 01:02:29 +00:00
Ben Elliston
02eb90e431 * config.guess (xtensa:Linux:*:*): New.
* testsuite/config-guess.data: Add test case.
	* testsuite/config-sub.data: Add xtensa-elf and xtensa-linux.
2006-12-08 00:24:54 +00:00
Ben Elliston
caed00ed6a * config.guess (SX-7:SUPER-UX:*:*): New.
* testsuite/config-guess.data: Add test case.
2006-11-30 04:54:28 +00:00
Ben Elliston
3db7c35c95 From Josselin Mouette <joss@debian.org>:
* config.guess (SX-8:SUPER-UX:*:*): New.
	* testsuite/config-guess.data: Add test case.
2006-11-16 03:49:58 +00:00
Ben Elliston
c92c00f69c * config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
* testsuite/config-guess.data: Add test case.
2006-11-07 21:42:35 +00:00
Ben Elliston
60616301da Update timestamps. 2006-11-06 23:34:06 +00:00
Ben Elliston
c44321094c 2006-11-07 Steve Woodford <scw@NetBSD.org>
Ben Elliston  <bje@gnu.org>

	* config.guess (*:NetBSD:*:*): Handle sh5el arch.
	* config.sub (sh5el): New basic_machine.
	* testsuite/config-sub.data: Add test cases.
2006-11-06 23:33:27 +00:00
Ben Elliston
e3bed08855 * config.guess (macppc:MirBSD:*:*): Fix typo.
* testsuite/config-guess.data: Add test case.
2006-07-02 00:51:53 +00:00
Ben Elliston
5a92350b62 * config.guess: Handle Interix 6.
* testsuite/config-guess.data: Add test case.
2006-07-02 00:44:25 +00:00
Ben Elliston
d06ef205a0 From H??vard Skinnemoen <hskinnemoen@atmel.com>:
* config.guess (avr32*:Linux:*:*): New.
	* config.sub (avr32, avr32-*): Likewise.
	* testsuite/config-guess.data: Add test case.
	* testsuite/config-sub.data: Likewise.
2006-06-06 01:02:17 +00:00
Ben Elliston
da228c308a Update timestamp. 2006-05-14 00:48:39 +00:00
Ben Elliston
d93faf785e * config.guess: Change support for Sun C/C++ 5.9 on Linux/x86 to
use compiler-specific predefines other than __sun.
2006-05-12 19:20:18 +00:00
Ben Elliston
4e3da806cd * config.guess (amd64:FreeBSD:*:*) Detect as x86_64.
* testsuite/config-guess.data: Add test case.
2006-04-26 05:42:18 +00:00
Ben Elliston
5280f7c33a Revert these patches at Earnie Boyd's request:
* testsuite/config-guess.data: Tweak MSYS_NT-5.1 test.

	* config.guess: Handle i*:MSYS_NT-*:*:* for MSYS/Mingw.
	* testsuite/config-guess.data: Add test case.
2006-03-12 23:43:49 +00:00
Ben Elliston
8eea856f09 * config.guess, config.sub: Add 2006 to copyright years. 2006-02-26 23:11:20 +00:00
Ben Elliston
9361fb1f04 2006-02-23 Ben Elliston <bje@gnu.org>
* config.guess (EM64T:Interix:*:*): New case.
	* testsuite/config-guess.data: Add test case.

2006-02-23  Mike Frysinger  <vapier@gentoo.org>

	* config.sub (nios, nios2): New.
	* testsuite/config-sub.data: Add test cases.
2006-02-24 04:15:32 +00:00
Ben Elliston
b5575eb7cb * config.guess (x86:Interix*:[345]*): Retain full Interix version.
* testsuite/config-guess.data: Update Interix test(s).

	* testsuite/config-guess.data: Tweak MSYS_NT-5.1 test.
2006-02-23 05:48:24 +00:00
Ben Elliston
827dfa8684 * config.guess (i*86:Linux:*:*): Recognise the Sun Studio compiler
by handling #if defined(__sun).
2006-02-23 05:07:43 +00:00
Ben Elliston
266f165483 * config.guess: Handle i*:MSYS_NT-*:*:* for MSYS/Mingw.
* testsuite/config-guess.data: Add test case.
2006-02-23 04:27:24 +00:00
Ben Elliston
862e704b14 * config.guess: Don't use semicolons to separate sed commands, as
POSIX says it's not portable.
	Noted by Paul Eggert <eggert@cs.ucla.edu>.
2006-01-29 22:45:19 +00:00
Ben Elliston
61a207f1c6 * config.guess (set_cc_for_build): Do not pass `-q' to mktemp.
Reported by Bruce Korb <bkorb@gnu.org>.
2006-01-29 22:23:21 +00:00
Ben Elliston
0d2ca02bba * config.guess (*:SolidBSD:*:*): New.
* config.sub (-solidbsd*): New.
	* testsuite/config-guess.data: Add test case.
	* testsuite/config-sub.data: Ditto.
2006-01-02 06:03:00 +00:00
Ben Elliston
dce614dd94 2005-12-23 Ben Elliston <bje@gnu.org>
From Takahashi Yoshihiro <nyan@jp.FreeBSD.org>:
	* config.guess (pc98:FreeBSD:*:*) Add special case.
	* config.sub (pc98, pc98-*): New.
	* testsuite/config-guess.data: Add test case.
	* testsuite/config-sub.data: Ditto.
2005-12-22 23:50:20 +00:00
Ben Elliston
b847cd9269 Bump timestamp. 2005-12-12 23:39:26 +00:00
Ben Elliston
198a3211f7 2005-12-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* config.guess (mips:Linux:*:*, mips64:Linux:*:*, i*86:Linux:*:*):
	Fix quoting of eval command line, allow for preprocessor to insert
	white space between C tokens.
	(i*86:Linux:*:*): Handle Portland Group pgcc like Intel icc; it
	doesn't define __ELF__ either.
2005-12-12 23:38:07 +00:00
Ben Elliston
3b2d78786a Reported by Leif Ekblad <leif@rdos.net>:
* config.guess (i*86:rdos:*:*): New.
	* config.sub: Handle rdos.
	* testsuite/config-guess.data: Add test case for RDOS.
	* testsuite/config-sub.data: Likewise.
2005-12-11 10:56:13 +00:00
Ben Elliston
57a36d27a8 2005-12-09 Ben Elliston <bje@gnu.org>
Reported by Jan-Benedict Glaw <jbglaw@lug-owl.de>:
	* config.guess (vax:Linux:*:): Detect as vax-dec-linux-gnu.
	* testsuite/config-guess.data: Add test.

2005-12-09  Nathan Sidwell  <nathan@codesourcery.com>

	* config.sub (mt): Rename from ms1.
	(ms1): Alias it to mt for backward compatibility.
	* testsuite/config-sub.data: Update testsuite.
2005-12-09 12:21:41 +00:00
Ben Elliston
d9feb504fd 2005-11-11 Ben Elliston <bje@gnu.org>
* config.guess (x86:Interix*:[345]*): Handle Interix version 5.
	* testsuite/config-guess.data: Add test case.
2005-11-11 10:37:12 +00:00
Ben Elliston
920b2fbb36 2005-09-19 Gerben Wierda <Gerben.Wierda@rna.nl>
* config.guess (*:Darwin:*:*): Don't treat *86 specifically.
2005-09-19 03:37:15 +00:00
Ben Elliston
f3eed7f33b Reported by Kulkin Alexey <kulkin@yandex.ru>:
* config.guess (x86_64:CYGWIN*:*:*): New case.
	* testsuite/config-guess.data: Add test case.
2005-08-03 01:12:40 +00:00
Ben Elliston
e9ce662671 2005-07-14 Robert Millan <robertmh@gnu.org>
* config.guess (or32:Linux:*:*): Detect.
	* testsuite/config-guess.data: Add test case.
2005-07-14 10:22:37 +00:00
Ben Elliston
412495ba09 * config.guess: Let set_cc_for_build evaluate only once to avoid
creation of more than one tmpdir without removing the old one.
2005-07-08 07:35:25 +00:00
Ben Elliston
6ecb2a14fa * Bump timestamp. 2005-06-30 02:48:59 +00:00
Ben Elliston
2778983165 2005-06-30 Brad Smith <brad@comstyle.com>
* config.guess: Simplify OpenBSD support.
2005-06-30 02:46:25 +00:00
Ben Elliston
91c45c3884 * config.guess (i*:windows32*:*): uname -m includes "-pc", so no
need to emit it additionally.
	* testsuite/config-guess.data: Update test case.
2005-05-27 01:29:37 +00:00
Ben Elliston
4d6e34ac0c 2005-05-15 Ben Elliston <bje@gnu.org>
Reported by Sam Steingold <sds@gnu.org>:
	* config.guess (i*:windows32*:*): New.
	* testsuite/config-guess.data: Add a corresponding test case.
2005-05-15 09:36:12 +00:00
Ben Elliston
8be276bdca 2005-05-15 Paul Eggert <eggert@cs.ucla.edu>
* config.guess: Fix remaining problematic uses of "exit 0" (and
	one problematic use of "&& exit").
2005-05-15 09:25:16 +00:00
Ben Elliston
5e1307115c * config.guess: Update Free Software Foundation address.
* config.sub: Likewise.
2005-05-12 11:54:41 +00:00
Ben Elliston
047db621af 2005-05-12 Paul Eggert <eggert@CS.UCLA.EDU>
Explanation for this subtle change:

	From: Paul Eggert <eggert@CS.UCLA.EDU>
	To: config-patches
	Subject: config.guess, config.sub misdiagnose write errors

	config.guess and config.sub sometimes mishandle write errors to
	stdout: they either ignore the errors, or output invalid
	diagnostics when they occur.  For a simple (albeit unrealistic)
	example, on my Solaris 8 (sparc) host, the command "config.guess
	>&-" exits with status 0; it should exit with status 1, due to the
	write failure.

	* config.guess: Don't exit with an explicit exit code of 0.
	* config.sub: Likewise.
2005-05-12 11:43:29 +00:00
Ben Elliston
17cd077be0 2005-05-12 Ben Elliston <bje@gnu.org>
* config.guess (i*86:skyos:*:*): New.
	* config.sub (case $os): Handle "-skyos*" as a valid OS.
	* testsuite/config-guess.data: Add a test case.
	* testsuite/config-sub.data: Likewise.
2005-05-12 11:06:21 +00:00
Ben Elliston
4d4cb5f669 2005-05-12 Tim Rice <tim@multitalents.net>
* config.guess: Add support for SCO OpenServer 6.
2005-05-12 10:37:57 +00:00
Ben Elliston
daa94b9e3e 2005-05-12 Noah Misch <noah@cs.caltech.edu>
* config.guess (9000/[34678]??:HP-UX:*:*): Discard stderr of `cc
	-E -'; HP `cc' emits an error for it but still preprocesses
	standard input as expected.  Add comment.
2005-05-12 03:58:35 +00:00
Ben Elliston
34c732aee9 2005-05-12 Nick Burrett <nick@sqrt.co.uk>
Ben Elliston  <bje@gnu.org>

	* config.guess (arm:riscos:*:*): New configuration.
	* testsuite/config-sub.data: New tests.
	* testsuite/config-guess.data: Likewise.

2005-05-12  Nick Burrett  <nick@sqrt.co.uk>

	* config.guess: Add a missing newline to arm-acorn-riscix string.
2005-05-11 23:43:58 +00:00
Ben Elliston
5560bc815d * config.guess: Add a missing newline to arm-acorn-riscix string. 2005-05-11 23:27:13 +00:00
Ben Elliston
a801e71043 2005-04-22 Paul Green <Paul.Green@stratus.com>
Ben Elliston  <bje@gnu.org>

	* config.guess: Add Stratus VOS IA32 systems.
	* testsuite/config-guess.data: Add a testcase.
2005-04-22 08:26:11 +00:00