annotate build-aux/config.sub @ 7130:6b91f203e6a7

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 14 Aug 2006 13:14:48 +0000
parents 6e8bdb609cfd
children 448ec4963f04
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 #! /bin/sh
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 # Configuration validation subroutine script.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
6663
03930055e21a autoupdate
Karl Berry <karl@freefriends.org>
parents: 6653
diff changeset
4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
03930055e21a autoupdate
Karl Berry <karl@freefriends.org>
parents: 6653
diff changeset
5 # Inc.
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
7130
6b91f203e6a7 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6910
diff changeset
7 timestamp='2006-08-14'
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 # This file is (in principle) common to ALL GNU software.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 # The presence of a machine in this file suggests that SOME GNU software
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 # can handle that machine. It does not imply ALL GNU software can.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 #
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 # This file is free software; you can redistribute it and/or modify
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 # it under the terms of the GNU General Public License as published by
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 # the Free Software Foundation; either version 2 of the License, or
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 # (at your option) any later version.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 #
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 # This program is distributed in the hope that it will be useful,
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 # GNU General Public License for more details.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 #
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 # You should have received a copy of the GNU General Public License
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 # along with this program; if not, write to the Free Software
5847
a550081901be autoupdate
Karl Berry <karl@freefriends.org>
parents: 5806
diff changeset
25 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
a550081901be autoupdate
Karl Berry <karl@freefriends.org>
parents: 5806
diff changeset
26 # 02110-1301, USA.
a550081901be autoupdate
Karl Berry <karl@freefriends.org>
parents: 5806
diff changeset
27 #
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 # As a special exception to the GNU General Public License, if you
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 # distribute this file as part of a program that contains a
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 # configuration script generated by Autoconf, you may include it under
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 # the same distribution terms that you use for the rest of that program.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32
5847
a550081901be autoupdate
Karl Berry <karl@freefriends.org>
parents: 5806
diff changeset
33
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 # Please send patches to <config-patches@gnu.org>. Submit a context
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35 # diff and a properly formatted ChangeLog entry.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
36 #
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
37 # Configuration subroutine to validate and canonicalize a configuration type.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
38 # Supply the specified configuration type as an argument.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
39 # If it is invalid, we print an error message on stderr and exit with code 1.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
40 # Otherwise, we print the canonical config type on stdout and succeed.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
41
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
42 # This file is supposed to be the same for all GNU packages
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
43 # and recognize all the CPU types, system types and aliases
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
44 # that are meaningful with *any* GNU software.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
45 # Each package is responsible for reporting which valid configurations
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
46 # it does not support. The user should be able to distinguish
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
47 # a failure to support a valid configuration from a meaningless
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
48 # configuration.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
49
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
50 # The goal of this file is to map all the various variations of a given
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
51 # machine specification into a single specification in the form:
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
52 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
53 # or in some cases, the newer four-part form:
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
54 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
55 # It is wrong to echo any other type of specification.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
56
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
57 me=`echo "$0" | sed -e 's,.*/,,'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
58
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
59 usage="\
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
60 Usage: $0 [OPTION] CPU-MFR-OPSYS
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
61 $0 [OPTION] ALIAS
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
62
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
63 Canonicalize a configuration name.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
64
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
65 Operation modes:
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
66 -h, --help print this help, then exit
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
67 -t, --time-stamp print date of last modification, then exit
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
68 -v, --version print version number, then exit
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
69
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
70 Report bugs and patches to <config-patches@gnu.org>."
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
71
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
72 version="\
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
73 GNU config.sub ($timestamp)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
74
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
75 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
76 Free Software Foundation, Inc.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
77
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
78 This is free software; see the source for copying conditions. There is NO
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
79 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
80
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
81 help="
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
82 Try \`$me --help' for more information."
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
83
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
84 # Parse command line
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
85 while test $# -gt 0 ; do
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
86 case $1 in
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
87 --time-stamp | --time* | -t )
5847
a550081901be autoupdate
Karl Berry <karl@freefriends.org>
parents: 5806
diff changeset
88 echo "$timestamp" ; exit ;;
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
89 --version | -v )
5847
a550081901be autoupdate
Karl Berry <karl@freefriends.org>
parents: 5806
diff changeset
90 echo "$version" ; exit ;;
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
91 --help | --h* | -h )
5847
a550081901be autoupdate
Karl Berry <karl@freefriends.org>
parents: 5806
diff changeset
92 echo "$usage"; exit ;;
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
93 -- ) # Stop option processing
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
94 shift; break ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
95 - ) # Use stdin as input.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
96 break ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
97 -* )
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
98 echo "$me: invalid option $1$help"
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
99 exit 1 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
100
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
101 *local*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
102 # First pass through any local machine types.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
103 echo $1
5847
a550081901be autoupdate
Karl Berry <karl@freefriends.org>
parents: 5806
diff changeset
104 exit ;;
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
105
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
106 * )
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
107 break ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
108 esac
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
109 done
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
110
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
111 case $# in
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
112 0) echo "$me: missing argument$help" >&2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
113 exit 1;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
114 1) ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
115 *) echo "$me: too many arguments$help" >&2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
116 exit 1;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
117 esac
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
118
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
119 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
120 # Here we must recognize all the valid KERNEL-OS combinations.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
121 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
122 case $maybe_os in
6487
76f28283f45f autoupdate
Karl Berry <karl@freefriends.org>
parents: 6481
diff changeset
123 nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
76f28283f45f autoupdate
Karl Berry <karl@freefriends.org>
parents: 6481
diff changeset
124 uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
76f28283f45f autoupdate
Karl Berry <karl@freefriends.org>
parents: 6481
diff changeset
125 storm-chaos* | os2-emx* | rtmk-nova*)
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
126 os=-$maybe_os
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
127 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
128 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
129 *)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
130 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
131 if [ $basic_machine != $1 ]
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
132 then os=`echo $1 | sed 's/.*-/-/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
133 else os=; fi
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
134 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
135 esac
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
136
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
137 ### Let's recognize common machines as not being operating systems so
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
138 ### that things like config.sub decstation-3100 work. We also
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
139 ### recognize some manufacturers as not being operating systems, so we
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
140 ### can provide default operating systems below.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
141 case $os in
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
142 -sun*os*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
143 # Prevent following clause from handling this invalid input.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
144 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
145 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
146 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
147 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
148 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
149 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
150 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
151 -apple | -axis | -knuth | -cray)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
152 os=
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
153 basic_machine=$1
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
154 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
155 -sim | -cisco | -oki | -wec | -winbond)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
156 os=
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
157 basic_machine=$1
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
158 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
159 -scout)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
160 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
161 -wrs)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
162 os=-vxworks
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
163 basic_machine=$1
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
164 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
165 -chorusos*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
166 os=-chorusos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
167 basic_machine=$1
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
168 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
169 -chorusrdb)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
170 os=-chorusrdb
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
171 basic_machine=$1
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
172 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
173 -hiux*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
174 os=-hiuxwe2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
175 ;;
6452
5424c9c9e181 autoupdate
Karl Berry <karl@freefriends.org>
parents: 5971
diff changeset
176 -sco6)
5424c9c9e181 autoupdate
Karl Berry <karl@freefriends.org>
parents: 5971
diff changeset
177 os=-sco5v6
5424c9c9e181 autoupdate
Karl Berry <karl@freefriends.org>
parents: 5971
diff changeset
178 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
5424c9c9e181 autoupdate
Karl Berry <karl@freefriends.org>
parents: 5971
diff changeset
179 ;;
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
180 -sco5)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
181 os=-sco3.2v5
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
182 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
183 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
184 -sco4)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
185 os=-sco3.2v4
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
186 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
187 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
188 -sco3.2.[4-9]*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
189 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
190 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
191 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
192 -sco3.2v[4-9]*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
193 # Don't forget version if it is 3.2v4 or newer.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
194 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
195 ;;
6452
5424c9c9e181 autoupdate
Karl Berry <karl@freefriends.org>
parents: 5971
diff changeset
196 -sco5v6*)
5424c9c9e181 autoupdate
Karl Berry <karl@freefriends.org>
parents: 5971
diff changeset
197 # Don't forget version if it is 3.2v4 or newer.
5424c9c9e181 autoupdate
Karl Berry <karl@freefriends.org>
parents: 5971
diff changeset
198 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
5424c9c9e181 autoupdate
Karl Berry <karl@freefriends.org>
parents: 5971
diff changeset
199 ;;
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
200 -sco*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
201 os=-sco3.2v2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
202 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
203 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
204 -udk*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
205 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
206 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
207 -isc)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
208 os=-isc2.2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
209 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
210 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
211 -clix*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
212 basic_machine=clipper-intergraph
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
213 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
214 -isc*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
215 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
216 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
217 -lynx*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
218 os=-lynxos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
219 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
220 -ptx*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
221 basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
222 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
223 -windowsnt*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
224 os=`echo $os | sed -e 's/windowsnt/winnt/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
225 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
226 -psos*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
227 os=-psos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
228 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
229 -mint | -mint[0-9]*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
230 basic_machine=m68k-atari
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
231 os=-mint
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
232 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
233 esac
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
234
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
235 # Decode aliases for certain CPU-COMPANY combinations.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
236 case $basic_machine in
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
237 # Recognize the basic CPU types without company name.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
238 # Some are omitted here because they have special meanings below.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
239 1750a | 580 \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
240 | a29k \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
241 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
242 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
243 | am33_2.0 \
6818
6307ee391d59 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6791
diff changeset
244 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
5806
011f74e77fb8 autoupdate
Karl Berry <karl@freefriends.org>
parents: 5736
diff changeset
245 | bfin \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
246 | c4x | clipper \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
247 | d10v | d30v | dlx | dsp16xx \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
248 | fr30 | frv \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
249 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
250 | i370 | i860 | i960 | ia64 \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
251 | ip2k | iq2000 \
6791
ab801856f0f8 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6688
diff changeset
252 | m32c | m32r | m32rle | m68000 | m68k | m88k \
ab801856f0f8 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6688
diff changeset
253 | maxq | mb | microblaze | mcore \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
254 | mips | mipsbe | mipseb | mipsel | mipsle \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
255 | mips16 \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
256 | mips64 | mips64el \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
257 | mips64vr | mips64vrel \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
258 | mips64orion | mips64orionel \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
259 | mips64vr4100 | mips64vr4100el \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
260 | mips64vr4300 | mips64vr4300el \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
261 | mips64vr5000 | mips64vr5000el \
5951
95ec55dd0a10 autoupdate
Karl Berry <karl@freefriends.org>
parents: 5905
diff changeset
262 | mips64vr5900 | mips64vr5900el \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
263 | mipsisa32 | mipsisa32el \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
264 | mipsisa32r2 | mipsisa32r2el \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
265 | mipsisa64 | mipsisa64el \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
266 | mipsisa64r2 | mipsisa64r2el \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
267 | mipsisa64sb1 | mipsisa64sb1el \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
268 | mipsisa64sr71k | mipsisa64sr71kel \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
269 | mipstx39 | mipstx39el \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
270 | mn10200 | mn10300 \
6481
c987e98110af autoupdate
Karl Berry <karl@freefriends.org>
parents: 6452
diff changeset
271 | mt \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
272 | msp430 \
6653
1726c9f20389 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6503
diff changeset
273 | nios | nios2 \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
274 | ns16k | ns32k \
5953
0bdd12e53c78 autoupdate
Karl Berry <karl@freefriends.org>
parents: 5951
diff changeset
275 | or32 \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
276 | pdp10 | pdp11 | pj | pjl \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
277 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
278 | pyramid \
6688
390f6792d8a4 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6663
diff changeset
279 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
280 | sh64 | sh64le \
6663
03930055e21a autoupdate
Karl Berry <karl@freefriends.org>
parents: 6653
diff changeset
281 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
03930055e21a autoupdate
Karl Berry <karl@freefriends.org>
parents: 6653
diff changeset
282 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
6791
ab801856f0f8 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6688
diff changeset
283 | spu | strongarm \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
284 | tahoe | thumb | tic4x | tic80 | tron \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
285 | v850 | v850e \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
286 | we32k \
7130
6b91f203e6a7 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6910
diff changeset
287 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
288 | z8k)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
289 basic_machine=$basic_machine-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
290 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
291 m6811 | m68hc11 | m6812 | m68hc12)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
292 # Motorola 68HC11/12.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
293 basic_machine=$basic_machine-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
294 os=-none
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
295 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
296 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
297 ;;
6481
c987e98110af autoupdate
Karl Berry <karl@freefriends.org>
parents: 6452
diff changeset
298 ms1)
c987e98110af autoupdate
Karl Berry <karl@freefriends.org>
parents: 6452
diff changeset
299 basic_machine=mt-unknown
c987e98110af autoupdate
Karl Berry <karl@freefriends.org>
parents: 6452
diff changeset
300 ;;
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
301
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
302 # We use `pc' rather than `unknown'
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
303 # because (1) that's what they normally are, and
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
304 # (2) the word "unknown" tends to confuse beginning users.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
305 i*86 | x86_64)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
306 basic_machine=$basic_machine-pc
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
307 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
308 # Object if more than one company name word.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
309 *-*-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
310 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
311 exit 1
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
312 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
313 # Recognize the basic CPU types with company name.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
314 580-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
315 | a29k-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
316 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
317 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
318 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
319 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
6818
6307ee391d59 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6791
diff changeset
320 | avr-* | avr32-* \
5806
011f74e77fb8 autoupdate
Karl Berry <karl@freefriends.org>
parents: 5736
diff changeset
321 | bfin-* | bs2000-* \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
322 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
323 | clipper-* | craynv-* | cydra-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
324 | d10v-* | d30v-* | dlx-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
325 | elxsi-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
326 | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
327 | h8300-* | h8500-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
328 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
329 | i*86-* | i860-* | i960-* | ia64-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
330 | ip2k-* | iq2000-* \
6791
ab801856f0f8 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6688
diff changeset
331 | m32c-* | m32r-* | m32rle-* \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
332 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
333 | m88110-* | m88k-* | maxq-* | mcore-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
334 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
335 | mips16-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
336 | mips64-* | mips64el-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
337 | mips64vr-* | mips64vrel-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
338 | mips64orion-* | mips64orionel-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
339 | mips64vr4100-* | mips64vr4100el-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
340 | mips64vr4300-* | mips64vr4300el-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
341 | mips64vr5000-* | mips64vr5000el-* \
5951
95ec55dd0a10 autoupdate
Karl Berry <karl@freefriends.org>
parents: 5905
diff changeset
342 | mips64vr5900-* | mips64vr5900el-* \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
343 | mipsisa32-* | mipsisa32el-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
344 | mipsisa32r2-* | mipsisa32r2el-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
345 | mipsisa64-* | mipsisa64el-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
346 | mipsisa64r2-* | mipsisa64r2el-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
347 | mipsisa64sb1-* | mipsisa64sb1el-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
348 | mipsisa64sr71k-* | mipsisa64sr71kel-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
349 | mipstx39-* | mipstx39el-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
350 | mmix-* \
6481
c987e98110af autoupdate
Karl Berry <karl@freefriends.org>
parents: 6452
diff changeset
351 | mt-* \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
352 | msp430-* \
6653
1726c9f20389 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6503
diff changeset
353 | nios-* | nios2-* \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
354 | none-* | np1-* | ns16k-* | ns32k-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
355 | orion-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
356 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
357 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
358 | pyramid-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
359 | romp-* | rs6000-* \
6688
390f6792d8a4 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6663
diff changeset
360 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
361 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
6663
03930055e21a autoupdate
Karl Berry <karl@freefriends.org>
parents: 6653
diff changeset
362 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
5806
011f74e77fb8 autoupdate
Karl Berry <karl@freefriends.org>
parents: 5736
diff changeset
363 | sparclite-* \
6663
03930055e21a autoupdate
Karl Berry <karl@freefriends.org>
parents: 6653
diff changeset
364 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
365 | tahoe-* | thumb-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
366 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
367 | tron-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
368 | v850-* | v850e-* | vax-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
369 | we32k-* \
7130
6b91f203e6a7 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6910
diff changeset
370 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
371 | xstormy16-* | xtensa-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
372 | ymp-* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
373 | z8k-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
374 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
375 # Recognize the various machine names and aliases which stand
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
376 # for a CPU type and a company and sometimes even an OS.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
377 386bsd)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
378 basic_machine=i386-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
379 os=-bsd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
380 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
381 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
382 basic_machine=m68000-att
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
383 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
384 3b*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
385 basic_machine=we32k-att
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
386 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
387 a29khif)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
388 basic_machine=a29k-amd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
389 os=-udi
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
390 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
391 abacus)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
392 basic_machine=abacus-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
393 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
394 adobe68k)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
395 basic_machine=m68010-adobe
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
396 os=-scout
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
397 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
398 alliant | fx80)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
399 basic_machine=fx80-alliant
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
400 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
401 altos | altos3068)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
402 basic_machine=m68k-altos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
403 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
404 am29k)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
405 basic_machine=a29k-none
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
406 os=-bsd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
407 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
408 amd64)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
409 basic_machine=x86_64-pc
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
410 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
411 amd64-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
412 basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
413 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
414 amdahl)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
415 basic_machine=580-amdahl
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
416 os=-sysv
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
417 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
418 amiga | amiga-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
419 basic_machine=m68k-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
420 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
421 amigaos | amigados)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
422 basic_machine=m68k-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
423 os=-amigaos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
424 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
425 amigaunix | amix)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
426 basic_machine=m68k-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
427 os=-sysv4
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
428 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
429 apollo68)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
430 basic_machine=m68k-apollo
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
431 os=-sysv
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
432 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
433 apollo68bsd)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
434 basic_machine=m68k-apollo
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
435 os=-bsd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
436 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
437 aux)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
438 basic_machine=m68k-apple
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
439 os=-aux
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
440 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
441 balance)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
442 basic_machine=ns32k-sequent
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
443 os=-dynix
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
444 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
445 c90)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
446 basic_machine=c90-cray
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
447 os=-unicos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
448 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
449 convex-c1)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
450 basic_machine=c1-convex
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
451 os=-bsd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
452 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
453 convex-c2)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
454 basic_machine=c2-convex
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
455 os=-bsd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
456 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
457 convex-c32)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
458 basic_machine=c32-convex
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
459 os=-bsd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
460 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
461 convex-c34)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
462 basic_machine=c34-convex
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
463 os=-bsd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
464 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
465 convex-c38)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
466 basic_machine=c38-convex
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
467 os=-bsd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
468 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
469 cray | j90)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
470 basic_machine=j90-cray
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
471 os=-unicos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
472 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
473 craynv)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
474 basic_machine=craynv-cray
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
475 os=-unicosmp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
476 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
477 cr16c)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
478 basic_machine=cr16c-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
479 os=-elf
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
480 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
481 crds | unos)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
482 basic_machine=m68k-crds
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
483 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
484 crisv32 | crisv32-* | etraxfs*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
485 basic_machine=crisv32-axis
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
486 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
487 cris | cris-* | etrax*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
488 basic_machine=cris-axis
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
489 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
490 crx)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
491 basic_machine=crx-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
492 os=-elf
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
493 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
494 da30 | da30-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
495 basic_machine=m68k-da30
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
496 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
497 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
498 basic_machine=mips-dec
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
499 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
500 decsystem10* | dec10*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
501 basic_machine=pdp10-dec
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
502 os=-tops10
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
503 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
504 decsystem20* | dec20*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
505 basic_machine=pdp10-dec
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
506 os=-tops20
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
507 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
508 delta | 3300 | motorola-3300 | motorola-delta \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
509 | 3300-motorola | delta-motorola)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
510 basic_machine=m68k-motorola
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
511 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
512 delta88)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
513 basic_machine=m88k-motorola
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
514 os=-sysv3
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
515 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
516 djgpp)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
517 basic_machine=i586-pc
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
518 os=-msdosdjgpp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
519 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
520 dpx20 | dpx20-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
521 basic_machine=rs6000-bull
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
522 os=-bosx
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
523 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
524 dpx2* | dpx2*-bull)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
525 basic_machine=m68k-bull
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
526 os=-sysv3
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
527 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
528 ebmon29k)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
529 basic_machine=a29k-amd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
530 os=-ebmon
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
531 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
532 elxsi)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
533 basic_machine=elxsi-elxsi
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
534 os=-bsd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
535 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
536 encore | umax | mmax)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
537 basic_machine=ns32k-encore
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
538 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
539 es1800 | OSE68k | ose68k | ose | OSE)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
540 basic_machine=m68k-ericsson
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
541 os=-ose
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
542 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
543 fx2800)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
544 basic_machine=i860-alliant
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
545 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
546 genix)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
547 basic_machine=ns32k-ns
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
548 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
549 gmicro)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
550 basic_machine=tron-gmicro
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
551 os=-sysv
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
552 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
553 go32)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
554 basic_machine=i386-pc
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
555 os=-go32
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
556 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
557 h3050r* | hiux*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
558 basic_machine=hppa1.1-hitachi
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
559 os=-hiuxwe2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
560 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
561 h8300hms)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
562 basic_machine=h8300-hitachi
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
563 os=-hms
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
564 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
565 h8300xray)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
566 basic_machine=h8300-hitachi
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
567 os=-xray
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
568 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
569 h8500hms)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
570 basic_machine=h8500-hitachi
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
571 os=-hms
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
572 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
573 harris)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
574 basic_machine=m88k-harris
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
575 os=-sysv3
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
576 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
577 hp300-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
578 basic_machine=m68k-hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
579 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
580 hp300bsd)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
581 basic_machine=m68k-hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
582 os=-bsd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
583 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
584 hp300hpux)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
585 basic_machine=m68k-hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
586 os=-hpux
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
587 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
588 hp3k9[0-9][0-9] | hp9[0-9][0-9])
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
589 basic_machine=hppa1.0-hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
590 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
591 hp9k2[0-9][0-9] | hp9k31[0-9])
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
592 basic_machine=m68000-hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
593 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
594 hp9k3[2-9][0-9])
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
595 basic_machine=m68k-hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
596 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
597 hp9k6[0-9][0-9] | hp6[0-9][0-9])
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
598 basic_machine=hppa1.0-hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
599 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
600 hp9k7[0-79][0-9] | hp7[0-79][0-9])
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
601 basic_machine=hppa1.1-hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
602 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
603 hp9k78[0-9] | hp78[0-9])
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
604 # FIXME: really hppa2.0-hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
605 basic_machine=hppa1.1-hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
606 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
607 hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
608 # FIXME: really hppa2.0-hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
609 basic_machine=hppa1.1-hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
610 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
611 hp9k8[0-9][13679] | hp8[0-9][13679])
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
612 basic_machine=hppa1.1-hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
613 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
614 hp9k8[0-9][0-9] | hp8[0-9][0-9])
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
615 basic_machine=hppa1.0-hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
616 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
617 hppa-next)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
618 os=-nextstep3
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
619 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
620 hppaosf)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
621 basic_machine=hppa1.1-hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
622 os=-osf
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
623 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
624 hppro)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
625 basic_machine=hppa1.1-hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
626 os=-proelf
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
627 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
628 i370-ibm* | ibm*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
629 basic_machine=i370-ibm
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
630 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
631 # I'm not sure what "Sysv32" means. Should this be sysv3.2?
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
632 i*86v32)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
633 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
634 os=-sysv32
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
635 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
636 i*86v4*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
637 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
638 os=-sysv4
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
639 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
640 i*86v)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
641 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
642 os=-sysv
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
643 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
644 i*86sol2)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
645 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
646 os=-solaris2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
647 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
648 i386mach)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
649 basic_machine=i386-mach
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
650 os=-mach
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
651 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
652 i386-vsta | vsta)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
653 basic_machine=i386-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
654 os=-vsta
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
655 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
656 iris | iris4d)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
657 basic_machine=mips-sgi
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
658 case $os in
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
659 -irix*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
660 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
661 *)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
662 os=-irix4
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
663 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
664 esac
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
665 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
666 isi68 | isi)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
667 basic_machine=m68k-isi
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
668 os=-sysv
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
669 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
670 m88k-omron*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
671 basic_machine=m88k-omron
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
672 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
673 magnum | m3230)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
674 basic_machine=mips-mips
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
675 os=-sysv
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
676 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
677 merlin)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
678 basic_machine=ns32k-utek
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
679 os=-sysv
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
680 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
681 mingw32)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
682 basic_machine=i386-pc
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
683 os=-mingw32
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
684 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
685 miniframe)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
686 basic_machine=m68000-convergent
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
687 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
688 *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
689 basic_machine=m68k-atari
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
690 os=-mint
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
691 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
692 mips3*-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
693 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
694 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
695 mips3*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
696 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
697 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
698 monitor)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
699 basic_machine=m68k-rom68k
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
700 os=-coff
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
701 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
702 morphos)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
703 basic_machine=powerpc-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
704 os=-morphos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
705 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
706 msdos)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
707 basic_machine=i386-pc
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
708 os=-msdos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
709 ;;
6481
c987e98110af autoupdate
Karl Berry <karl@freefriends.org>
parents: 6452
diff changeset
710 ms1-*)
c987e98110af autoupdate
Karl Berry <karl@freefriends.org>
parents: 6452
diff changeset
711 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
c987e98110af autoupdate
Karl Berry <karl@freefriends.org>
parents: 6452
diff changeset
712 ;;
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
713 mvs)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
714 basic_machine=i370-ibm
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
715 os=-mvs
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
716 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
717 ncr3000)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
718 basic_machine=i486-ncr
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
719 os=-sysv4
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
720 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
721 netbsd386)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
722 basic_machine=i386-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
723 os=-netbsd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
724 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
725 netwinder)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
726 basic_machine=armv4l-rebel
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
727 os=-linux
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
728 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
729 news | news700 | news800 | news900)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
730 basic_machine=m68k-sony
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
731 os=-newsos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
732 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
733 news1000)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
734 basic_machine=m68030-sony
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
735 os=-newsos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
736 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
737 news-3600 | risc-news)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
738 basic_machine=mips-sony
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
739 os=-newsos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
740 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
741 necv70)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
742 basic_machine=v70-nec
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
743 os=-sysv
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
744 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
745 next | m*-next )
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
746 basic_machine=m68k-next
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
747 case $os in
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
748 -nextstep* )
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
749 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
750 -ns2*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
751 os=-nextstep2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
752 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
753 *)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
754 os=-nextstep3
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
755 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
756 esac
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
757 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
758 nh3000)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
759 basic_machine=m68k-harris
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
760 os=-cxux
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
761 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
762 nh[45]000)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
763 basic_machine=m88k-harris
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
764 os=-cxux
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
765 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
766 nindy960)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
767 basic_machine=i960-intel
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
768 os=-nindy
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
769 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
770 mon960)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
771 basic_machine=i960-intel
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
772 os=-mon960
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
773 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
774 nonstopux)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
775 basic_machine=mips-compaq
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
776 os=-nonstopux
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
777 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
778 np1)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
779 basic_machine=np1-gould
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
780 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
781 nsr-tandem)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
782 basic_machine=nsr-tandem
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
783 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
784 op50n-* | op60c-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
785 basic_machine=hppa1.1-oki
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
786 os=-proelf
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
787 ;;
5953
0bdd12e53c78 autoupdate
Karl Berry <karl@freefriends.org>
parents: 5951
diff changeset
788 openrisc | openrisc-*)
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
789 basic_machine=or32-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
790 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
791 os400)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
792 basic_machine=powerpc-ibm
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
793 os=-os400
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
794 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
795 OSE68000 | ose68000)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
796 basic_machine=m68000-ericsson
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
797 os=-ose
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
798 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
799 os68k)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
800 basic_machine=m68k-none
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
801 os=-os68k
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
802 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
803 pa-hitachi)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
804 basic_machine=hppa1.1-hitachi
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
805 os=-hiuxwe2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
806 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
807 paragon)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
808 basic_machine=i860-intel
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
809 os=-osf
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
810 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
811 pbd)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
812 basic_machine=sparc-tti
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
813 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
814 pbb)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
815 basic_machine=m68k-tti
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
816 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
817 pc532 | pc532-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
818 basic_machine=ns32k-pc532
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
819 ;;
6497
1a1ef1890029 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6487
diff changeset
820 pc98)
1a1ef1890029 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6487
diff changeset
821 basic_machine=i386-pc
1a1ef1890029 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6487
diff changeset
822 ;;
1a1ef1890029 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6487
diff changeset
823 pc98-*)
1a1ef1890029 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6487
diff changeset
824 basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
1a1ef1890029 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6487
diff changeset
825 ;;
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
826 pentium | p5 | k5 | k6 | nexgen | viac3)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
827 basic_machine=i586-pc
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
828 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
829 pentiumpro | p6 | 6x86 | athlon | athlon_*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
830 basic_machine=i686-pc
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
831 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
832 pentiumii | pentium2 | pentiumiii | pentium3)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
833 basic_machine=i686-pc
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
834 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
835 pentium4)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
836 basic_machine=i786-pc
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
837 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
838 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
839 basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
840 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
841 pentiumpro-* | p6-* | 6x86-* | athlon-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
842 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
843 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
844 pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
845 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
846 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
847 pentium4-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
848 basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
849 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
850 pn)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
851 basic_machine=pn-gould
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
852 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
853 power) basic_machine=power-ibm
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
854 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
855 ppc) basic_machine=powerpc-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
856 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
857 ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
858 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
859 ppcle | powerpclittle | ppc-le | powerpc-little)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
860 basic_machine=powerpcle-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
861 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
862 ppcle-* | powerpclittle-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
863 basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
864 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
865 ppc64) basic_machine=powerpc64-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
866 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
867 ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
868 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
869 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
870 basic_machine=powerpc64le-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
871 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
872 ppc64le-* | powerpc64little-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
873 basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
874 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
875 ps2)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
876 basic_machine=i386-ibm
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
877 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
878 pw32)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
879 basic_machine=i586-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
880 os=-pw32
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
881 ;;
6487
76f28283f45f autoupdate
Karl Berry <karl@freefriends.org>
parents: 6481
diff changeset
882 rdos)
76f28283f45f autoupdate
Karl Berry <karl@freefriends.org>
parents: 6481
diff changeset
883 basic_machine=i386-pc
76f28283f45f autoupdate
Karl Berry <karl@freefriends.org>
parents: 6481
diff changeset
884 os=-rdos
76f28283f45f autoupdate
Karl Berry <karl@freefriends.org>
parents: 6481
diff changeset
885 ;;
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
886 rom68k)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
887 basic_machine=m68k-rom68k
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
888 os=-coff
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
889 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
890 rm[46]00)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
891 basic_machine=mips-siemens
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
892 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
893 rtpc | rtpc-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
894 basic_machine=romp-ibm
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
895 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
896 s390 | s390-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
897 basic_machine=s390-ibm
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
898 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
899 s390x | s390x-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
900 basic_machine=s390x-ibm
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
901 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
902 sa29200)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
903 basic_machine=a29k-amd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
904 os=-udi
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
905 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
906 sb1)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
907 basic_machine=mipsisa64sb1-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
908 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
909 sb1el)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
910 basic_machine=mipsisa64sb1el-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
911 ;;
7130
6b91f203e6a7 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6910
diff changeset
912 sde)
6b91f203e6a7 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6910
diff changeset
913 basic_machine=mipsisa32-sde
6b91f203e6a7 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6910
diff changeset
914 os=-elf
6b91f203e6a7 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6910
diff changeset
915 ;;
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
916 sei)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
917 basic_machine=mips-sei
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
918 os=-seiux
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
919 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
920 sequent)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
921 basic_machine=i386-sequent
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
922 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
923 sh)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
924 basic_machine=sh-hitachi
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
925 os=-hms
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
926 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
927 sh64)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
928 basic_machine=sh64-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
929 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
930 sparclite-wrs | simso-wrs)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
931 basic_machine=sparclite-wrs
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
932 os=-vxworks
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
933 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
934 sps7)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
935 basic_machine=m68k-bull
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
936 os=-sysv2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
937 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
938 spur)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
939 basic_machine=spur-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
940 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
941 st2000)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
942 basic_machine=m68k-tandem
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
943 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
944 stratus)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
945 basic_machine=i860-stratus
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
946 os=-sysv4
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
947 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
948 sun2)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
949 basic_machine=m68000-sun
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
950 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
951 sun2os3)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
952 basic_machine=m68000-sun
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
953 os=-sunos3
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
954 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
955 sun2os4)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
956 basic_machine=m68000-sun
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
957 os=-sunos4
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
958 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
959 sun3os3)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
960 basic_machine=m68k-sun
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
961 os=-sunos3
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
962 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
963 sun3os4)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
964 basic_machine=m68k-sun
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
965 os=-sunos4
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
966 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
967 sun4os3)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
968 basic_machine=sparc-sun
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
969 os=-sunos3
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
970 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
971 sun4os4)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
972 basic_machine=sparc-sun
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
973 os=-sunos4
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
974 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
975 sun4sol2)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
976 basic_machine=sparc-sun
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
977 os=-solaris2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
978 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
979 sun3 | sun3-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
980 basic_machine=m68k-sun
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
981 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
982 sun4)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
983 basic_machine=sparc-sun
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
984 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
985 sun386 | sun386i | roadrunner)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
986 basic_machine=i386-sun
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
987 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
988 sv1)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
989 basic_machine=sv1-cray
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
990 os=-unicos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
991 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
992 symmetry)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
993 basic_machine=i386-sequent
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
994 os=-dynix
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
995 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
996 t3e)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
997 basic_machine=alphaev5-cray
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
998 os=-unicos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
999 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1000 t90)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1001 basic_machine=t90-cray
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1002 os=-unicos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1003 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1004 tic54x | c54x*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1005 basic_machine=tic54x-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1006 os=-coff
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1007 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1008 tic55x | c55x*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1009 basic_machine=tic55x-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1010 os=-coff
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1011 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1012 tic6x | c6x*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1013 basic_machine=tic6x-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1014 os=-coff
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1015 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1016 tx39)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1017 basic_machine=mipstx39-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1018 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1019 tx39el)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1020 basic_machine=mipstx39el-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1021 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1022 toad1)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1023 basic_machine=pdp10-xkl
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1024 os=-tops20
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1025 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1026 tower | tower-32)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1027 basic_machine=m68k-ncr
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1028 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1029 tpf)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1030 basic_machine=s390x-ibm
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1031 os=-tpf
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1032 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1033 udi29k)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1034 basic_machine=a29k-amd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1035 os=-udi
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1036 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1037 ultra3)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1038 basic_machine=a29k-nyu
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1039 os=-sym1
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1040 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1041 v810 | necv810)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1042 basic_machine=v810-nec
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1043 os=-none
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1044 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1045 vaxv)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1046 basic_machine=vax-dec
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1047 os=-sysv
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1048 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1049 vms)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1050 basic_machine=vax-dec
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1051 os=-vms
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1052 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1053 vpp*|vx|vx-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1054 basic_machine=f301-fujitsu
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1055 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1056 vxworks960)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1057 basic_machine=i960-wrs
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1058 os=-vxworks
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1059 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1060 vxworks68)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1061 basic_machine=m68k-wrs
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1062 os=-vxworks
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1063 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1064 vxworks29k)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1065 basic_machine=a29k-wrs
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1066 os=-vxworks
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1067 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1068 w65*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1069 basic_machine=w65-wdc
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1070 os=-none
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1071 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1072 w89k-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1073 basic_machine=hppa1.1-winbond
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1074 os=-proelf
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1075 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1076 xbox)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1077 basic_machine=i686-pc
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1078 os=-mingw32
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1079 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1080 xps | xps100)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1081 basic_machine=xps100-honeywell
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1082 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1083 ymp)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1084 basic_machine=ymp-cray
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1085 os=-unicos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1086 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1087 z8k-*-coff)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1088 basic_machine=z8k-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1089 os=-sim
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1090 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1091 none)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1092 basic_machine=none-none
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1093 os=-none
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1094 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1095
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1096 # Here we handle the default manufacturer of certain CPU types. It is in
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1097 # some cases the only manufacturer, in others, it is the most popular.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1098 w89k)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1099 basic_machine=hppa1.1-winbond
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1100 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1101 op50n)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1102 basic_machine=hppa1.1-oki
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1103 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1104 op60c)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1105 basic_machine=hppa1.1-oki
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1106 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1107 romp)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1108 basic_machine=romp-ibm
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1109 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1110 mmix)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1111 basic_machine=mmix-knuth
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1112 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1113 rs6000)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1114 basic_machine=rs6000-ibm
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1115 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1116 vax)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1117 basic_machine=vax-dec
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1118 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1119 pdp10)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1120 # there are many clones, so DEC is not a safe bet
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1121 basic_machine=pdp10-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1122 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1123 pdp11)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1124 basic_machine=pdp11-dec
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1125 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1126 we32k)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1127 basic_machine=we32k-att
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1128 ;;
5962
af056860e021 autoupdate
Karl Berry <karl@freefriends.org>
parents: 5953
diff changeset
1129 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1130 basic_machine=sh-unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1131 ;;
6663
03930055e21a autoupdate
Karl Berry <karl@freefriends.org>
parents: 6653
diff changeset
1132 sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1133 basic_machine=sparc-sun
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1134 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1135 cydra)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1136 basic_machine=cydra-cydrome
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1137 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1138 orion)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1139 basic_machine=orion-highlevel
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1140 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1141 orion105)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1142 basic_machine=clipper-highlevel
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1143 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1144 mac | mpw | mac-mpw)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1145 basic_machine=m68k-apple
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1146 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1147 pmac | pmac-mpw)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1148 basic_machine=powerpc-apple
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1149 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1150 *-unknown)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1151 # Make sure to match an already-canonicalized machine name.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1152 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1153 *)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1154 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1155 exit 1
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1156 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1157 esac
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1158
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1159 # Here we canonicalize certain aliases for manufacturers.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1160 case $basic_machine in
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1161 *-digital*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1162 basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1163 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1164 *-commodore*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1165 basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1166 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1167 *)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1168 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1169 esac
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1170
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1171 # Decode manufacturer-specific aliases for certain operating systems.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1172
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1173 if [ x"$os" != x"" ]
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1174 then
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1175 case $os in
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1176 # First match some system type aliases
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1177 # that might get confused with valid system types.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1178 # -solaris* is a basic system type, with this one exception.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1179 -solaris1 | -solaris1.*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1180 os=`echo $os | sed -e 's|solaris1|sunos4|'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1181 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1182 -solaris)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1183 os=-solaris2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1184 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1185 -svr4*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1186 os=-sysv4
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1187 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1188 -unixware*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1189 os=-sysv4.2uw
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1190 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1191 -gnu/linux*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1192 os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1193 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1194 # First accept the basic system types.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1195 # The portable systems comes first.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1196 # Each alternative MUST END IN A *, to match a version number.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1197 # -sysv* is not here because it comes later, after sysvr4.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1198 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1199 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1200 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1201 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1202 | -aos* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1203 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1204 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
6503
d5376bee589e autoupdate
Karl Berry <karl@freefriends.org>
parents: 6497
diff changeset
1205 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
d5376bee589e autoupdate
Karl Berry <karl@freefriends.org>
parents: 6497
diff changeset
1206 | -openbsd* | -solidbsd* \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1207 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1208 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1209 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1210 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1211 | -chorusos* | -chorusrdb* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1212 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
6487
76f28283f45f autoupdate
Karl Berry <karl@freefriends.org>
parents: 6481
diff changeset
1213 | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
76f28283f45f autoupdate
Karl Berry <karl@freefriends.org>
parents: 6481
diff changeset
1214 | -uxpv* | -beos* | -mpeix* | -udk* \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1215 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1216 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1217 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1218 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1219 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
5971
70eb5ed5977c autoupdate
Karl Berry <karl@freefriends.org>
parents: 5962
diff changeset
1220 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
6910
6e8bdb609cfd autoupdate
Karl Berry <karl@freefriends.org>
parents: 6818
diff changeset
1221 | -skyos* | -haiku* | -rdos* | -toppers*)
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1222 # Remember, each alternative MUST END IN *, to match a version number.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1223 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1224 -qnx*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1225 case $basic_machine in
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1226 x86-* | i*86-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1227 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1228 *)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1229 os=-nto$os
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1230 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1231 esac
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1232 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1233 -nto-qnx*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1234 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1235 -nto*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1236 os=`echo $os | sed -e 's|nto|nto-qnx|'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1237 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1238 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
5971
70eb5ed5977c autoupdate
Karl Berry <karl@freefriends.org>
parents: 5962
diff changeset
1239 | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1240 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1241 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1242 -mac*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1243 os=`echo $os | sed -e 's|mac|macos|'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1244 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1245 -linux-dietlibc)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1246 os=-linux-dietlibc
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1247 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1248 -linux*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1249 os=`echo $os | sed -e 's|linux|linux-gnu|'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1250 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1251 -sunos5*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1252 os=`echo $os | sed -e 's|sunos5|solaris2|'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1253 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1254 -sunos6*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1255 os=`echo $os | sed -e 's|sunos6|solaris3|'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1256 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1257 -opened*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1258 os=-openedition
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1259 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1260 -os400*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1261 os=-os400
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1262 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1263 -wince*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1264 os=-wince
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1265 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1266 -osfrose*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1267 os=-osfrose
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1268 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1269 -osf*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1270 os=-osf
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1271 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1272 -utek*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1273 os=-bsd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1274 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1275 -dynix*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1276 os=-bsd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1277 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1278 -acis*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1279 os=-aos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1280 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1281 -atheos*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1282 os=-atheos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1283 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1284 -syllable*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1285 os=-syllable
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1286 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1287 -386bsd)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1288 os=-bsd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1289 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1290 -ctix* | -uts*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1291 os=-sysv
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1292 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1293 -nova*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1294 os=-rtmk-nova
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1295 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1296 -ns2 )
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1297 os=-nextstep2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1298 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1299 -nsk*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1300 os=-nsk
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1301 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1302 # Preserve the version number of sinix5.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1303 -sinix5.*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1304 os=`echo $os | sed -e 's|sinix|sysv|'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1305 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1306 -sinix*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1307 os=-sysv4
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1308 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1309 -tpf*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1310 os=-tpf
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1311 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1312 -triton*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1313 os=-sysv3
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1314 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1315 -oss*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1316 os=-sysv3
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1317 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1318 -svr4)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1319 os=-sysv4
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1320 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1321 -svr3)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1322 os=-sysv3
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1323 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1324 -sysvr4)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1325 os=-sysv4
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1326 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1327 # This must come after -sysvr4.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1328 -sysv*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1329 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1330 -ose*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1331 os=-ose
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1332 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1333 -es1800*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1334 os=-ose
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1335 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1336 -xenix)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1337 os=-xenix
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1338 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1339 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1340 os=-mint
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1341 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1342 -aros*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1343 os=-aros
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1344 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1345 -kaos*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1346 os=-kaos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1347 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1348 -zvmoe)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1349 os=-zvmoe
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1350 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1351 -none)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1352 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1353 *)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1354 # Get rid of the `-' at the beginning of $os.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1355 os=`echo $os | sed 's/[^-]*-//'`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1356 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1357 exit 1
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1358 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1359 esac
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1360 else
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1361
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1362 # Here we handle the default operating systems that come with various machines.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1363 # The value should be what the vendor currently ships out the door with their
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1364 # machine or put another way, the most popular os provided with the machine.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1365
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1366 # Note that if you're going to try to match "-MANUFACTURER" here (say,
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1367 # "-sun"), then you have to tell the case statement up towards the top
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1368 # that MANUFACTURER isn't an operating system. Otherwise, code above
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1369 # will signal an error saying that MANUFACTURER isn't an operating
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1370 # system, and we'll never get to this point.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1371
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1372 case $basic_machine in
6791
ab801856f0f8 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6688
diff changeset
1373 spu-*)
ab801856f0f8 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6688
diff changeset
1374 os=-elf
ab801856f0f8 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6688
diff changeset
1375 ;;
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1376 *-acorn)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1377 os=-riscix1.2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1378 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1379 arm*-rebel)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1380 os=-linux
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1381 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1382 arm*-semi)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1383 os=-aout
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1384 ;;
6791
ab801856f0f8 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6688
diff changeset
1385 c4x-* | tic4x-*)
ab801856f0f8 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6688
diff changeset
1386 os=-coff
ab801856f0f8 autoupdate
Karl Berry <karl@freefriends.org>
parents: 6688
diff changeset
1387 ;;
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1388 # This must come before the *-dec entry.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1389 pdp10-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1390 os=-tops20
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1391 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1392 pdp11-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1393 os=-none
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1394 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1395 *-dec | vax-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1396 os=-ultrix4.2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1397 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1398 m68*-apollo)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1399 os=-domain
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1400 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1401 i386-sun)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1402 os=-sunos4.0.2
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1403 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1404 m68000-sun)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1405 os=-sunos3
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1406 # This also exists in the configure program, but was not the
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1407 # default.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1408 # os=-sunos4
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1409 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1410 m68*-cisco)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1411 os=-aout
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1412 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1413 mips*-cisco)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1414 os=-elf
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1415 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1416 mips*-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1417 os=-elf
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1418 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1419 or32-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1420 os=-coff
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1421 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1422 *-tti) # must be before sparc entry or we get the wrong os.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1423 os=-sysv3
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1424 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1425 sparc-* | *-sun)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1426 os=-sunos4.1.1
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1427 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1428 *-be)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1429 os=-beos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1430 ;;
5971
70eb5ed5977c autoupdate
Karl Berry <karl@freefriends.org>
parents: 5962
diff changeset
1431 *-haiku)
70eb5ed5977c autoupdate
Karl Berry <karl@freefriends.org>
parents: 5962
diff changeset
1432 os=-haiku
70eb5ed5977c autoupdate
Karl Berry <karl@freefriends.org>
parents: 5962
diff changeset
1433 ;;
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1434 *-ibm)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1435 os=-aix
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1436 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1437 *-knuth)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1438 os=-mmixware
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1439 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1440 *-wec)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1441 os=-proelf
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1442 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1443 *-winbond)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1444 os=-proelf
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1445 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1446 *-oki)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1447 os=-proelf
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1448 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1449 *-hp)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1450 os=-hpux
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1451 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1452 *-hitachi)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1453 os=-hiux
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1454 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1455 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1456 os=-sysv
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1457 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1458 *-cbm)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1459 os=-amigaos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1460 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1461 *-dg)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1462 os=-dgux
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1463 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1464 *-dolphin)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1465 os=-sysv3
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1466 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1467 m68k-ccur)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1468 os=-rtu
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1469 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1470 m88k-omron*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1471 os=-luna
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1472 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1473 *-next )
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1474 os=-nextstep
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1475 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1476 *-sequent)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1477 os=-ptx
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1478 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1479 *-crds)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1480 os=-unos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1481 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1482 *-ns)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1483 os=-genix
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1484 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1485 i370-*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1486 os=-mvs
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1487 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1488 *-next)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1489 os=-nextstep3
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1490 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1491 *-gould)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1492 os=-sysv
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1493 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1494 *-highlevel)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1495 os=-bsd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1496 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1497 *-encore)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1498 os=-bsd
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1499 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1500 *-sgi)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1501 os=-irix
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1502 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1503 *-siemens)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1504 os=-sysv4
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1505 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1506 *-masscomp)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1507 os=-rtu
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1508 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1509 f30[01]-fujitsu | f700-fujitsu)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1510 os=-uxpv
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1511 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1512 *-rom68k)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1513 os=-coff
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1514 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1515 *-*bug)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1516 os=-coff
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1517 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1518 *-apple)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1519 os=-macos
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1520 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1521 *-atari*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1522 os=-mint
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1523 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1524 *)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1525 os=-none
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1526 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1527 esac
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1528 fi
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1529
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1530 # Here we handle the case where we know the os, and the CPU type, but not the
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1531 # manufacturer. We pick the logical manufacturer.
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1532 vendor=unknown
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1533 case $basic_machine in
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1534 *-unknown)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1535 case $os in
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1536 -riscix*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1537 vendor=acorn
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1538 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1539 -sunos*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1540 vendor=sun
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1541 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1542 -aix*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1543 vendor=ibm
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1544 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1545 -beos*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1546 vendor=be
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1547 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1548 -hpux*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1549 vendor=hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1550 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1551 -mpeix*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1552 vendor=hp
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1553 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1554 -hiux*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1555 vendor=hitachi
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1556 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1557 -unos*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1558 vendor=crds
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1559 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1560 -dgux*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1561 vendor=dg
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1562 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1563 -luna*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1564 vendor=omron
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1565 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1566 -genix*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1567 vendor=ns
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1568 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1569 -mvs* | -opened*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1570 vendor=ibm
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1571 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1572 -os400*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1573 vendor=ibm
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1574 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1575 -ptx*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1576 vendor=sequent
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1577 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1578 -tpf*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1579 vendor=ibm
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1580 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1581 -vxsim* | -vxworks* | -windiss*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1582 vendor=wrs
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1583 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1584 -aux*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1585 vendor=apple
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1586 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1587 -hms*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1588 vendor=hitachi
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1589 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1590 -mpw* | -macos*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1591 vendor=apple
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1592 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1593 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1594 vendor=atari
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1595 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1596 -vos*)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1597 vendor=stratus
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1598 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1599 esac
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1600 basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1601 ;;
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1602 esac
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1603
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1604 echo $basic_machine$os
5847
a550081901be autoupdate
Karl Berry <karl@freefriends.org>
parents: 5806
diff changeset
1605 exit
5736
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1606
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1607 # Local variables:
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1608 # eval: (add-hook 'write-file-hooks 'time-stamp)
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1609 # time-stamp-start: "timestamp='"
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1610 # time-stamp-format: "%:y-%02m-%02d"
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1611 # time-stamp-end: "'"
ac8e7aaddef7 Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1612 # End: