Ben Elliston
e9ecf4f360
* config.sub (maybe_os): Remove second and duplicate -aros*
...
case. Only the first will match. Found by Shellcheck.
2018-01-13 19:48:02 +11:00
Ben Elliston
b6b5d6c4c7
* config.sub (maybe_os): Remove second and duplicate *-next
...
case. Only the first will match. Found by Shellcheck.
2018-01-13 17:10:28 +11:00
Randall S. Becker
a69a8a3d51
* config.guess (NSV-*:NONSTOP_KERNEL:*:*): New.
...
* config.sub (nsv-tandem): New.
* testsuite/config-guess.data: Add a test case.
* testsuite/config-sub.data: Likewise.
Signed-off-by: Ben Elliston <bje@gnu.org>
2018-01-11 10:00:52 +11:00
Ben Elliston
6fc06f163a
* config.guess: Update copyright years.
...
* config.sub: Likewise.
* doc/config.guess.1: Regenerate.
* doc/config.sub.1: Likewise.
2018-01-01 17:10:32 +11:00
Ben Elliston
6adbbddf3a
Bump timestamp.
2017-12-31 11:18:41 +11:00
Andrew Pinski
cb7fee107e
* config.sub (-bme*): New.
...
* testsuite/config-sub.data: Add a test case.
Signed-off-by: Ben Elliston <bje@gnu.org>
2017-12-31 08:09:29 +11:00
Henry Bent
c9092d0534
* config.guess (mips:OSF1:*:*): Recognise.
...
* testsuite/config-guess.data: Add a test case.
Signed-off-by: Ben Elliston <bje@gnu.org>
2017-12-17 14:03:06 +11:00
Olivier Hainque
f5641da650
* config.sub: Map -pikeos to baremetal.
...
* testsuite/config-sub.data: Add tests for a few pikeos
configuration variants.
Signed-off-by: Ben Elliston <bje@gnu.org>
2017-11-23 22:19:05 +11:00
Ben Elliston
64198f12d8
Thanks to Urs Janßen.
...
* config.guess (mips:*:*:UMIPS | mips:*:*:RISCos): Fix typo.
2017-11-07 19:41:08 +11:00
Ben Elliston
3e66531146
Reported by Nelson H. F. Beebe:
...
* config.guess (*:MidnightBSD:*:*): Recognise.
* testsuite/config-guess.data: Add a test case.
2017-11-07 14:14:17 +11:00
Ben Elliston
ef95b1db9b
Also revert -- these parens were there for a reason. :-(
...
* config.guess: Remove unnecessary parentheses inside `..`
command substitutions to improve clarity.
2017-11-05 11:33:30 +11:00
Ben Elliston
76d2f0e6f6
Revert -- it's too soon to make this change.
...
* config.guess: Replace old-style `..` command substitution with
the more modern $(..) form.
* config.sub: Likewise.
2017-11-04 11:04:43 +11:00
Ben Elliston
b83ed0ee7b
* config.sub (we32k): Remove duplicate case so that `we32k'
...
properly canonicalises to `we32k-att-sysv'.
* testsuite/config-sub.data: Update test case.
2017-11-04 09:25:08 +11:00
Ben Elliston
cf2650fa94
* config.guess: Improve usage text.
...
* config.sub: Likewise.
2017-11-04 09:22:08 +11:00
Ben Elliston
a1aab4fe31
* config.guess: Replace old-style ..
command substitution with
...
the more modern $(..) form.
* config.sub: Likewise.
2017-11-03 22:21:08 +11:00
Ben Elliston
e37d556198
* config.guess: Remove unnecessary parentheses inside ..
command
...
substitutions to improve clarity.
2017-11-03 21:09:41 +11:00
Ben Elliston
ddf1db93f3
* config.guess (i*86:SYSTEM_V:4.*:*): Remove pattern as this is
...
already matched by i*86:*:4.*:*.
2017-11-01 10:15:08 +11:00
Ben Elliston
e1e709f4a9
* config.guess (romp-ibm:4.4BSD:*): Correct pattern so that it
...
does not match romp-ibm:BSD:* in the immediately following case.
2017-11-01 10:06:21 +11:00
Ben Elliston
57406ae8e6
* config.guess (mips:*:*:UMIPS | mips:*:*:RISCos): Use explicit
...
escaping for \n.
2017-11-01 10:03:09 +11:00
Ben Elliston
4e9ab51a54
* config.guess: Whitespace fixes.
...
* config.sub: Ditto.
2017-11-01 09:31:38 +11:00
Ben Elliston
0e5095bc3b
* config.sub (maybe_os): Remove redundant dpx2*-bull pattern.
...
Already matched by dpx2*.
2017-11-01 09:00:35 +11:00
Ben Elliston
4e26019d10
* testsuite/config-guess.sh (run_config_guess): Simplify.
...
* testsuite/config-sub.sh (run_config_sub): Likewise.
2017-10-26 23:10:46 +11:00
Ben Elliston
d07fa31c34
* testsuite/config-guess.sh: Fix issues identified by Shellcheck.
...
* testsuite/config-sub.sh: Likewise.
2017-10-26 22:31:18 +11:00
Ben Elliston
c003e5cb94
* config.guess: Output a note that a C compiler may be needed when
...
guessing fails on MIPS GNU/Linux systems.
2017-09-26 12:16:43 +10:00
Ben Elliston
c346c22106
* config.guess (Local variables): Use 'write-file-functions
...
instead of the deprecated 'write-file-hook (as of Emacs 22.1).
* config.sub: Likewise.
2017-09-26 11:38:13 +10:00
Paul Eggert
0710b02a4a
Prefer https: to http: for gnu.org
...
In Gnulib, Emacs, etc. we are changing ftp: and http: URLs to
use https:, to help defend against man-in-the-middle attacks.
Propagate these changes upstream to the config scripts.
* config.guess, config.sub: Use https: URLs in diagnostics
and in comments.
Signed-off-by: Ben Elliston <bje@gnu.org>
2017-09-17 08:25:26 +10:00
Ben Elliston
9e0cc019c7
* testsuite/config-sub.data (i386-windows): New test case.
...
(x86_64-windows): Likewise.
2017-09-15 12:14:13 +10:00
Ben Elliston
36b490f72a
* config.sub (maybe_os): Add x64 alias for x86_64.
2017-09-13 21:49:43 +10:00
Ben Elliston
611c365215
Fix space before tab in config.sub.
2017-09-13 08:19:52 +10:00
Ben Elliston
554e3feb15
* config.sub (maybe_os): Remove -windowsnt*.
...
* config.guess (Alpha\ *:Windows_NT*:*): Remove obsolete case.
(21064:Windows_NT:50:3): Likewise.
(i*:windows32*:*): Likewise.
([345]86:Windows_95:*, [345]86:Windows_98:*): Likewise.
([345]86:Windows_NT:*): Likewise.
(8664:Windows_NT:*): Likewise.
(i*:Windows_NT*:* | Pentium*:Windows_NT*:*): Likewise.
(p*:CYGWIN*:*): Likewise.
* testsuite/config-guess.data: Remove relevant test cases.
2017-09-12 11:52:17 +10:00
Ben Elliston
3ff19c8ae6
* config.sub: Improve comments.
2017-09-10 19:19:51 +10:00
Ben Elliston
c268e85591
* testsuite/config-guess.data: Sort.
2017-08-26 20:32:22 +10:00
Ian Douglas Scott
636f39d3a3
* config.guess (*:Redox:*:*): New.
...
* testsuite/config-guess.data: Add a test case.
Signed-off-by: Ben Elliston <bje@gnu.org>
2017-08-08 18:54:55 +10:00
Ben Elliston
81497f5aaf
* config.guess: Improve "outdated script" message.
2017-07-19 11:50:48 +10:00
Mojca Miklavec
7d3d27baf8
* config.guess (*:Darwin:*:*): Set UNAME_PROCESSOR to powerpc when
...
__POWERPC__ is defined (e.g. when building with gcc -arch ppc).
Signed-off-by: Ben Elliston <bje@gnu.org>
2017-05-27 21:26:27 +10:00
Ben Elliston
281c61b32f
* config.guess (NSR-*:NONSTOP_KERNEL:*:*): Match suffix with *.
...
(NEO-*:NONSTOP_KERNEL:*:*): Likewise.
* testsuite/config-guess.data: Add test cases.
2017-05-11 20:36:27 +10:00
Ben Elliston
53c0fcc404
Reported by Hugues Lefebvre <hugues.lefebvre@lusis.fr>.
...
* config.guess (NSX-*:NONSTOP_KERNEL:*:*): Some L-SERIES systems
now have more than one letter in the suffix, so match with *.
* testsuite/config-guess.data: Add a test case.
2017-05-11 09:50:56 +10:00
Andrew Jenner
35db81cadc
* config.sub: Add support for 16-bit Intel x86.
...
Signed-off-by: Ben Elliston <bje@gnu.org>
2017-04-02 07:05:01 +10:00
Pip Cet
4d34a6a75e
* config.sub: Recognise wasm32.
...
* testsuite/config-sub.data: Add a test case.
Signed-off-by: Ben Elliston <bje@gnu.org>
2017-03-21 07:07:52 +11:00
Gerald Pfeifer
00666e7b39
* config.guess (*:FreeBSD:*:*): Refactor CPU handling.
...
Canonicalize i386-*-freebsd* to i586-*-freebsd*.
Signed-off-by: Ben Elliston <bje@gnu.org>
2017-03-05 08:29:01 +11:00
Ben Elliston
2fbde7c1b5
Reported by Hugues Lefebvre <hugues.lefebvre@lusis.fr>.
...
* config.guess (NSX-?:NONSTOP_KERNEL:*:*): New.
* config.sub (nsx-tandem): New.
* testsuite/config-guess.data: Add a test case.
* testsuite/config-sub.data: Likewise.
2017-02-07 05:55:13 +11:00
Ben Elliston
6a82322dd0
* config.guess: Update copyright years.
...
* config.sub: Likewise.
* doc/config.guess.1: Regenerate.
* doc/config.sub.1: Likewise.
2016-12-31 23:04:57 +11:00
Ben Elliston
c9d898a31b
* Makefile (doc/config.guess.1): Depend on config.guess.
...
(doc/config.sub.1): Depend on config.sub.
2016-12-28 01:16:39 +11:00
Ben Elliston
d2701183eb
* doc/config.guess.1: Regenerate.
...
* doc/config.sub.1: Likewise.
2016-12-28 00:59:12 +11:00
Ben Elliston
d10311a2ed
* testsuite/config-guess.data: Align columns.
2016-12-28 00:26:32 +11:00
Ben Elliston
549445686f
* testsuite/config-sub.data: Align columns.
2016-12-27 22:51:24 +11:00
Ben Elliston
d106f34d67
* testsuite/config-guess.data: Sort.
...
* testsuite/config-sub.data: Likewise.
2016-12-27 19:55:50 +11:00
Jeremy Soller
acf6da5829
* config.sub (-redox*): New.
...
* testsuite/config-sub.data: Add a test case.
Signed-off-by: Ben Elliston <bje@gnu.org>
2016-12-24 12:08:13 +11:00
Dimitar Dimitrov
4a14cfe9ae
* config.sub (pru, pru-*): Force ELF format.
...
* testsuite/config-sub.data: Update PRU test case.
Signed-off-by: Ben Elliston <bje@gnu.org>
2016-12-16 08:08:17 +11:00
Ben Elliston
ef4a5ae979
* config.sub (glidix-*): Recognise.
...
* testsuite/config-sub.data: Add a test case.
2016-11-19 12:03:15 +11:00