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