135 Commits

Author SHA1 Message Date
Ben Elliston
9a375e1fd8 * Makefile (check): Test config.guess before config.sub.
* testsuite/config-guess.data: Sort.
2011-12-29 19:55:18 +11:00
Ben Elliston
386c721816 2011-11-11 Charles Wilson <cwilso11@users.sourceforge.net>
* config.guess (i*:MSYS*:*): New.
	* config.sub: Recognize -msys*.
	* testsuite/config-guess.data: Add test case.
2011-11-11 06:22:13 +11:00
Ben Elliston
3bc7c30506 2011-10-29 DJ Delorie <dj@redhat.com>
* config.sub (rl78): New.
	* testsuite/config-sub.data: Add new tests.
2011-10-29 13:00:42 +11:00
Ben Elliston
a47f842264 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
Ben Elliston  <bje@gnu.org>

	* config.sub (epiphany): New.
	* testsuite/config-sub.data: Add new tests.
2011-10-08 15:10:17 +11:00
Ben Elliston
dd5312c0dc * config.guess (hexagon:Linux:*:*): New.
* testsuite/config-guess.data: Add a test case.
2011-10-01 05:57:36 +10:00
Ben Elliston
eb937632e9 * config.sub (hexagon, hexagon-*): New.
* testsuite/config-sub.data: Add test cases.
2011-09-09 20:09:00 +10:00
Ben Elliston
788fb547b9 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
64eb to be64.
	* testsuite/config-sub.data: Adjust test cases.
2011-08-23 10:18:40 +10:00
Ben Elliston
68873f3c11 * config.guess (*:FreeBSD:*:*): Switch on ${UNAME_PROCESSOR}.
* testsuite/config-guess.data: Remove hard to test FreeBSD cases.
2011-08-20 17:14:20 +10:00
Ben Elliston
e746d7f75f * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
(nacl): Grok as alias for 32el-unknown-nacl.
	* testsuite/config.sub: Add tests for those cases.
2011-08-16 07:44:06 +10:00
Ben Elliston
b1d8fb2510 * testsuite/config-sub.data: Sort. 2011-08-14 09:57:17 +10:00
Ben Elliston
5669ec08b5 2011-06-03 Nick Clifton <nickc@redhat.com>
Ben Elliston  <bje@gnu.org>

	* config.sub (v850e1, v850es, v850e2, v850e2v3): New.
	* testsuite/config-sub.data: Add tests for all V850 variants.
2011-06-03 22:31:45 +10:00
Ben Elliston
ce1b2b7b0a * config.guess (tile*:Linux:*:*): Use vendor "unknown", not
"tilera", for consistency with other architectures.
	* config.sub (tile*-*, tilegx-*): Use a more general pattern for
	"tile" to allow matching tilepro, tilegx32 and other variants.
	* testsuite/config-guess.data: Update tests.
	* testsuite/config-sub.data: Likewise.
2011-05-30 19:47:28 +10:00
Ben Elliston
626f5d2f5e 2011-03-31 Kirk Hays <khays@hayshaus.com>
Ben Elliston  <bje@gnu.org>

	* config.sub: Add configuration support for Open8 MCU softcore.
	* testsuite/config-sub.data: Add some simple test cases.
2011-04-01 23:02:40 +11:00
Ben Elliston
8a1592ae99 2011-03-23 Joseph Myers <joseph@codesourcery.com>
* config.sub: Map ppcbe to powerpc.
	* testsuite/config-sub.data: Add test cases.
2011-03-24 11:54:32 +11:00
Ben Elliston
45a6a4d02d 2011-03-23 Joseph Myers <joseph@codesourcery.com>
* config.sub: Map strongarm-*, thumb-* and xscale*-* to
	corresponding arm targets.
	* testsuite/config-sub.data: Add test cases.
2011-03-24 11:50:55 +11:00
Ben Elliston
f8780b1375 2011-02-02 Ben Elliston <bje@gnu.org>
Paul Eggert  <eggert@cs.ucla.edu>

	* config.guess, config.sub, testsuite/config-sub.data:
	Eliminate whitespace issues throughout (as found by M-x
	whitespace-report).  Jim Meyering reports that `git am'
	complains about spaces before tabs in the Emacs source code.
2011-02-02 22:58:39 +11:00
Ben Elliston
215ea8e958 2010-12-11 Masaki Muranaka <monaka@monami-software.com>
* config.sub: Accept cr16-*-elf.
	* testsuite/config-sub.data: Add test cases.
2010-12-11 21:17:18 +11:00
Ben Elliston
3155524d04 From Joachim Schmitz <schmitz@hp.com>:
* config.guess (NEO-?:NONSTOP_KERNEL:*:*): New.
	* testsuite/config-guess.data: Add test cases.
2010-09-24 22:56:23 +10:00
Ben Elliston
1a0cbc1cd2 From Macpaul Lin <macpaul@andestech.com>.
* config.sub (nds32, nds32le, nds32be): New.
	* testsuite/config-sub.data: Add test cases.
2010-09-07 18:00:14 +10:00
Ben Elliston
b441b1739b Revert:
2010-08-13  Ben Elliston  <bje@gnu.org>

	From Thomas YS Liu <nckuhuahua@gmail.com>.
	* config.sub (nds32, nds32le): New.
	* testsuite/config-sub.data: Add test case.
2010-09-07 17:55:30 +10:00
Ben Elliston
f282110aaf From Chris Metcalf <cmetcalf@tilera.com>.
* config.guess (tile*:Linux:*:*): New.
	* testsuite/config-guess.data: Add a test case.
2010-08-27 22:15:13 +10:00
Ben Elliston
0efcf599f6 From Thomas YS Liu <nckuhuahua@gmail.com>.
* config.sub (nds32, nds32le): New.
	* testsuite/config-sub.data: Add test case.
2010-08-13 21:45:45 +10:00
Ben Elliston
dce3df2c4f 2010-03-23 Joseph Myers <joseph@codesourcery.com>
* config.sub: Always map c54x-*, c55x-* and c6x-* to corresponding
	tic54x, tic55x and tic6x names.  Only use -coff as a default OS if
	no OS specified.
	* testsuite/config-sub.data: Add test cases.
2010-03-23 20:26:40 +11:00
Ben Elliston
e69eddec0e * config.sub: Handle tilegx-*.
* testsuite/config-sub.data: Add a test.
2010-01-22 13:21:03 +11:00
Ben Elliston
5e91a89e6f * config.sub (os): Handle nacl.
* testsuite/config-sub.data: Add a test case.
2009-12-31 21:22:50 +11:00
Ben Elliston
d1f5aa35fa * testsuite/config-guess.sh: Simplify some shell logic.
* testsuite/config-sub.sh: Likewise.
2009-12-16 14:23:10 +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
24a57dca54 * config.sub: Handle ubicom32, ubicom32-*.
* testsuite/config-sub.data: Add a test case.
2009-11-07 05:52:42 +11:00
Ben Elliston
d045af9d0d * config.sub (-es*): Recognize the ES operating system.
* testsuite/config-sub.data: Add a test case.
2009-10-07 11:07:15 +11:00
Ben Elliston
8beeda93cb * config.sub: Add support for Picochip.
* testsuite/config-sub.data: Add test cases.
2009-09-25 10:44:20 +10:00
Ben Elliston
51c0697af6 * config.sub: Add support for RX.
* testsuite/config-sub.data: Add two test cases for RX.
2009-09-23 06:16:13 +10:00
Ben Elliston
0021ec0198 * testsuite/config-guess.data: Remove i86xen and i86pc Solaris
tests as these triplet checks depend on the system C compiler.
	Reported by Mike Frysinger.
2009-09-16 13:32:56 +10:00
Ben Elliston
a8488d4107 2009-08-17 Michael Eager <eager@eagercon.com>
* config.sub: Add Microblaze aliases.
	* testsuite/config-sub.data: Add test cases.
2009-08-17 14:00:58 +10:00
Ben Elliston
8e40fa5a84 2009-06-11 Steven G. Johnson <stevenj.mit@gmail.com>
Ben Elliston  <bje@gnu.org>

	* config.sub (bluegene, -bluegene, -cnk*): New CNK aliases.
	* testsuite/config-sub.data: Add test cases.
2009-06-11 15:04:35 +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
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
90fa98bb30 * config.sub: Handle moxie.
* testsuite/config-sub.data: New test case.
2009-04-17 21:29:54 +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
23b1c5fb1f 2009-01-19 Robert Millan <rmh@aybabtu.com>
* config.sub: Handle -kopensolaris*.
	* testsuite/config-guess.data: Add test case.
	* testsuite/config-sub.data: Likewise.
2009-01-19 12:48:17 +11:00
Ben Elliston
de9585ac6e * config.sub (lm32): New.
* testsuite/config-sub.data: Add a test case.
2008-12-11 08:49:08 +11:00
Ben Elliston
e154a93b92 * config.sub (sh[24]aeb): Handle big endian variants.
* testsuite/config-sub.data: Add test cases.
2008-12-09 11:21:17 +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
46c3be0996 * config.sub (z80, z80-*): Handle.
* testsuite/config-sub.data: Add a test case.
2008-09-08 09:55:21 +10:00
Ben Elliston
8b4866b097 Strip stray whitespace. 2008-06-16 11:29:33 +10:00
Ben Elliston
ab8dac6709 * config.sub (cegcc, -cegcc*): New. 2008-06-16 11:26:41 +10:00