Ben Elliston
44bd5675f4
Reported by Owen Urkov <owen@asperasoft.com>.
...
* config.guess (amd64:Isilon OneFS:*:*): New.
* config.sub (-onefs*): New.
* testsuite/config-guess.data: Add a test case.
* testsuite/config-sub.data: Likewise.
2015-11-19 14:30:10 +11:00
Ben Elliston
869aecc8c8
* config.guess (k1om:Linux:*:*): New.
...
* testsuite/config-guess.data: Add a test case.
Reported by Jan Stypka <jasieek@student.agh.edu.pl>.
2015-09-14 09:50:28 +10:00
Jonas 'Sortie' Termansen
c4d5b5f44e
* config.guess (*:Sortix:*:*): New.
...
* config.sub (-sortix*): New.
Signed-off-by: Ben Elliston <bje@gnu.org>
2015-08-20 13:55:56 +10:00
宋冬生
9c63d2fafe
* config.guess (*:NetBSD:*:*): Use only the major release and
...
minor release number in the triplet.
* testsuite/config-guess.data: Add new tests.
Signed-off-by: Ben Elliston <bje@gnu.org>
2015-07-03 15:07:38 +10:00
Alexandre Oliva
ca9bfb8cc7
* config.guess (x86_64:Linux:*:*): Output 'pc', not 'unknown'.
...
* testsuite/config-guess.data: Update test case.
Signed-off-by: Ben Elliston <bje@gnu.org>
2015-06-30 17:26:58 +10:00
Dmitry V. Levin
9c71dc568d
* config.guess (e2k:Linux:*:*): New.
...
* config.sub (e2k, e2k-*): New.
* testsuite/config-guess.data: Add a test case.
* testsuite/config-sub.data: Likewise.
Signed-off-by: Ben Elliston <bje@gnu.org>
2015-03-04 12:25:30 +11:00
Taylor R Campbell
d9c8f45036
* config.guess (*:NetBSD:*:*): Handle earm* archs.
...
* config.sub (netbsd*-eabi*): New.
* testsuite/config-guess.data: Add test cases.
* testsuite/config-sub.data: Likewise.
Signed-off-by: Ben Elliston <bje@gnu.org>
2015-02-23 07:09:51 +11:00
Ben Elliston
1dfdef2268
* testsuite/config-guess.sh: Read an additional column from the
...
data file giving a value for 'uname -p'. In most cases, this can
be the string 'ignored'.
* testsuite/config-guess.data: Add uname -p value for each entry.
2015-02-20 22:48:48 +11:00
Christian Svensson
47681e2a9b
* config.guess (openrisc:Linux:*:*): New.
...
* config.guess (or1k*:Linux:*:*): Modified for or1knd.
* config.sub (or1knd): New.
* testsuite/config-guess.data: Test for or1knd:Linux, openrisc:Linux.
* testsuite/config-sub.data: Tests for or1knd-linux, or1knd-elf,
or1knd and or1k.
Signed-off-by: Ben Elliston <bje@gnu.org>
2014-03-24 19:55:13 +11:00
Ben Elliston
f4ebd3ed09
Reported by Dejan Lekic <dejan.lekic@gmail.com>.
...
* config.guess (*:MSYS*:*): Match all machines, not just i*.
* testsuite/config-guess.data: Add a test case.
2014-03-13 00:04:59 +11:00
Ben Elliston
3bfabc1475
* testsuite/config.guess: Sort.
...
* testsuite/config.sub: Ditto.
2014-01-01 11:37:33 +11:00
Mischa Jonker
986360de6e
* config.sub (arceb): New.
...
* config.guess (arc:Linux:*:*, arceb:Linux:*:*): New.
* testsuite/config-guess.data: Add test cases.
* testsuite/config-sub.data: Add test cases.
Signed-off-by: Ben Elliston <bje@gnu.org>
2013-04-24 22:26:32 +10:00
Christian Svensson
fd4dee4466
* config.guess (or1k:Linux:*:*): New.
...
* config.sub (or1k): Likewise.
* testsuite/config-guess.data: Test for or1k:Linux.
* testsuite/config-sub.data: Tests for or1k-linux, or1k-elf.
Signed-off-by: Ben Elliston <bje@gnu.org>
2013-02-12 21:34:07 +11:00
Theo Markettos
e64279b1f7
* config.guess (arm:*:riscos:*): Allow arm*.
...
* testsuite/config-guess.data: Add a test case.
Signed-off-by: Ben Elliston <bje@gnu.org>
2012-09-25 23:24:17 +10:00
Alex Smith
6f8e28fb9e
* config.guess (x86_64:Haiku:*:*): New.
...
* testsuite/config-guess.data: Add a test case.
Signed-off-by: Ben Elliston <bje@gnu.org>
2012-08-14 21:58:20 +10:00
Earnie Boyd
f16804b79e
* config.guess (*:MINGW64*:*): New.
...
* config.sub (mingw64): Likewise.
* testsuite/config-guess.data: Add a test case.
* testsuite/config-sub.data: Likewise.
Signed-off-by: Ben Elliston <bje@gnu.org>
2012-07-31 13:23:38 +10:00
Dmitriy Fedchenko
30d03f3d11
* config.guess (NSE-?:NONSTOP_KERNEL:*:*): Match NSE-* as the
...
substring can be longer than one character.
* testsuite/config-guess.data: Add a new test case.
Signed-off-by: Ben Elliston <bje@gnu.org>
2012-06-10 21:08:24 +10:00
Ben Elliston
d6f39afaf5
2012-01-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
...
* config.guess (aarch64:Linux:*:*, aarch64_be:Linux:*:*): New.
* config.sub (aarch64-*, aarch64_be-*): New.
* testsuite/config-sub.data: Add aarch64-elf, aarch64-linux
aarch64-unknown-elf, aarch64-unknown-linux, aarch64_be-elf,
aarch64_be-linux, aarch64_be-unknown-elf,
aarch64_be-unknown-linux.
* testsuite/config-guess.data: Add aarch64, aarch64_be.
2012-02-14 07:46:33 +11:00
Ben Elliston
bbbd684046
Reported by thom.fitzpatrick@hp.com.
...
* config.guess (x86_64:VMkernel:*:*): New.
* testsuite/config-guess.data: Add test case.
2012-02-10 10:19:58 +11:00
Ben Elliston
1a6937ce13
* config.guess (cris:Linux:*:*): Replace fixed CPU name in the
...
triplet with ${UNAME_MACHINE}, as it is identical.
(crisv32:Linux:*:*): Likewise.
(frv:Linux:*:*): Likewise.
(hexagon:Linux:*:*): Likewise.
(or32:Linux:*:*): Likewise.
(x86_64:Linux:*:*): Likewise.
* testsuite/config-guess.data: Add some missing GNU/Linux tests.
2011-12-29 20:05:32 +11:00
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
dd5312c0dc
* config.guess (hexagon:Linux:*:*): New.
...
* testsuite/config-guess.data: Add a test case.
2011-10-01 05:57:36 +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
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
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
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
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
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
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
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
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
bd02e72c9d
Handle BePC:Haiku*:*.
...
From Alexander Deynichenko <adeynichenko@gmail.com>.
2008-03-12 16:00:12 +11: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
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
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
e3bed08855
* config.guess (macppc:MirBSD:*:*): Fix typo.
...
* testsuite/config-guess.data: Add test case.
2006-07-02 00:51:53 +00:00