Mercurial > hg > octave-lojdl > gnulib-hg
annotate build-aux/config.sub @ 15600:c9fb431ba6a1
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Sun, 11 Sep 2011 09:58:28 -0700 |
parents | 3cc3d6318f76 |
children | 5a892f2d4fe2 |
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, |
14224 | 4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, |
5 # 2011 Free Software Foundation, Inc. | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
15600 | 7 timestamp='2011-09-09' |
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 | 25 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA |
26 # 02110-1301, USA. | |
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 | 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 |
11851 | 35 # diff and a properly formatted GNU ChangeLog entry. |
5736
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 |
11851 | 42 # You can get the latest version of this script from: |
43 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD | |
44 | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
45 # 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
|
46 # 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
|
47 # that are meaningful with *any* GNU software. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
48 # Each package is responsible for reporting which valid configurations |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
49 # 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
|
50 # 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
|
51 # configuration. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
52 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
53 # 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
|
54 # machine specification into a single specification in the form: |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
55 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
56 # or in some cases, the newer four-part form: |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
57 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
58 # 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
|
59 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
60 me=`echo "$0" | sed -e 's,.*/,,'` |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
61 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
62 usage="\ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
63 Usage: $0 [OPTION] CPU-MFR-OPSYS |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
64 $0 [OPTION] ALIAS |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
65 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
66 Canonicalize a configuration name. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
67 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
68 Operation modes: |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
69 -h, --help print this help, then exit |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
70 -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
|
71 -v, --version print version number, then exit |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
72 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
73 Report bugs and patches to <config-patches@gnu.org>." |
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 version="\ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
76 GNU config.sub ($timestamp) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
77 |
12537 | 78 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
14396 | 79 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free |
12537 | 80 Software Foundation, Inc. |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
81 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
82 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
|
83 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
|
84 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
85 help=" |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
86 Try \`$me --help' for more information." |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
87 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
88 # Parse command line |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
89 while test $# -gt 0 ; do |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
90 case $1 in |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
91 --time-stamp | --time* | -t ) |
5847 | 92 echo "$timestamp" ; exit ;; |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
93 --version | -v ) |
5847 | 94 echo "$version" ; exit ;; |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
95 --help | --h* | -h ) |
5847 | 96 echo "$usage"; exit ;; |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
97 -- ) # Stop option processing |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
98 shift; break ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
99 - ) # Use stdin as input. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
100 break ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
101 -* ) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
102 echo "$me: invalid option $1$help" |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
103 exit 1 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
104 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
105 *local*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
106 # First pass through any local machine types. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
107 echo $1 |
5847 | 108 exit ;; |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
109 |
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 break ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
112 esac |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
113 done |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
114 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
115 case $# in |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
116 0) echo "$me: missing argument$help" >&2 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
117 exit 1;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
118 1) ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
119 *) echo "$me: too many arguments$help" >&2 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
120 exit 1;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
121 esac |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
122 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
123 # 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
|
124 # 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
|
125 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
126 case $maybe_os in |
13360 | 127 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ |
128 linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ | |
129 knetbsd*-gnu* | netbsd*-gnu* | \ | |
11108 | 130 kopensolaris*-gnu* | \ |
6487 | 131 storm-chaos* | os2-emx* | rtmk-nova*) |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
132 os=-$maybe_os |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
133 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` |
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 *) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
136 basic_machine=`echo $1 | sed 's/-[^-]*$//'` |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
137 if [ $basic_machine != $1 ] |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
138 then os=`echo $1 | sed 's/.*-/-/'` |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
139 else os=; fi |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
140 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
141 esac |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
142 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
143 ### 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
|
144 ### 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
|
145 ### 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
|
146 ### can provide default operating systems below. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
147 case $os in |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
148 -sun*os*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
149 # Prevent following clause from handling this invalid input. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
150 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
151 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
152 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
153 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
154 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
155 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
156 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ |
11846 | 157 -apple | -axis | -knuth | -cray | -microblaze) |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
158 os= |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
159 basic_machine=$1 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
160 ;; |
14259 | 161 -bluegene*) |
162 os=-cnk | |
11619 | 163 ;; |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
164 -sim | -cisco | -oki | -wec | -winbond) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
165 os= |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
166 basic_machine=$1 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
167 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
168 -scout) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
169 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
170 -wrs) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
171 os=-vxworks |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
172 basic_machine=$1 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
173 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
174 -chorusos*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
175 os=-chorusos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
176 basic_machine=$1 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
177 ;; |
14259 | 178 -chorusrdb) |
179 os=-chorusrdb | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
180 basic_machine=$1 |
14259 | 181 ;; |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
182 -hiux*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
183 os=-hiuxwe2 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
184 ;; |
6452 | 185 -sco6) |
186 os=-sco5v6 | |
187 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` | |
188 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
189 -sco5) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
190 os=-sco3.2v5 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
191 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
|
192 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
193 -sco4) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
194 os=-sco3.2v4 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
195 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
|
196 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
197 -sco3.2.[4-9]*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
198 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
|
199 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
|
200 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
201 -sco3.2v[4-9]*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
202 # 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
|
203 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
|
204 ;; |
6452 | 205 -sco5v6*) |
206 # Don't forget version if it is 3.2v4 or newer. | |
207 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` | |
208 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
209 -sco*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
210 os=-sco3.2v2 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
211 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
|
212 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
213 -udk*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
214 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
|
215 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
216 -isc) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
217 os=-isc2.2 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
218 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
|
219 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
220 -clix*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
221 basic_machine=clipper-intergraph |
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 -isc*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
224 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
|
225 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
226 -lynx*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
227 os=-lynxos |
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 -ptx*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
230 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
|
231 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
232 -windowsnt*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
233 os=`echo $os | sed -e 's/windowsnt/winnt/'` |
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 -psos*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
236 os=-psos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
237 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
238 -mint | -mint[0-9]*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
239 basic_machine=m68k-atari |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
240 os=-mint |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
241 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
242 esac |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
243 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
244 # Decode aliases for certain CPU-COMPANY combinations. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
245 case $basic_machine in |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
246 # Recognize the basic CPU types without company name. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
247 # 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
|
248 1750a | 580 \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
249 | a29k \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
250 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
251 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
252 | am33_2.0 \ |
6818 | 253 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ |
15535 | 254 | be32 | be64 \ |
5806 | 255 | bfin \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
256 | c4x | clipper \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
257 | d10v | d30v | dlx | dsp16xx \ |
7717 | 258 | fido | fr30 | frv \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
259 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ |
15600 | 260 | hexagon \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
261 | i370 | i860 | i960 | ia64 \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
262 | ip2k | iq2000 \ |
15535 | 263 | le32 | le64 \ |
10870 | 264 | lm32 \ |
6791 | 265 | m32c | m32r | m32rle | m68000 | m68k | m88k \ |
9816 | 266 | maxq | mb | microblaze | mcore | mep | metag \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
267 | mips | mipsbe | mipseb | mipsel | mipsle \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
268 | mips16 \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
269 | mips64 | mips64el \ |
9671 | 270 | mips64octeon | mips64octeonel \ |
271 | mips64orion | mips64orionel \ | |
272 | mips64r5900 | mips64r5900el \ | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
273 | mips64vr | mips64vrel \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
274 | mips64vr4100 | mips64vr4100el \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
275 | mips64vr4300 | mips64vr4300el \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
276 | mips64vr5000 | mips64vr5000el \ |
5951 | 277 | mips64vr5900 | mips64vr5900el \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
278 | mipsisa32 | mipsisa32el \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
279 | mipsisa32r2 | mipsisa32r2el \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
280 | mipsisa64 | mipsisa64el \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
281 | mipsisa64r2 | mipsisa64r2el \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
282 | mipsisa64sb1 | mipsisa64sb1el \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
283 | mipsisa64sr71k | mipsisa64sr71kel \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
284 | mipstx39 | mipstx39el \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
285 | mn10200 | mn10300 \ |
11486 | 286 | moxie \ |
6481 | 287 | mt \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
288 | msp430 \ |
13654 | 289 | nds32 | nds32le | nds32be \ |
6653 | 290 | nios | nios2 \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
291 | ns16k | ns32k \ |
14521 | 292 | open8 \ |
5953 | 293 | or32 \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
294 | pdp10 | pdp11 | pj | pjl \ |
14466 | 295 | powerpc | powerpc64 | powerpc64le | powerpcle \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
296 | pyramid \ |
12063 | 297 | rx \ |
7346 | 298 | score \ |
10870 | 299 | sh | sh[1234] | sh[24]a | sh[24]aeb | 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
|
300 | sh64 | sh64le \ |
6663 | 301 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ |
302 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | |
14466 | 303 | spu \ |
304 | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | |
12254 | 305 | ubicom32 \ |
14882 | 306 | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
307 | we32k \ |
14466 | 308 | x86 | xc16x | xstormy16 | xtensa \ |
10411 | 309 | z8k | z80) |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
310 basic_machine=$basic_machine-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
311 ;; |
13049 | 312 c54x) |
313 basic_machine=tic54x-unknown | |
314 ;; | |
315 c55x) | |
316 basic_machine=tic55x-unknown | |
317 ;; | |
318 c6x) | |
319 basic_machine=tic6x-unknown | |
320 ;; | |
12072 | 321 m6811 | m68hc11 | m6812 | m68hc12 | picochip) |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
322 # Motorola 68HC11/12. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
323 basic_machine=$basic_machine-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
324 os=-none |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
325 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
326 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
|
327 ;; |
6481 | 328 ms1) |
329 basic_machine=mt-unknown | |
330 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
331 |
14466 | 332 strongarm | thumb | xscale) |
333 basic_machine=arm-unknown | |
334 ;; | |
335 | |
336 xscaleeb) | |
337 basic_machine=armeb-unknown | |
338 ;; | |
339 | |
340 xscaleel) | |
341 basic_machine=armel-unknown | |
342 ;; | |
343 | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
344 # We use `pc' rather than `unknown' |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
345 # because (1) that's what they normally are, and |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
346 # (2) the word "unknown" tends to confuse beginning users. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
347 i*86 | x86_64) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
348 basic_machine=$basic_machine-pc |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
349 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
350 # Object if more than one company name word. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
351 *-*-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
352 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
|
353 exit 1 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
354 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
355 # Recognize the basic CPU types with company name. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
356 580-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
357 | a29k-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
358 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
359 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
360 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
361 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ |
6818 | 362 | avr-* | avr32-* \ |
15535 | 363 | be32-* | be64-* \ |
5806 | 364 | bfin-* | bs2000-* \ |
13049 | 365 | c[123]* | c30-* | [cjt]90-* | c4x-* \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
366 | clipper-* | craynv-* | cydra-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
367 | d10v-* | d30v-* | dlx-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
368 | elxsi-* \ |
7717 | 369 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
370 | h8300-* | h8500-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
371 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ |
15600 | 372 | hexagon-* \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
373 | i*86-* | i860-* | i960-* | ia64-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
374 | ip2k-* | iq2000-* \ |
15535 | 375 | le32-* | le64-* \ |
10870 | 376 | lm32-* \ |
6791 | 377 | m32c-* | m32r-* | m32rle-* \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
378 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ |
11846 | 379 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
380 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
381 | mips16-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
382 | mips64-* | mips64el-* \ |
9671 | 383 | mips64octeon-* | mips64octeonel-* \ |
384 | mips64orion-* | mips64orionel-* \ | |
385 | mips64r5900-* | mips64r5900el-* \ | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
386 | mips64vr-* | mips64vrel-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
387 | mips64vr4100-* | mips64vr4100el-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
388 | mips64vr4300-* | mips64vr4300el-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
389 | mips64vr5000-* | mips64vr5000el-* \ |
5951 | 390 | mips64vr5900-* | mips64vr5900el-* \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
391 | mipsisa32-* | mipsisa32el-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
392 | mipsisa32r2-* | mipsisa32r2el-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
393 | mipsisa64-* | mipsisa64el-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
394 | mipsisa64r2-* | mipsisa64r2el-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
395 | mipsisa64sb1-* | mipsisa64sb1el-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
396 | mipsisa64sr71k-* | mipsisa64sr71kel-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
397 | mipstx39-* | mipstx39el-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
398 | mmix-* \ |
6481 | 399 | mt-* \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
400 | msp430-* \ |
13654 | 401 | nds32-* | nds32le-* | nds32be-* \ |
6653 | 402 | nios-* | nios2-* \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
403 | none-* | np1-* | ns16k-* | ns32k-* \ |
14521 | 404 | open8-* \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
405 | orion-* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
406 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ |
14466 | 407 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
408 | pyramid-* \ |
12063 | 409 | romp-* | rs6000-* | rx-* \ |
10870 | 410 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
411 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ |
6663 | 412 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ |
5806 | 413 | sparclite-* \ |
14466 | 414 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ |
415 | tahoe-* \ | |
12770 | 416 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ |
14882 | 417 | tile*-* \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
418 | tron-* \ |
12254 | 419 | ubicom32-* \ |
14882 | 420 | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ |
421 | vax-* \ | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
422 | we32k-* \ |
14466 | 423 | x86-* | x86_64-* | xc16x-* | xps100-* \ |
9487 | 424 | xstormy16-* | xtensa*-* \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
425 | ymp-* \ |
10411 | 426 | z8k-* | z80-*) |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
427 ;; |
9487 | 428 # Recognize the basic CPU types without company name, with glob match. |
429 xtensa*) | |
430 basic_machine=$basic_machine-unknown | |
431 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
432 # Recognize the various machine names and aliases which stand |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
433 # 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
|
434 386bsd) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
435 basic_machine=i386-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
436 os=-bsd |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
437 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
438 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
439 basic_machine=m68000-att |
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 3b*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
442 basic_machine=we32k-att |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
443 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
444 a29khif) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
445 basic_machine=a29k-amd |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
446 os=-udi |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
447 ;; |
14259 | 448 abacus) |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
449 basic_machine=abacus-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
450 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
451 adobe68k) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
452 basic_machine=m68010-adobe |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
453 os=-scout |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
454 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
455 alliant | fx80) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
456 basic_machine=fx80-alliant |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
457 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
458 altos | altos3068) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
459 basic_machine=m68k-altos |
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 am29k) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
462 basic_machine=a29k-none |
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 amd64) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
466 basic_machine=x86_64-pc |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
467 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
468 amd64-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
469 basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
470 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
471 amdahl) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
472 basic_machine=580-amdahl |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
473 os=-sysv |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
474 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
475 amiga | amiga-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
476 basic_machine=m68k-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
477 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
478 amigaos | amigados) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
479 basic_machine=m68k-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
480 os=-amigaos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
481 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
482 amigaunix | amix) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
483 basic_machine=m68k-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
484 os=-sysv4 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
485 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
486 apollo68) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
487 basic_machine=m68k-apollo |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
488 os=-sysv |
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 apollo68bsd) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
491 basic_machine=m68k-apollo |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
492 os=-bsd |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
493 ;; |
11108 | 494 aros) |
495 basic_machine=i386-pc | |
496 os=-aros | |
497 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
498 aux) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
499 basic_machine=m68k-apple |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
500 os=-aux |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
501 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
502 balance) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
503 basic_machine=ns32k-sequent |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
504 os=-dynix |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
505 ;; |
9510 | 506 blackfin) |
507 basic_machine=bfin-unknown | |
508 os=-linux | |
509 ;; | |
510 blackfin-*) | |
511 basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` | |
512 os=-linux | |
513 ;; | |
11619 | 514 bluegene*) |
515 basic_machine=powerpc-ibm | |
516 os=-cnk | |
517 ;; | |
13049 | 518 c54x-*) |
519 basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` | |
520 ;; | |
521 c55x-*) | |
522 basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` | |
523 ;; | |
524 c6x-*) | |
525 basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` | |
526 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
527 c90) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
528 basic_machine=c90-cray |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
529 os=-unicos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
530 ;; |
14259 | 531 cegcc) |
10208 | 532 basic_machine=arm-unknown |
533 os=-cegcc | |
534 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
535 convex-c1) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
536 basic_machine=c1-convex |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
537 os=-bsd |
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 convex-c2) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
540 basic_machine=c2-convex |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
541 os=-bsd |
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 convex-c32) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
544 basic_machine=c32-convex |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
545 os=-bsd |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
546 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
547 convex-c34) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
548 basic_machine=c34-convex |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
549 os=-bsd |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
550 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
551 convex-c38) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
552 basic_machine=c38-convex |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
553 os=-bsd |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
554 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
555 cray | j90) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
556 basic_machine=j90-cray |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
557 os=-unicos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
558 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
559 craynv) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
560 basic_machine=craynv-cray |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
561 os=-unicosmp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
562 ;; |
13929 | 563 cr16 | cr16-*) |
9017 | 564 basic_machine=cr16-unknown |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
565 os=-elf |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
566 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
567 crds | unos) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
568 basic_machine=m68k-crds |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
569 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
570 crisv32 | crisv32-* | etraxfs*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
571 basic_machine=crisv32-axis |
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 cris | cris-* | etrax*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
574 basic_machine=cris-axis |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
575 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
576 crx) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
577 basic_machine=crx-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
578 os=-elf |
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 da30 | da30-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
581 basic_machine=m68k-da30 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
582 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
583 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
584 basic_machine=mips-dec |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
585 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
586 decsystem10* | dec10*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
587 basic_machine=pdp10-dec |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
588 os=-tops10 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
589 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
590 decsystem20* | dec20*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
591 basic_machine=pdp10-dec |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
592 os=-tops20 |
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 delta | 3300 | motorola-3300 | motorola-delta \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
595 | 3300-motorola | delta-motorola) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
596 basic_machine=m68k-motorola |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
597 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
598 delta88) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
599 basic_machine=m88k-motorola |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
600 os=-sysv3 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
601 ;; |
9922 | 602 dicos) |
603 basic_machine=i686-pc | |
604 os=-dicos | |
605 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
606 djgpp) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
607 basic_machine=i586-pc |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
608 os=-msdosdjgpp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
609 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
610 dpx20 | dpx20-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
611 basic_machine=rs6000-bull |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
612 os=-bosx |
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 dpx2* | dpx2*-bull) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
615 basic_machine=m68k-bull |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
616 os=-sysv3 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
617 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
618 ebmon29k) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
619 basic_machine=a29k-amd |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
620 os=-ebmon |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
621 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
622 elxsi) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
623 basic_machine=elxsi-elxsi |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
624 os=-bsd |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
625 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
626 encore | umax | mmax) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
627 basic_machine=ns32k-encore |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
628 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
629 es1800 | OSE68k | ose68k | ose | OSE) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
630 basic_machine=m68k-ericsson |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
631 os=-ose |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
632 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
633 fx2800) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
634 basic_machine=i860-alliant |
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 genix) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
637 basic_machine=ns32k-ns |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
638 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
639 gmicro) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
640 basic_machine=tron-gmicro |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
641 os=-sysv |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
642 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
643 go32) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
644 basic_machine=i386-pc |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
645 os=-go32 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
646 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
647 h3050r* | hiux*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
648 basic_machine=hppa1.1-hitachi |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
649 os=-hiuxwe2 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
650 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
651 h8300hms) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
652 basic_machine=h8300-hitachi |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
653 os=-hms |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
654 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
655 h8300xray) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
656 basic_machine=h8300-hitachi |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
657 os=-xray |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
658 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
659 h8500hms) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
660 basic_machine=h8500-hitachi |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
661 os=-hms |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
662 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
663 harris) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
664 basic_machine=m88k-harris |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
665 os=-sysv3 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
666 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
667 hp300-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
668 basic_machine=m68k-hp |
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 hp300bsd) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
671 basic_machine=m68k-hp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
672 os=-bsd |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
673 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
674 hp300hpux) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
675 basic_machine=m68k-hp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
676 os=-hpux |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
677 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
678 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
|
679 basic_machine=hppa1.0-hp |
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 hp9k2[0-9][0-9] | hp9k31[0-9]) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
682 basic_machine=m68000-hp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
683 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
684 hp9k3[2-9][0-9]) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
685 basic_machine=m68k-hp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
686 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
687 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
|
688 basic_machine=hppa1.0-hp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
689 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
690 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
|
691 basic_machine=hppa1.1-hp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
692 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
693 hp9k78[0-9] | hp78[0-9]) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
694 # FIXME: really hppa2.0-hp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
695 basic_machine=hppa1.1-hp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
696 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
697 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
|
698 # FIXME: really hppa2.0-hp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
699 basic_machine=hppa1.1-hp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
700 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
701 hp9k8[0-9][13679] | hp8[0-9][13679]) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
702 basic_machine=hppa1.1-hp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
703 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
704 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
|
705 basic_machine=hppa1.0-hp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
706 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
707 hppa-next) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
708 os=-nextstep3 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
709 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
710 hppaosf) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
711 basic_machine=hppa1.1-hp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
712 os=-osf |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
713 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
714 hppro) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
715 basic_machine=hppa1.1-hp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
716 os=-proelf |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
717 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
718 i370-ibm* | ibm*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
719 basic_machine=i370-ibm |
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 # 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
|
722 i*86v32) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
723 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
|
724 os=-sysv32 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
725 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
726 i*86v4*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
727 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
|
728 os=-sysv4 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
729 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
730 i*86v) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
731 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
|
732 os=-sysv |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
733 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
734 i*86sol2) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
735 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
|
736 os=-solaris2 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
737 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
738 i386mach) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
739 basic_machine=i386-mach |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
740 os=-mach |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
741 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
742 i386-vsta | vsta) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
743 basic_machine=i386-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
744 os=-vsta |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
745 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
746 iris | iris4d) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
747 basic_machine=mips-sgi |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
748 case $os in |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
749 -irix*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
750 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
751 *) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
752 os=-irix4 |
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 esac |
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 isi68 | isi) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
757 basic_machine=m68k-isi |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
758 os=-sysv |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
759 ;; |
9510 | 760 m68knommu) |
761 basic_machine=m68k-unknown | |
762 os=-linux | |
763 ;; | |
764 m68knommu-*) | |
765 basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` | |
766 os=-linux | |
767 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
768 m88k-omron*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
769 basic_machine=m88k-omron |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
770 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
771 magnum | m3230) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
772 basic_machine=mips-mips |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
773 os=-sysv |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
774 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
775 merlin) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
776 basic_machine=ns32k-utek |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
777 os=-sysv |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
778 ;; |
14259 | 779 microblaze) |
11846 | 780 basic_machine=microblaze-xilinx |
781 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
782 mingw32) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
783 basic_machine=i386-pc |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
784 os=-mingw32 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
785 ;; |
8795 | 786 mingw32ce) |
787 basic_machine=arm-unknown | |
788 os=-mingw32ce | |
789 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
790 miniframe) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
791 basic_machine=m68000-convergent |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
792 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
793 *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
794 basic_machine=m68k-atari |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
795 os=-mint |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
796 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
797 mips3*-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
798 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
|
799 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
800 mips3*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
801 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
|
802 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
803 monitor) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
804 basic_machine=m68k-rom68k |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
805 os=-coff |
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 morphos) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
808 basic_machine=powerpc-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
809 os=-morphos |
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 msdos) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
812 basic_machine=i386-pc |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
813 os=-msdos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
814 ;; |
6481 | 815 ms1-*) |
816 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` | |
817 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
818 mvs) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
819 basic_machine=i370-ibm |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
820 os=-mvs |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
821 ;; |
15518 | 822 nacl) |
15535 | 823 basic_machine=le32-unknown |
15518 | 824 os=-nacl |
825 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
826 ncr3000) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
827 basic_machine=i486-ncr |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
828 os=-sysv4 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
829 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
830 netbsd386) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
831 basic_machine=i386-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
832 os=-netbsd |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
833 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
834 netwinder) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
835 basic_machine=armv4l-rebel |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
836 os=-linux |
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 news | news700 | news800 | news900) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
839 basic_machine=m68k-sony |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
840 os=-newsos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
841 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
842 news1000) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
843 basic_machine=m68030-sony |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
844 os=-newsos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
845 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
846 news-3600 | risc-news) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
847 basic_machine=mips-sony |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
848 os=-newsos |
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 necv70) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
851 basic_machine=v70-nec |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
852 os=-sysv |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
853 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
854 next | m*-next ) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
855 basic_machine=m68k-next |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
856 case $os in |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
857 -nextstep* ) |
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 -ns2*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
860 os=-nextstep2 |
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 *) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
863 os=-nextstep3 |
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 esac |
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 nh3000) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
868 basic_machine=m68k-harris |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
869 os=-cxux |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
870 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
871 nh[45]000) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
872 basic_machine=m88k-harris |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
873 os=-cxux |
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 nindy960) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
876 basic_machine=i960-intel |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
877 os=-nindy |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
878 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
879 mon960) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
880 basic_machine=i960-intel |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
881 os=-mon960 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
882 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
883 nonstopux) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
884 basic_machine=mips-compaq |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
885 os=-nonstopux |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
886 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
887 np1) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
888 basic_machine=np1-gould |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
889 ;; |
14259 | 890 neo-tandem) |
13669 | 891 basic_machine=neo-tandem |
892 ;; | |
14259 | 893 nse-tandem) |
13669 | 894 basic_machine=nse-tandem |
895 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
896 nsr-tandem) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
897 basic_machine=nsr-tandem |
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 op50n-* | op60c-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
900 basic_machine=hppa1.1-oki |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
901 os=-proelf |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
902 ;; |
5953 | 903 openrisc | openrisc-*) |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
904 basic_machine=or32-unknown |
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 os400) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
907 basic_machine=powerpc-ibm |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
908 os=-os400 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
909 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
910 OSE68000 | ose68000) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
911 basic_machine=m68000-ericsson |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
912 os=-ose |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
913 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
914 os68k) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
915 basic_machine=m68k-none |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
916 os=-os68k |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
917 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
918 pa-hitachi) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
919 basic_machine=hppa1.1-hitachi |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
920 os=-hiuxwe2 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
921 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
922 paragon) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
923 basic_machine=i860-intel |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
924 os=-osf |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
925 ;; |
9510 | 926 parisc) |
927 basic_machine=hppa-unknown | |
928 os=-linux | |
929 ;; | |
930 parisc-*) | |
931 basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` | |
932 os=-linux | |
933 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
934 pbd) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
935 basic_machine=sparc-tti |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
936 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
937 pbb) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
938 basic_machine=m68k-tti |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
939 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
940 pc532 | pc532-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
941 basic_machine=ns32k-pc532 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
942 ;; |
6497 | 943 pc98) |
944 basic_machine=i386-pc | |
945 ;; | |
946 pc98-*) | |
947 basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` | |
948 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
949 pentium | p5 | k5 | k6 | nexgen | viac3) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
950 basic_machine=i586-pc |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
951 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
952 pentiumpro | p6 | 6x86 | athlon | athlon_*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
953 basic_machine=i686-pc |
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 pentiumii | pentium2 | pentiumiii | pentium3) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
956 basic_machine=i686-pc |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
957 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
958 pentium4) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
959 basic_machine=i786-pc |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
960 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
961 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
962 basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
963 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
964 pentiumpro-* | p6-* | 6x86-* | athlon-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
965 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` |
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 pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
968 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
969 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
970 pentium4-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
971 basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
972 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
973 pn) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
974 basic_machine=pn-gould |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
975 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
976 power) basic_machine=power-ibm |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
977 ;; |
14466 | 978 ppc | ppcbe) basic_machine=powerpc-unknown |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
979 ;; |
14466 | 980 ppc-* | ppcbe-*) |
981 basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
982 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
983 ppcle | powerpclittle | ppc-le | powerpc-little) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
984 basic_machine=powerpcle-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
985 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
986 ppcle-* | powerpclittle-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
987 basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
988 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
989 ppc64) basic_machine=powerpc64-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
990 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
991 ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
992 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
993 ppc64le | powerpc64little | ppc64-le | powerpc64-little) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
994 basic_machine=powerpc64le-unknown |
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 ppc64le-* | powerpc64little-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
997 basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
998 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
999 ps2) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1000 basic_machine=i386-ibm |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1001 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1002 pw32) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1003 basic_machine=i586-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1004 os=-pw32 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1005 ;; |
6487 | 1006 rdos) |
1007 basic_machine=i386-pc | |
1008 os=-rdos | |
1009 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1010 rom68k) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1011 basic_machine=m68k-rom68k |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1012 os=-coff |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1013 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1014 rm[46]00) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1015 basic_machine=mips-siemens |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1016 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1017 rtpc | rtpc-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1018 basic_machine=romp-ibm |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1019 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1020 s390 | s390-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1021 basic_machine=s390-ibm |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1022 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1023 s390x | s390x-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1024 basic_machine=s390x-ibm |
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 sa29200) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1027 basic_machine=a29k-amd |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1028 os=-udi |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1029 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1030 sb1) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1031 basic_machine=mipsisa64sb1-unknown |
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 sb1el) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1034 basic_machine=mipsisa64sb1el-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1035 ;; |
7130 | 1036 sde) |
1037 basic_machine=mipsisa32-sde | |
1038 os=-elf | |
1039 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1040 sei) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1041 basic_machine=mips-sei |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1042 os=-seiux |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1043 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1044 sequent) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1045 basic_machine=i386-sequent |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1046 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1047 sh) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1048 basic_machine=sh-hitachi |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1049 os=-hms |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1050 ;; |
7616 | 1051 sh5el) |
1052 basic_machine=sh5le-unknown | |
1053 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1054 sh64) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1055 basic_machine=sh64-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1056 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1057 sparclite-wrs | simso-wrs) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1058 basic_machine=sparclite-wrs |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1059 os=-vxworks |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1060 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1061 sps7) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1062 basic_machine=m68k-bull |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1063 os=-sysv2 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1064 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1065 spur) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1066 basic_machine=spur-unknown |
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 st2000) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1069 basic_machine=m68k-tandem |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1070 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1071 stratus) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1072 basic_machine=i860-stratus |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1073 os=-sysv4 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1074 ;; |
14466 | 1075 strongarm-* | thumb-*) |
1076 basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` | |
1077 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1078 sun2) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1079 basic_machine=m68000-sun |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1080 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1081 sun2os3) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1082 basic_machine=m68000-sun |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1083 os=-sunos3 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1084 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1085 sun2os4) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1086 basic_machine=m68000-sun |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1087 os=-sunos4 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1088 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1089 sun3os3) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1090 basic_machine=m68k-sun |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1091 os=-sunos3 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1092 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1093 sun3os4) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1094 basic_machine=m68k-sun |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1095 os=-sunos4 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1096 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1097 sun4os3) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1098 basic_machine=sparc-sun |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1099 os=-sunos3 |
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 sun4os4) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1102 basic_machine=sparc-sun |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1103 os=-sunos4 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1104 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1105 sun4sol2) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1106 basic_machine=sparc-sun |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1107 os=-solaris2 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1108 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1109 sun3 | sun3-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1110 basic_machine=m68k-sun |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1111 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1112 sun4) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1113 basic_machine=sparc-sun |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1114 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1115 sun386 | sun386i | roadrunner) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1116 basic_machine=i386-sun |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1117 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1118 sv1) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1119 basic_machine=sv1-cray |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1120 os=-unicos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1121 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1122 symmetry) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1123 basic_machine=i386-sequent |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1124 os=-dynix |
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 t3e) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1127 basic_machine=alphaev5-cray |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1128 os=-unicos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1129 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1130 t90) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1131 basic_machine=t90-cray |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1132 os=-unicos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1133 ;; |
9633 | 1134 tile*) |
14882 | 1135 basic_machine=$basic_machine-unknown |
9633 | 1136 os=-linux-gnu |
1137 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1138 tx39) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1139 basic_machine=mipstx39-unknown |
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 tx39el) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1142 basic_machine=mipstx39el-unknown |
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 toad1) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1145 basic_machine=pdp10-xkl |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1146 os=-tops20 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1147 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1148 tower | tower-32) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1149 basic_machine=m68k-ncr |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1150 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1151 tpf) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1152 basic_machine=s390x-ibm |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1153 os=-tpf |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1154 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1155 udi29k) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1156 basic_machine=a29k-amd |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1157 os=-udi |
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 ultra3) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1160 basic_machine=a29k-nyu |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1161 os=-sym1 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1162 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1163 v810 | necv810) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1164 basic_machine=v810-nec |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1165 os=-none |
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 vaxv) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1168 basic_machine=vax-dec |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1169 os=-sysv |
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 vms) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1172 basic_machine=vax-dec |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1173 os=-vms |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1174 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1175 vpp*|vx|vx-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1176 basic_machine=f301-fujitsu |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1177 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1178 vxworks960) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1179 basic_machine=i960-wrs |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1180 os=-vxworks |
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 vxworks68) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1183 basic_machine=m68k-wrs |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1184 os=-vxworks |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1185 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1186 vxworks29k) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1187 basic_machine=a29k-wrs |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1188 os=-vxworks |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1189 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1190 w65*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1191 basic_machine=w65-wdc |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1192 os=-none |
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 w89k-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1195 basic_machine=hppa1.1-winbond |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1196 os=-proelf |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1197 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1198 xbox) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1199 basic_machine=i686-pc |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1200 os=-mingw32 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1201 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1202 xps | xps100) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1203 basic_machine=xps100-honeywell |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1204 ;; |
14466 | 1205 xscale-* | xscalee[bl]-*) |
1206 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` | |
1207 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1208 ymp) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1209 basic_machine=ymp-cray |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1210 os=-unicos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1211 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1212 z8k-*-coff) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1213 basic_machine=z8k-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1214 os=-sim |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1215 ;; |
10411 | 1216 z80-*-coff) |
1217 basic_machine=z80-unknown | |
1218 os=-sim | |
1219 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1220 none) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1221 basic_machine=none-none |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1222 os=-none |
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 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1225 # 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
|
1226 # 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
|
1227 w89k) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1228 basic_machine=hppa1.1-winbond |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1229 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1230 op50n) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1231 basic_machine=hppa1.1-oki |
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 op60c) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1234 basic_machine=hppa1.1-oki |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1235 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1236 romp) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1237 basic_machine=romp-ibm |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1238 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1239 mmix) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1240 basic_machine=mmix-knuth |
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 rs6000) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1243 basic_machine=rs6000-ibm |
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 vax) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1246 basic_machine=vax-dec |
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 pdp10) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1249 # 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
|
1250 basic_machine=pdp10-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1251 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1252 pdp11) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1253 basic_machine=pdp11-dec |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1254 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1255 we32k) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1256 basic_machine=we32k-att |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1257 ;; |
10870 | 1258 sh[1234] | sh[24]a | sh[24]aeb | 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
|
1259 basic_machine=sh-unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1260 ;; |
6663 | 1261 sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1262 basic_machine=sparc-sun |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1263 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1264 cydra) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1265 basic_machine=cydra-cydrome |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1266 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1267 orion) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1268 basic_machine=orion-highlevel |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1269 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1270 orion105) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1271 basic_machine=clipper-highlevel |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1272 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1273 mac | mpw | mac-mpw) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1274 basic_machine=m68k-apple |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1275 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1276 pmac | pmac-mpw) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1277 basic_machine=powerpc-apple |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1278 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1279 *-unknown) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1280 # Make sure to match an already-canonicalized machine name. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1281 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1282 *) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1283 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
|
1284 exit 1 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1285 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1286 esac |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1287 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1288 # Here we canonicalize certain aliases for manufacturers. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1289 case $basic_machine in |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1290 *-digital*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1291 basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` |
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 *-commodore*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1294 basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` |
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 *) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1297 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1298 esac |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1299 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1300 # Decode manufacturer-specific aliases for certain operating systems. |
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 if [ x"$os" != x"" ] |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1303 then |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1304 case $os in |
14259 | 1305 # First match some system type aliases |
1306 # that might get confused with valid system types. | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1307 # -solaris* is a basic system type, with this one exception. |
14259 | 1308 -auroraux) |
1309 os=-auroraux | |
12387 | 1310 ;; |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1311 -solaris1 | -solaris1.*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1312 os=`echo $os | sed -e 's|solaris1|sunos4|'` |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1313 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1314 -solaris) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1315 os=-solaris2 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1316 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1317 -svr4*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1318 os=-sysv4 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1319 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1320 -unixware*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1321 os=-sysv4.2uw |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1322 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1323 -gnu/linux*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1324 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
|
1325 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1326 # First accept the basic system types. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1327 # The portable systems comes first. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1328 # 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
|
1329 # -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
|
1330 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ |
11619 | 1331 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ |
12387 | 1332 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ |
1333 | -sym* | -kopensolaris* \ | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1334 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ |
11108 | 1335 | -aos* | -aros* \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1336 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1337 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ |
6503 | 1338 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ |
1339 | -openbsd* | -solidbsd* \ | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1340 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1341 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1342 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1343 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ |
10208 | 1344 | -chorusos* | -chorusrdb* | -cegcc* \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1345 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ |
13360 | 1346 | -mingw32* | -linux-gnu* | -linux-android* \ |
1347 | -linux-newlib* | -linux-uclibc* \ | |
6487 | 1348 | -uxpv* | -beos* | -mpeix* | -udk* \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1349 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1350 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1351 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1352 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1353 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ |
5971 | 1354 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ |
12140 | 1355 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1356 # 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
|
1357 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1358 -qnx*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1359 case $basic_machine in |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1360 x86-* | i*86-*) |
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 *) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1363 os=-nto$os |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1364 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1365 esac |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1366 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1367 -nto-qnx*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1368 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1369 -nto*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1370 os=`echo $os | sed -e 's|nto|nto-qnx|'` |
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 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ |
5971 | 1373 | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1374 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1375 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1376 -mac*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1377 os=`echo $os | sed -e 's|mac|macos|'` |
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 -linux-dietlibc) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1380 os=-linux-dietlibc |
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 -linux*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1383 os=`echo $os | sed -e 's|linux|linux-gnu|'` |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1384 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1385 -sunos5*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1386 os=`echo $os | sed -e 's|sunos5|solaris2|'` |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1387 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1388 -sunos6*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1389 os=`echo $os | sed -e 's|sunos6|solaris3|'` |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1390 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1391 -opened*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1392 os=-openedition |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1393 ;; |
14259 | 1394 -os400*) |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1395 os=-os400 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1396 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1397 -wince*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1398 os=-wince |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1399 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1400 -osfrose*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1401 os=-osfrose |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1402 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1403 -osf*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1404 os=-osf |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1405 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1406 -utek*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1407 os=-bsd |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1408 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1409 -dynix*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1410 os=-bsd |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1411 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1412 -acis*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1413 os=-aos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1414 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1415 -atheos*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1416 os=-atheos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1417 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1418 -syllable*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1419 os=-syllable |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1420 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1421 -386bsd) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1422 os=-bsd |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1423 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1424 -ctix* | -uts*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1425 os=-sysv |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1426 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1427 -nova*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1428 os=-rtmk-nova |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1429 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1430 -ns2 ) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1431 os=-nextstep2 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1432 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1433 -nsk*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1434 os=-nsk |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1435 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1436 # Preserve the version number of sinix5. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1437 -sinix5.*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1438 os=`echo $os | sed -e 's|sinix|sysv|'` |
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 -sinix*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1441 os=-sysv4 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1442 ;; |
14259 | 1443 -tpf*) |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1444 os=-tpf |
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 -triton*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1447 os=-sysv3 |
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 -oss*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1450 os=-sysv3 |
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 -svr4) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1453 os=-sysv4 |
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 -svr3) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1456 os=-sysv3 |
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 -sysvr4) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1459 os=-sysv4 |
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 # This must come after -sysvr4. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1462 -sysv*) |
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 -ose*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1465 os=-ose |
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 -es1800*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1468 os=-ose |
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 -xenix) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1471 os=-xenix |
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 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1474 os=-mint |
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 -aros*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1477 os=-aros |
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 -kaos*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1480 os=-kaos |
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 -zvmoe) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1483 os=-zvmoe |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1484 ;; |
9922 | 1485 -dicos*) |
1486 os=-dicos | |
1487 ;; | |
14259 | 1488 -nacl*) |
1489 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1490 -none) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1491 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1492 *) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1493 # Get rid of the `-' at the beginning of $os. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1494 os=`echo $os | sed 's/[^-]*-//'` |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1495 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
|
1496 exit 1 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1497 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1498 esac |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1499 else |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1500 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1501 # 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
|
1502 # 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
|
1503 # 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
|
1504 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1505 # 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
|
1506 # "-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
|
1507 # 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
|
1508 # 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
|
1509 # system, and we'll never get to this point. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1510 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1511 case $basic_machine in |
14259 | 1512 score-*) |
7346 | 1513 os=-elf |
1514 ;; | |
14259 | 1515 spu-*) |
6791 | 1516 os=-elf |
1517 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1518 *-acorn) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1519 os=-riscix1.2 |
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 arm*-rebel) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1522 os=-linux |
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 arm*-semi) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1525 os=-aout |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1526 ;; |
14259 | 1527 c4x-* | tic4x-*) |
1528 os=-coff | |
6791 | 1529 ;; |
13049 | 1530 tic54x-*) |
1531 os=-coff | |
1532 ;; | |
1533 tic55x-*) | |
1534 os=-coff | |
1535 ;; | |
1536 tic6x-*) | |
1537 os=-coff | |
1538 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1539 # This must come before the *-dec entry. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1540 pdp10-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1541 os=-tops20 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1542 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1543 pdp11-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1544 os=-none |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1545 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1546 *-dec | vax-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1547 os=-ultrix4.2 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1548 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1549 m68*-apollo) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1550 os=-domain |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1551 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1552 i386-sun) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1553 os=-sunos4.0.2 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1554 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1555 m68000-sun) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1556 os=-sunos3 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1557 # 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
|
1558 # default. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1559 # os=-sunos4 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1560 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1561 m68*-cisco) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1562 os=-aout |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1563 ;; |
14259 | 1564 mep-*) |
7899 | 1565 os=-elf |
1566 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1567 mips*-cisco) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1568 os=-elf |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1569 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1570 mips*-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1571 os=-elf |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1572 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1573 or32-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1574 os=-coff |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1575 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1576 *-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
|
1577 os=-sysv3 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1578 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1579 sparc-* | *-sun) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1580 os=-sunos4.1.1 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1581 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1582 *-be) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1583 os=-beos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1584 ;; |
5971 | 1585 *-haiku) |
1586 os=-haiku | |
1587 ;; | |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1588 *-ibm) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1589 os=-aix |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1590 ;; |
14259 | 1591 *-knuth) |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1592 os=-mmixware |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1593 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1594 *-wec) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1595 os=-proelf |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1596 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1597 *-winbond) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1598 os=-proelf |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1599 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1600 *-oki) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1601 os=-proelf |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1602 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1603 *-hp) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1604 os=-hpux |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1605 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1606 *-hitachi) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1607 os=-hiux |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1608 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1609 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1610 os=-sysv |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1611 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1612 *-cbm) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1613 os=-amigaos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1614 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1615 *-dg) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1616 os=-dgux |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1617 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1618 *-dolphin) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1619 os=-sysv3 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1620 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1621 m68k-ccur) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1622 os=-rtu |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1623 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1624 m88k-omron*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1625 os=-luna |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1626 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1627 *-next ) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1628 os=-nextstep |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1629 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1630 *-sequent) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1631 os=-ptx |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1632 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1633 *-crds) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1634 os=-unos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1635 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1636 *-ns) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1637 os=-genix |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1638 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1639 i370-*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1640 os=-mvs |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1641 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1642 *-next) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1643 os=-nextstep3 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1644 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1645 *-gould) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1646 os=-sysv |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1647 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1648 *-highlevel) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1649 os=-bsd |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1650 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1651 *-encore) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1652 os=-bsd |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1653 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1654 *-sgi) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1655 os=-irix |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1656 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1657 *-siemens) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1658 os=-sysv4 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1659 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1660 *-masscomp) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1661 os=-rtu |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1662 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1663 f30[01]-fujitsu | f700-fujitsu) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1664 os=-uxpv |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1665 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1666 *-rom68k) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1667 os=-coff |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1668 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1669 *-*bug) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1670 os=-coff |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1671 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1672 *-apple) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1673 os=-macos |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1674 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1675 *-atari*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1676 os=-mint |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1677 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1678 *) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1679 os=-none |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1680 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1681 esac |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1682 fi |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1683 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1684 # 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
|
1685 # manufacturer. We pick the logical manufacturer. |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1686 vendor=unknown |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1687 case $basic_machine in |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1688 *-unknown) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1689 case $os in |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1690 -riscix*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1691 vendor=acorn |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1692 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1693 -sunos*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1694 vendor=sun |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1695 ;; |
11619 | 1696 -cnk*|-aix*) |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1697 vendor=ibm |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1698 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1699 -beos*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1700 vendor=be |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1701 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1702 -hpux*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1703 vendor=hp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1704 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1705 -mpeix*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1706 vendor=hp |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1707 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1708 -hiux*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1709 vendor=hitachi |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1710 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1711 -unos*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1712 vendor=crds |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1713 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1714 -dgux*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1715 vendor=dg |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1716 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1717 -luna*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1718 vendor=omron |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1719 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1720 -genix*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1721 vendor=ns |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1722 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1723 -mvs* | -opened*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1724 vendor=ibm |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1725 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1726 -os400*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1727 vendor=ibm |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1728 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1729 -ptx*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1730 vendor=sequent |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1731 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1732 -tpf*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1733 vendor=ibm |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1734 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1735 -vxsim* | -vxworks* | -windiss*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1736 vendor=wrs |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1737 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1738 -aux*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1739 vendor=apple |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1740 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1741 -hms*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1742 vendor=hitachi |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1743 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1744 -mpw* | -macos*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1745 vendor=apple |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1746 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1747 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1748 vendor=atari |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1749 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1750 -vos*) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1751 vendor=stratus |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1752 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1753 esac |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1754 basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1755 ;; |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1756 esac |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1757 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1758 echo $basic_machine$os |
5847 | 1759 exit |
5736
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1760 |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1761 # Local variables: |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1762 # eval: (add-hook 'write-file-hooks 'time-stamp) |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1763 # time-stamp-start: "timestamp='" |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1764 # time-stamp-format: "%:y-%02m-%02d" |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1765 # time-stamp-end: "'" |
ac8e7aaddef7
Moved here from config/config.sub.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1766 # End: |