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