393 Commits

Author SHA1 Message Date
Ben Elliston
ace8c17897 * config.guess: Factor mips:Linux:*:* and mips64:Linux:*:*. 2009-06-02 10:28:06 +10:00
Ben Elliston
5645877097 * config.guess: Drop detection for i386-pc-linux-gnuaout on
systems with the a.out executable format.  "Here's 5c, kid".
2009-06-02 00:26:28 +10:00
Ben Elliston
c0319357be * config.guess: Drop detection for i386-pc-linux-gnuoldld on
systems with a pre-BFD linker.  "Here's a nickel, kid .."
2009-06-02 00:18:07 +10:00
Ben Elliston
a5fd02512d Reported by bob.strahan@hp.com.
* config.guess (8664:Windows_NT:*): MKS on x86-64 machines.
	* testsuite/config-guess.data: Add a test case.
2009-06-01 08:32:27 +10:00
Ben Elliston
93b5037172 * config.guess (s390x:SunOS:*:*): Add s390x-ibm-solaris*.
* testsuite/config-guess.data: Add a test case.
2009-04-27 16:42:51 +10:00
Ben Elliston
b64b6787e3 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
consistency with config.sub.
	* testsuite/config-guess.data: Add a test case.
2009-04-17 22:03:42 +10:00
Ben Elliston
296058738a Report from Przemyslaw Szczygielski.
* config.guess (i*86:AROS:*:*): Detect AROS.
	* config.sub (aros, aros-*): Handle these.
	* testsuite/config-guess.data: Add test cases.
	* testsuite/config-sub.data: Likewise.
2009-02-03 21:31:24 +11:00
Ben Elliston
3aa48a5705 * config.guess (NCR*:*:4.2:*, MPRAS*:*:4.2:*): Add detection for
NCR MPRAS.  From Lucas Silacci <Lucas.Silacci@Teradata.com>.
2008-12-19 12:02:46 +11:00
Ben Elliston
8813f847cc * config.guess (i86pc:SunOS:5.*:*, i86xen:SunOS:5.*:*): Remove the
need for /usr/bin/echo by improving shell portability.  Thanks to
	Ralf Wildenhues <Ralf.Wildenhues@gmx.de> for the suggestion.
2008-12-18 13:20:35 +11:00
Ben Elliston
7086ee2638 * config.guess (i86pc:SunOS:5.*:*, i86xen:SunOS:5.*:*): The full
path to /usr/bin/echo is necessary to work around the shell
	builtins for echo that do not handle newlines.  From Ali Bahrami.
2008-12-11 15:31:45 +11:00
Ben Elliston
95860226d7 * config.guess (i86pc:SunOS:5.*:*, i86xen:SunOS:5.*:*): No need to
invoke echo as /usr/bin/echo; we've never done it this way before.

	* testsuite/config-guess.data: Add powerpc-unknown-linux-gnu case.
2008-11-16 11:52:19 +11:00
Ben Elliston
01e207b7f3 Add support for detecting x86_64 Solaris. 2008-11-15 21:57:16 +11:00
Ben Elliston
f0ae538a8a * config.guess (*:Interix*:[3456]*): Handle "genuineintel".
* testsuite/config-guess.data: Add a test case.
2008-09-28 20:37:09 +10:00
Ben Elliston
b169d80cf8 From boris.seve@drillscan.com.
* config.guess (padre:Linux:*:*): New.
	* testsuite/config-guess.data: Add a test case.
2008-09-28 20:05:57 +10:00
Ben Elliston
19479ce072 Update timestamp. 2008-04-14 19:25:10 +10:00
Ben Elliston
3b630a362e * config.guess (i*86:Linux:*:*): Remove handling of i386-coff ld.
Enough years have gone by that I think it's safe to remove this.
2008-04-08 15:13:47 +10:00
Ben Elliston
bd02e72c9d Handle BePC:Haiku*:*.
From Alexander Deynichenko <adeynichenko@gmail.com>.
2008-03-12 16:00:12 +11:00
Ben Elliston
4fa6cbf133 Update URL for script location. 2008-01-23 12:20:01 +11:00
Ben Elliston
d3d413ae29 * config.guess: Update copyright years in version output.
* config.sub: Likewise.
2008-01-07 23:18:24 +00:00
Ben Elliston
7196a6d529 Update copyright year (add 2008). 2008-01-07 06:31:49 +00:00
Ben Elliston
e7717a86a5 2008-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* config.guess (*:AIX:*:[4-9]): Accept UNAME_VERSIONs > 5, for AIX
	6.1.  Reported by Rainer Tammer <tammer@tammer.net>.
2008-01-07 06:31:08 +00:00
Ben Elliston
b42a6a5d34 Add 2007 to copyright years. 2008-01-07 06:19:39 +00:00
Ben Elliston
320059e61d * config.guess (*:Interix*:[3456]*): Handle IA64 ${UNAME_MACHINE}.
Return ia64-unknown-interix${UNAME_RELEASE}.
	* testsuite/config-guess.data: Add a test case.
2007-12-12 04:35:44 +00:00
Ben Elliston
e76d51868f 2007-12-05 Lennert Buytenhek <buytenh@wantstofly.org>
* config.guess (arm*:Linux:*:*): Determine ABI in use.
2007-12-05 03:20:25 +00:00
Ben Elliston
06892ee476 2007-11-19 Marc Gauthier <marc@tensilica.com>
* config.guess (xtensa*:Linux:*:*): Accept variants.
	* config.sub (xtensa*): Accept variants.
	* testsuite/config-sub.data: Add test case.
2007-11-19 02:36:36 +00:00
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