config.sub (3ffd35307077b69e8e71772d0e2603f8ffbc4804) config.sub (3e794565fce4e0901d6596368adacc38558278c7)
1#! /bin/sh
2# Configuration validation subroutine script.
1#! /bin/sh
2# Configuration validation subroutine script.
3# Copyright 1992-2016 Free Software Foundation, Inc.
3# Copyright 1992-2017 Free Software Foundation, Inc.
4
4
5timestamp='2016-11-19'
5timestamp='2017-01-01'
6
7# This file is free software; you can redistribute it and/or modify it
8# under the terms of the GNU General Public License as published by
9# the Free Software Foundation; either version 3 of the License, or
10# (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful, but
13# WITHOUT ANY WARRANTY; without even the implied warranty of

--- 48 unchanged lines hidden (view full) ---

62 -t, --time-stamp print date of last modification, then exit
63 -v, --version print version number, then exit
64
65Report bugs and patches to <config-patches@gnu.org>."
66
67version="\
68GNU config.sub ($timestamp)
69
6
7# This file is free software; you can redistribute it and/or modify it
8# under the terms of the GNU General Public License as published by
9# the Free Software Foundation; either version 3 of the License, or
10# (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful, but
13# WITHOUT ANY WARRANTY; without even the implied warranty of

--- 48 unchanged lines hidden (view full) ---

62 -t, --time-stamp print date of last modification, then exit
63 -v, --version print version number, then exit
64
65Report bugs and patches to <config-patches@gnu.org>."
66
67version="\
68GNU config.sub ($timestamp)
69
70Copyright 1992-2016 Free Software Foundation, Inc.
70Copyright 1992-2017 Free Software Foundation, Inc.
71
72This is free software; see the source for copying conditions. There is NO
73warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
74
75help="
76Try \`$me --help' for more information."
77
78# Parse command line

--- 1325 unchanged lines hidden (view full) ---

1404 | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
1405 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1406 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1407 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1408 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1409 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1410 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1411 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
71
72This is free software; see the source for copying conditions. There is NO
73warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
74
75help="
76Try \`$me --help' for more information."
77
78# Parse command line

--- 1325 unchanged lines hidden (view full) ---

1404 | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
1405 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1406 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1407 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1408 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1409 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1410 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1411 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
1412 | -onefs* | -tirtos* | -phoenix* | -fuchsia*)
1412 | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox*)
1413 # Remember, each alternative MUST END IN *, to match a version number.
1414 ;;
1415 -qnx*)
1416 case $basic_machine in
1417 x86-* | i*86-*)
1418 ;;
1419 *)
1420 os=-nto$os

--- 212 unchanged lines hidden (view full) ---

1633 os=-coff
1634 ;;
1635 *-tti) # must be before sparc entry or we get the wrong os.
1636 os=-sysv3
1637 ;;
1638 sparc-* | *-sun)
1639 os=-sunos4.1.1
1640 ;;
1413 # Remember, each alternative MUST END IN *, to match a version number.
1414 ;;
1415 -qnx*)
1416 case $basic_machine in
1417 x86-* | i*86-*)
1418 ;;
1419 *)
1420 os=-nto$os

--- 212 unchanged lines hidden (view full) ---

1633 os=-coff
1634 ;;
1635 *-tti) # must be before sparc entry or we get the wrong os.
1636 os=-sysv3
1637 ;;
1638 sparc-* | *-sun)
1639 os=-sunos4.1.1
1640 ;;
1641 pru-*)
1642 os=-elf
1643 ;;
1641 *-be)
1642 os=-beos
1643 ;;
1644 *-haiku)
1645 os=-haiku
1646 ;;
1647 *-ibm)
1648 os=-aix

--- 177 unchanged lines hidden ---
1644 *-be)
1645 os=-beos
1646 ;;
1647 *-haiku)
1648 os=-haiku
1649 ;;
1650 *-ibm)
1651 os=-aix

--- 177 unchanged lines hidden ---