607 Commits

Author SHA1 Message Date
Ben Elliston
5edce403e6 Bump timestamp. 2010-04-03 15:15:41 +11:00
Ben Elliston
ab91362155 2010-04-03 Wolfram Sang <w.sang@pengutronix.de>
* config.guess: Use signal names instead of numbers with trap.
2010-04-03 08:49:13 +11:00
Ben Elliston
eca36bcfcc * config.sub (version): Add 2010.
* config.guess (version): Likewise.
2009-12-30 21:31:03 +11:00
Ben Elliston
5380268ada 2009-12-13 Alfred M. Szmidt <ams@gnu.org>
* config.sub (version): Add the year 2009.
	* config.guess (version): Likewise.
2009-12-13 20:49:26 +11:00
Ben Elliston
d1fef1a8f8 * config.guess (i86pc:AuroraUX:5.*:*): New.
(i86xen:AuroraUX:5.*:*): Likewise.
	* config.sub (-auroraux, -auroraux*): New.
	* testsuite/config-guess.data: Add test cases.
	* testsuite/config-sub.data: Likewise.
2009-11-20 14:37:10 +11:00
Ben Elliston
a3bf634cf3 * config.guess (i*86:Linux:*:*): Reintroduce dietlibc detection.
(mips:Linux:*:* | mips64:Linux:*:*): Simplfy with grep, not sed,
	to pull CPU= lines from the preprocessor output.
2009-11-19 14:03:24 +11:00
Ben Elliston
ac79b877bc * config.guess (*:Interix*:*): Allow any uname -r value so that
Interix 2.* is detected.
2009-11-08 22:45:06 +11:00
Ben Elliston
ccf975556a 2009-09-18 Jack Howarth <howarth@bromo.med.uc.edu>
* config.guess (*:Darwin:*:*): Handle 64-bit compilers on i386.
2009-09-18 11:04:25 +10:00
Ben Elliston
06193442fa * config.guess (i*86:Linux:*:*): Remove checks for whether the
default compiler produces a.out binaries.  For all i*86 GNU/Linux
	systems, the triplet guess is now ${UNAME_MACHINE}-pc-linux-gnu.
2009-09-18 10:36:43 +10:00
Ben Elliston
d58a416fbd * config.guess (*:Linux:*:*): Reorder the Linux architectures so
that 'grep :Linux:' matches 'grep :Linux: | sort'.
2009-09-18 10:17:35 +10:00
Ben Elliston
882ce79b49 * config.guess: Document where to get the latest version from.
* config.sub: Likewise.
2009-08-19 15:40:04 +10:00
Ben Elliston
107df2689f * config.guess: Add detection for LynxOS 4.2.
* testsuite/config-guess.data: Add a test case.
2009-06-10 09:42:10 +10:00
Ben Elliston
6fee3aadc3 * config.guess (*:NetBSD:*:*): Use grep -q, which is supported on
this host, instead of the less tidy grep > /dev/null.
	(9000/[34678]??:HP-UX:*:*): Likewise.
	(alpha:Linux:*:*): Likewise.
2009-06-09 13:10:53 +10:00
Ben Elliston
8887c3ad0e Update copyright years. 2009-06-03 08:56:34 +10:00
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