Mercurial > emacs
annotate config.sub @ 21617:c944e3c8ebe2
(comint-filename-chars): Combine DOS and Windows strings.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Fri, 17 Apr 1998 05:23:53 +0000 |
parents | 18f3cb26243f |
children | c9b6e8a508a3 |
rev | line source |
---|---|
10704
0b7596c02db4
Add a blank in the #! line for 4.2BSD Dynix etc.
David J. MacKenzie <djm@gnu.org>
parents:
10625
diff
changeset
|
1 #! /bin/sh |
653
f3531d3d57c9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
652
diff
changeset
|
2 # Configuration validation subroutine script, version 1.1. |
20892
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
3 # Copyright (C) 1991, 92-97, 1998 Free Software Foundation, Inc. |
645
57295fc40ac3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
631
diff
changeset
|
4 # This file is (in principle) common to ALL GNU software. |
57295fc40ac3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
631
diff
changeset
|
5 # The presence of a machine in this file suggests that SOME GNU software |
14723
ebfb964ca323
Recognize cpu-vendor [ctj]90-cray, default c90-cray-unicos. From tege.
Roland McGrath <roland@gnu.org>
parents:
14561
diff
changeset
|
6 # can handle that machine. It does not imply ALL GNU software can. |
9610
6c39fe6d9581
Add licensing exception for Autoconf.
David J. MacKenzie <djm@gnu.org>
parents:
9255
diff
changeset
|
7 # |
6c39fe6d9581
Add licensing exception for Autoconf.
David J. MacKenzie <djm@gnu.org>
parents:
9255
diff
changeset
|
8 # This file is free software; you can redistribute it and/or modify |
6c39fe6d9581
Add licensing exception for Autoconf.
David J. MacKenzie <djm@gnu.org>
parents:
9255
diff
changeset
|
9 # it under the terms of the GNU General Public License as published by |
6c39fe6d9581
Add licensing exception for Autoconf.
David J. MacKenzie <djm@gnu.org>
parents:
9255
diff
changeset
|
10 # the Free Software Foundation; either version 2 of the License, or |
6c39fe6d9581
Add licensing exception for Autoconf.
David J. MacKenzie <djm@gnu.org>
parents:
9255
diff
changeset
|
11 # (at your option) any later version. |
6c39fe6d9581
Add licensing exception for Autoconf.
David J. MacKenzie <djm@gnu.org>
parents:
9255
diff
changeset
|
12 # |
6c39fe6d9581
Add licensing exception for Autoconf.
David J. MacKenzie <djm@gnu.org>
parents:
9255
diff
changeset
|
13 # This program is distributed in the hope that it will be useful, |
6c39fe6d9581
Add licensing exception for Autoconf.
David J. MacKenzie <djm@gnu.org>
parents:
9255
diff
changeset
|
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
6c39fe6d9581
Add licensing exception for Autoconf.
David J. MacKenzie <djm@gnu.org>
parents:
9255
diff
changeset
|
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
6c39fe6d9581
Add licensing exception for Autoconf.
David J. MacKenzie <djm@gnu.org>
parents:
9255
diff
changeset
|
16 # GNU General Public License for more details. |
6c39fe6d9581
Add licensing exception for Autoconf.
David J. MacKenzie <djm@gnu.org>
parents:
9255
diff
changeset
|
17 # |
6c39fe6d9581
Add licensing exception for Autoconf.
David J. MacKenzie <djm@gnu.org>
parents:
9255
diff
changeset
|
18 # You should have received a copy of the GNU General Public License |
6c39fe6d9581
Add licensing exception for Autoconf.
David J. MacKenzie <djm@gnu.org>
parents:
9255
diff
changeset
|
19 # along with this program; if not, write to the Free Software |
12247 | 20 # Foundation, Inc., 59 Temple Place - Suite 330, |
21 # Boston, MA 02111-1307, USA. | |
576 | 22 |
9610
6c39fe6d9581
Add licensing exception for Autoconf.
David J. MacKenzie <djm@gnu.org>
parents:
9255
diff
changeset
|
23 # As a special exception to the GNU General Public License, if you |
6c39fe6d9581
Add licensing exception for Autoconf.
David J. MacKenzie <djm@gnu.org>
parents:
9255
diff
changeset
|
24 # distribute this file as part of a program that contains a |
6c39fe6d9581
Add licensing exception for Autoconf.
David J. MacKenzie <djm@gnu.org>
parents:
9255
diff
changeset
|
25 # configuration script generated by Autoconf, you may include it under |
6c39fe6d9581
Add licensing exception for Autoconf.
David J. MacKenzie <djm@gnu.org>
parents:
9255
diff
changeset
|
26 # the same distribution terms that you use for the rest of that program. |
576 | 27 |
28 # Configuration subroutine to validate and canonicalize a configuration type. | |
29 # Supply the specified configuration type as an argument. | |
30 # If it is invalid, we print an error message on stderr and exit with code 1. | |
31 # Otherwise, we print the canonical config type on stdout and succeed. | |
32 | |
33 # This file is supposed to be the same for all GNU packages | |
34 # and recognize all the CPU types, system types and aliases | |
35 # that are meaningful with *any* GNU software. | |
36 # Each package is responsible for reporting which valid configurations | |
37 # it does not support. The user should be able to distinguish | |
38 # a failure to support a valid configuration from a meaningless | |
39 # configuration. | |
40 | |
41 # The goal of this file is to map all the various variations of a given | |
42 # machine specification into a single specification in the form: | |
43 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM | |
16189 | 44 # or in some cases, the newer four-part form: |
45 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM | |
1631
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
46 # It is wrong to echo any other type of specification. |
576 | 47 |
9997 | 48 if [ x$1 = x ] |
49 then | |
50 echo Configuration name missing. 1>&2 | |
51 echo "Usage: $0 CPU-MFR-OPSYS" 1>&2 | |
52 echo "or $0 ALIAS" 1>&2 | |
53 echo where ALIAS is a recognized configuration type. 1>&2 | |
54 exit 1 | |
55 fi | |
56 | |
576 | 57 # First pass through any local machine types. |
58 case $1 in | |
59 *local*) | |
60 echo $1 | |
61 exit 0 | |
62 ;; | |
63 *) | |
64 ;; | |
65 esac | |
66 | |
16189 | 67 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). |
68 # Here we must recognize all the valid KERNEL-OS combinations. | |
69 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` | |
70 case $maybe_os in | |
16606
1f77335980ba
Revert last change.
Thomas Bushnell, BSG <thomas@gnu.org>
parents:
16605
diff
changeset
|
71 linux-gnu*) |
16189 | 72 os=-$maybe_os |
73 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` | |
74 ;; | |
75 *) | |
76 basic_machine=`echo $1 | sed 's/-[^-]*$//'` | |
77 if [ $basic_machine != $1 ] | |
78 then os=`echo $1 | sed 's/.*-/-/'` | |
79 else os=; fi | |
80 ;; | |
81 esac | |
576 | 82 |
1631
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
83 ### Let's recognize common machines as not being operating systems so |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
84 ### that things like config.sub decstation-3100 work. We also |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
85 ### recognize some manufacturers as not being operating systems, so we |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
86 ### can provide default operating systems below. |
576 | 87 case $os in |
1961
eeb000068cc8
Error if company name is more than one word.
Richard M. Stallman <rms@gnu.org>
parents:
1852
diff
changeset
|
88 -sun*os*) |
eeb000068cc8
Error if company name is more than one word.
Richard M. Stallman <rms@gnu.org>
parents:
1852
diff
changeset
|
89 # Prevent following clause from handling this invalid input. |
eeb000068cc8
Error if company name is more than one word.
Richard M. Stallman <rms@gnu.org>
parents:
1852
diff
changeset
|
90 ;; |
576 | 91 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ |
92 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ | |
8716
4d399ce17485
* config.sub: Cleanup NeXT support to emit nextstep*.
Per Bothner <bothner@cygnus.com>
parents:
8620
diff
changeset
|
93 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ |
4902
a8a03a975fe8
Re-add hitachi to list of companies not to treat as OS names.
Richard M. Stallman <rms@gnu.org>
parents:
4901
diff
changeset
|
94 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ |
576 | 95 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ |
14763 | 96 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ |
97 -apple) | |
576 | 98 os= |
99 basic_machine=$1 | |
100 ;; | |
4901 | 101 -hiux*) |
5576 | 102 os=-hiuxwe2 |
4901 | 103 ;; |
14191 | 104 -sco5) |
105 os=sco3.2v5 | |
16189 | 106 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` |
14191 | 107 ;; |
3904
6c98b9e2a213
Canonicalize -sco4 and -sco3.2.4 to -sco3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
3896
diff
changeset
|
108 -sco4) |
6c98b9e2a213
Canonicalize -sco4 and -sco3.2.4 to -sco3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
3896
diff
changeset
|
109 os=-sco3.2v4 |
16189 | 110 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` |
3904
6c98b9e2a213
Canonicalize -sco4 and -sco3.2.4 to -sco3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
3896
diff
changeset
|
111 ;; |
6c98b9e2a213
Canonicalize -sco4 and -sco3.2.4 to -sco3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
3896
diff
changeset
|
112 -sco3.2.[4-9]*) |
6c98b9e2a213
Canonicalize -sco4 and -sco3.2.4 to -sco3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
3896
diff
changeset
|
113 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` |
16189 | 114 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` |
3904
6c98b9e2a213
Canonicalize -sco4 and -sco3.2.4 to -sco3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
3896
diff
changeset
|
115 ;; |
1545
9ff238dd8a35
Don't discard SCO version number if it's 3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
1415
diff
changeset
|
116 -sco3.2v[4-9]*) |
9ff238dd8a35
Don't discard SCO version number if it's 3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
1415
diff
changeset
|
117 # Don't forget version if it is 3.2v4 or newer. |
16189 | 118 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` |
1545
9ff238dd8a35
Don't discard SCO version number if it's 3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
1415
diff
changeset
|
119 ;; |
576 | 120 -sco*) |
646
e283d4164aca
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
645
diff
changeset
|
121 os=-sco3.2v2 |
16189 | 122 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` |
576 | 123 ;; |
1631
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
124 -isc) |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
125 os=-isc2.2 |
16189 | 126 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` |
1631
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
127 ;; |
2344
d21c82eba8ab
Default to clipper-intergraph if system is clix.
Richard M. Stallman <rms@gnu.org>
parents:
2204
diff
changeset
|
128 -clix*) |
d21c82eba8ab
Default to clipper-intergraph if system is clix.
Richard M. Stallman <rms@gnu.org>
parents:
2204
diff
changeset
|
129 basic_machine=clipper-intergraph |
d21c82eba8ab
Default to clipper-intergraph if system is clix.
Richard M. Stallman <rms@gnu.org>
parents:
2204
diff
changeset
|
130 ;; |
576 | 131 -isc*) |
16189 | 132 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` |
576 | 133 ;; |
10781 | 134 -lynx*) |
4204 | 135 os=-lynxos |
136 ;; | |
8722
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
137 -ptx*) |
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
138 basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` |
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
139 ;; |
9198
af7bd3312376
(windowsnt): Alias for winnt.
Richard Kenner <kenner@gnu.org>
parents:
9189
diff
changeset
|
140 -windowsnt*) |
af7bd3312376
(windowsnt): Alias for winnt.
Richard Kenner <kenner@gnu.org>
parents:
9189
diff
changeset
|
141 os=`echo $os | sed -e 's/windowsnt/winnt/'` |
af7bd3312376
(windowsnt): Alias for winnt.
Richard Kenner <kenner@gnu.org>
parents:
9189
diff
changeset
|
142 ;; |
14539 | 143 -psos*) |
144 os=-psos | |
145 ;; | |
576 | 146 esac |
147 | |
148 # Decode aliases for certain CPU-COMPANY combinations. | |
149 case $basic_machine in | |
4829 | 150 # Recognize the basic CPU types without company name. |
576 | 151 # Some are omitted here because they have special meanings below. |
19852 | 152 tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \ |
18420
2de852dd7271
* config.sub (mn10200): Recognize new basic machine.
Jeff Law <law@redhat.com>
parents:
18145
diff
changeset
|
153 | arme[lb] | pyramid | mn10200 | mn10300 \ |
16539
901db650f48e
patches from bug-gnu-utils to support more architectures
David J. MacKenzie <djm@gnu.org>
parents:
16481
diff
changeset
|
154 | tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \ |
18888
436555108230
(alphaev5, alphaev56): New CPU types.
Richard Kenner <kenner@gnu.org>
parents:
18472
diff
changeset
|
155 | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \ |
436555108230
(alphaev5, alphaev56): New CPU types.
Richard Kenner <kenner@gnu.org>
parents:
18472
diff
changeset
|
156 | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ |
436555108230
(alphaev5, alphaev56): New CPU types.
Richard Kenner <kenner@gnu.org>
parents:
18472
diff
changeset
|
157 | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ |
19471
94f6bd542d2f
* config.sub: Recognize tx39/r3900.
Jeff Law <law@redhat.com>
parents:
19073
diff
changeset
|
158 | mipstx39 | mipstx39el \ |
19765
adacf35e99eb
* config.sub: Recognize v850-elf.
Jeff Law <law@redhat.com>
parents:
19471
diff
changeset
|
159 | sparc | sparclet | sparclite | sparc64 | v850) |
576 | 160 basic_machine=$basic_machine-unknown |
161 ;; | |
16189 | 162 # We use `pc' rather than `unknown' |
163 # because (1) that's what they normally are, and | |
164 # (2) the word "unknown" tends to confuse beginning users. | |
20892
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
165 i[34567]86) |
16189 | 166 basic_machine=$basic_machine-pc |
167 ;; | |
1961
eeb000068cc8
Error if company name is more than one word.
Richard M. Stallman <rms@gnu.org>
parents:
1852
diff
changeset
|
168 # Object if more than one company name word. |
eeb000068cc8
Error if company name is more than one word.
Richard M. Stallman <rms@gnu.org>
parents:
1852
diff
changeset
|
169 *-*-*) |
eeb000068cc8
Error if company name is more than one word.
Richard M. Stallman <rms@gnu.org>
parents:
1852
diff
changeset
|
170 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 |
eeb000068cc8
Error if company name is more than one word.
Richard M. Stallman <rms@gnu.org>
parents:
1852
diff
changeset
|
171 exit 1 |
eeb000068cc8
Error if company name is more than one word.
Richard M. Stallman <rms@gnu.org>
parents:
1852
diff
changeset
|
172 ;; |
4829 | 173 # Recognize the basic CPU types with company name. |
20892
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
174 vax-* | tahoe-* | i[34567]86-* | i860-* | m32r-* | m68k-* | m68000-* \ |
19852 | 175 | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \ |
18888
436555108230
(alphaev5, alphaev56): New CPU types.
Richard Kenner <kenner@gnu.org>
parents:
18472
diff
changeset
|
176 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ |
436555108230
(alphaev5, alphaev56): New CPU types.
Richard Kenner <kenner@gnu.org>
parents:
18472
diff
changeset
|
177 | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \ |
436555108230
(alphaev5, alphaev56): New CPU types.
Richard Kenner <kenner@gnu.org>
parents:
18472
diff
changeset
|
178 | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* \ |
436555108230
(alphaev5, alphaev56): New CPU types.
Richard Kenner <kenner@gnu.org>
parents:
18472
diff
changeset
|
179 | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \ |
436555108230
(alphaev5, alphaev56): New CPU types.
Richard Kenner <kenner@gnu.org>
parents:
18472
diff
changeset
|
180 | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \ |
436555108230
(alphaev5, alphaev56): New CPU types.
Richard Kenner <kenner@gnu.org>
parents:
18472
diff
changeset
|
181 | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ |
436555108230
(alphaev5, alphaev56): New CPU types.
Richard Kenner <kenner@gnu.org>
parents:
18472
diff
changeset
|
182 | sparc64-* | mips64-* | mipsel-* \ |
19471
94f6bd542d2f
* config.sub: Recognize tx39/r3900.
Jeff Law <law@redhat.com>
parents:
19073
diff
changeset
|
183 | mips64el-* | mips64orion-* | mips64orionel-* \ |
94f6bd542d2f
* config.sub: Recognize tx39/r3900.
Jeff Law <law@redhat.com>
parents:
19073
diff
changeset
|
184 | mipstx39-* | mipstx39el-* \ |
94f6bd542d2f
* config.sub: Recognize tx39/r3900.
Jeff Law <law@redhat.com>
parents:
19073
diff
changeset
|
185 | f301-*) |
576 | 186 ;; |
6122 | 187 # Recognize the various machine names and aliases which stand |
188 # for a CPU type and a company and sometimes even an OS. | |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
189 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
190 basic_machine=m68000-att |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
191 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
192 3b*) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
193 basic_machine=we32k-att |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
194 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
195 alliant | fx80) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
196 basic_machine=fx80-alliant |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
197 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
198 altos | altos3068) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
199 basic_machine=m68k-altos |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
200 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
201 am29k) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
202 basic_machine=a29k-none |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
203 os=-bsd |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
204 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
205 amdahl) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
206 basic_machine=580-amdahl |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
207 os=-sysv |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
208 ;; |
8619
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
209 amiga | amiga-*) |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
210 basic_machine=m68k-cbm |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
211 ;; |
19859
40f15724d33d
* config.sub: Use "amigaos" instread of "amigados". Still
Jeff Law <law@redhat.com>
parents:
19852
diff
changeset
|
212 amigaos | amigados) |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
213 basic_machine=m68k-cbm |
19860 | 214 os=-amigaos |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
215 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
216 amigaunix | amix) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
217 basic_machine=m68k-cbm |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
218 os=-sysv4 |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
219 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
220 apollo68) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
221 basic_machine=m68k-apollo |
576 | 222 os=-sysv |
223 ;; | |
14448 | 224 aux) |
225 basic_machine=m68k-apple | |
226 os=-aux | |
227 ;; | |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
228 balance) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
229 basic_machine=ns32k-sequent |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
230 os=-dynix |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
231 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
232 convex-c1) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
233 basic_machine=c1-convex |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
234 os=-bsd |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
235 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
236 convex-c2) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
237 basic_machine=c2-convex |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
238 os=-bsd |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
239 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
240 convex-c32) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
241 basic_machine=c32-convex |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
242 os=-bsd |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
243 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
244 convex-c34) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
245 basic_machine=c34-convex |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
246 os=-bsd |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
247 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
248 convex-c38) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
249 basic_machine=c38-convex |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
250 os=-bsd |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
251 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
252 cray | ymp) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
253 basic_machine=ymp-cray |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
254 os=-unicos |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
255 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
256 cray2) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
257 basic_machine=cray2-cray |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
258 os=-unicos |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
259 ;; |
14723
ebfb964ca323
Recognize cpu-vendor [ctj]90-cray, default c90-cray-unicos. From tege.
Roland McGrath <roland@gnu.org>
parents:
14561
diff
changeset
|
260 [ctj]90-cray) |
ebfb964ca323
Recognize cpu-vendor [ctj]90-cray, default c90-cray-unicos. From tege.
Roland McGrath <roland@gnu.org>
parents:
14561
diff
changeset
|
261 basic_machine=c90-cray |
ebfb964ca323
Recognize cpu-vendor [ctj]90-cray, default c90-cray-unicos. From tege.
Roland McGrath <roland@gnu.org>
parents:
14561
diff
changeset
|
262 os=-unicos |
ebfb964ca323
Recognize cpu-vendor [ctj]90-cray, default c90-cray-unicos. From tege.
Roland McGrath <roland@gnu.org>
parents:
14561
diff
changeset
|
263 ;; |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
264 crds | unos) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
265 basic_machine=m68k-crds |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
266 ;; |
8619
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
267 da30 | da30-*) |
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
268 basic_machine=m68k-da30 |
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
269 ;; |
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
270 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
271 basic_machine=mips-dec |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
272 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
273 delta | 3300 | motorola-3300 | motorola-delta \ |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
274 | 3300-motorola | delta-motorola) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
275 basic_machine=m68k-motorola |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
276 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
277 delta88) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
278 basic_machine=m88k-motorola |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
279 os=-sysv3 |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
280 ;; |
6509 | 281 dpx20 | dpx20-*) |
282 basic_machine=rs6000-bull | |
283 os=-bosx | |
284 ;; | |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
285 dpx2* | dpx2*-bull) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
286 basic_machine=m68k-bull |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
287 os=-sysv3 |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
288 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
289 ebmon29k) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
290 basic_machine=a29k-amd |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
291 os=-ebmon |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
292 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
293 elxsi) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
294 basic_machine=elxsi-elxsi |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
295 os=-bsd |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
296 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
297 encore | umax | mmax) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
298 basic_machine=ns32k-encore |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
299 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
300 fx2800) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
301 basic_machine=i860-alliant |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
302 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
303 genix) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
304 basic_machine=ns32k-ns |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
305 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
306 gmicro) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
307 basic_machine=tron-gmicro |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
308 os=-sysv |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
309 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
310 h3050r* | hiux*) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
311 basic_machine=hppa1.1-hitachi |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
312 os=-hiuxwe2 |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
313 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
314 h8300hms) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
315 basic_machine=h8300-hitachi |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
316 os=-hms |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
317 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
318 harris) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
319 basic_machine=m88k-harris |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
320 os=-sysv3 |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
321 ;; |
8619
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
322 hp300-*) |
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
323 basic_machine=m68k-hp |
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
324 ;; |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
325 hp300bsd) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
326 basic_machine=m68k-hp |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
327 os=-bsd |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
328 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
329 hp300hpux) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
330 basic_machine=m68k-hp |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
331 os=-hpux |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
332 ;; |
15277
a58e7fe45c0e
Restore `hp9k2[0-9][0-9] | hp9k31[0-9])' case line apparently accidentally
Roland McGrath <roland@gnu.org>
parents:
15260
diff
changeset
|
333 hp9k2[0-9][0-9] | hp9k31[0-9]) |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
334 basic_machine=m68000-hp |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
335 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
336 hp9k3[2-9][0-9]) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
337 basic_machine=m68k-hp |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
338 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
339 hp9k7[0-9][0-9] | hp7[0-9][0-9] | hp9k8[0-9]7 | hp8[0-9]7) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
340 basic_machine=hppa1.1-hp |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
341 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
342 hp9k8[0-9][0-9] | hp8[0-9][0-9]) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
343 basic_machine=hppa1.0-hp |
576 | 344 ;; |
16481
7d6772f641f2
Recognize hppa-next as a valid CPU-COMPANY combination.
Richard M. Stallman <rms@gnu.org>
parents:
16306
diff
changeset
|
345 hppa-next) |
7d6772f641f2
Recognize hppa-next as a valid CPU-COMPANY combination.
Richard M. Stallman <rms@gnu.org>
parents:
16306
diff
changeset
|
346 os=-nextstep3 |
7d6772f641f2
Recognize hppa-next as a valid CPU-COMPANY combination.
Richard M. Stallman <rms@gnu.org>
parents:
16306
diff
changeset
|
347 ;; |
2495 | 348 i370-ibm* | ibm*) |
349 basic_machine=i370-ibm | |
350 os=-mvs | |
351 ;; | |
1735
5032e4faca19
($os alternatives for sco and isc): Preserve the specified os version if any.
Richard M. Stallman <rms@gnu.org>
parents:
1732
diff
changeset
|
352 # I'm not sure what "Sysv32" means. Should this be sysv3.2? |
20892
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
353 i[34567]86v32) |
16189 | 354 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` |
738
81cd2a003397
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
674
diff
changeset
|
355 os=-sysv32 |
81cd2a003397
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
674
diff
changeset
|
356 ;; |
20892
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
357 i[34567]86v4*) |
16189 | 358 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` |
576 | 359 os=-sysv4 |
360 ;; | |
20892
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
361 i[34567]86v) |
16189 | 362 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` |
738
81cd2a003397
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
674
diff
changeset
|
363 os=-sysv |
81cd2a003397
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
674
diff
changeset
|
364 ;; |
20892
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
365 i[34567]86sol2) |
16189 | 366 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` |
1840
b00ada422354
(i[34]86sol2): New abbrev for i[34]86-unknown-solaris2.
Jim Wilson <wilson@gnu.org>
parents:
1735
diff
changeset
|
367 os=-solaris2 |
b00ada422354
(i[34]86sol2): New abbrev for i[34]86-unknown-solaris2.
Jim Wilson <wilson@gnu.org>
parents:
1735
diff
changeset
|
368 ;; |
576 | 369 iris | iris4d) |
370 basic_machine=mips-sgi | |
651
144027c7abb2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
646
diff
changeset
|
371 case $os in |
144027c7abb2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
646
diff
changeset
|
372 -irix*) |
144027c7abb2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
646
diff
changeset
|
373 ;; |
144027c7abb2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
646
diff
changeset
|
374 *) |
144027c7abb2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
646
diff
changeset
|
375 os=-irix4 |
144027c7abb2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
646
diff
changeset
|
376 ;; |
144027c7abb2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
646
diff
changeset
|
377 esac |
576 | 378 ;; |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
379 isi68 | isi) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
380 basic_machine=m68k-isi |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
381 os=-sysv |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
382 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
383 m88k-omron*) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
384 basic_machine=m88k-omron |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
385 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
386 magnum | m3230) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
387 basic_machine=mips-mips |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
388 os=-sysv |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
389 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
390 merlin) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
391 basic_machine=ns32k-utek |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
392 os=-sysv |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
393 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
394 miniframe) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
395 basic_machine=m68000-convergent |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
396 ;; |
16801
2ea24cdb1d83
Handle mips-unknown-linux-gnu
Ian Lance Taylor <ian@cygnus.com>
parents:
16606
diff
changeset
|
397 mipsel*-linux*) |
2ea24cdb1d83
Handle mips-unknown-linux-gnu
Ian Lance Taylor <ian@cygnus.com>
parents:
16606
diff
changeset
|
398 basic_machine=mipsel-unknown |
18145
14bd76ef0abb
(mipsel*-linux* and mips*-linux*):
Richard M. Stallman <rms@gnu.org>
parents:
17241
diff
changeset
|
399 os=-linux-gnu |
16801
2ea24cdb1d83
Handle mips-unknown-linux-gnu
Ian Lance Taylor <ian@cygnus.com>
parents:
16606
diff
changeset
|
400 ;; |
2ea24cdb1d83
Handle mips-unknown-linux-gnu
Ian Lance Taylor <ian@cygnus.com>
parents:
16606
diff
changeset
|
401 mips*-linux*) |
2ea24cdb1d83
Handle mips-unknown-linux-gnu
Ian Lance Taylor <ian@cygnus.com>
parents:
16606
diff
changeset
|
402 basic_machine=mips-unknown |
18145
14bd76ef0abb
(mipsel*-linux* and mips*-linux*):
Richard M. Stallman <rms@gnu.org>
parents:
17241
diff
changeset
|
403 os=-linux-gnu |
16801
2ea24cdb1d83
Handle mips-unknown-linux-gnu
Ian Lance Taylor <ian@cygnus.com>
parents:
16606
diff
changeset
|
404 ;; |
9247
729da1317557
Add support for MIPS variants
Ian Lance Taylor <ian@cygnus.com>
parents:
9198
diff
changeset
|
405 mips3*-*) |
729da1317557
Add support for MIPS variants
Ian Lance Taylor <ian@cygnus.com>
parents:
9198
diff
changeset
|
406 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` |
729da1317557
Add support for MIPS variants
Ian Lance Taylor <ian@cygnus.com>
parents:
9198
diff
changeset
|
407 ;; |
729da1317557
Add support for MIPS variants
Ian Lance Taylor <ian@cygnus.com>
parents:
9198
diff
changeset
|
408 mips3*) |
729da1317557
Add support for MIPS variants
Ian Lance Taylor <ian@cygnus.com>
parents:
9198
diff
changeset
|
409 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown |
729da1317557
Add support for MIPS variants
Ian Lance Taylor <ian@cygnus.com>
parents:
9198
diff
changeset
|
410 ;; |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
411 ncr3000) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
412 basic_machine=i486-ncr |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
413 os=-sysv4 |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
414 ;; |
576 | 415 news | news700 | news800 | news900) |
416 basic_machine=m68k-sony | |
417 os=-newsos | |
418 ;; | |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
419 news1000) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
420 basic_machine=m68030-sony |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
421 os=-newsos |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
422 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
423 news-3600 | risc-news) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
424 basic_machine=mips-sony |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
425 os=-newsos |
576 | 426 ;; |
8716
4d399ce17485
* config.sub: Cleanup NeXT support to emit nextstep*.
Per Bothner <bothner@cygnus.com>
parents:
8620
diff
changeset
|
427 next | m*-next ) |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
428 basic_machine=m68k-next |
6771
0cedd76336a0
Add ns* as operating systems; default to ns2 for NeXT.
Richard Kenner <kenner@gnu.org>
parents:
6509
diff
changeset
|
429 case $os in |
8716
4d399ce17485
* config.sub: Cleanup NeXT support to emit nextstep*.
Per Bothner <bothner@cygnus.com>
parents:
8620
diff
changeset
|
430 -nextstep* ) |
4d399ce17485
* config.sub: Cleanup NeXT support to emit nextstep*.
Per Bothner <bothner@cygnus.com>
parents:
8620
diff
changeset
|
431 ;; |
6771
0cedd76336a0
Add ns* as operating systems; default to ns2 for NeXT.
Richard Kenner <kenner@gnu.org>
parents:
6509
diff
changeset
|
432 -ns2*) |
8716
4d399ce17485
* config.sub: Cleanup NeXT support to emit nextstep*.
Per Bothner <bothner@cygnus.com>
parents:
8620
diff
changeset
|
433 os=-nextstep2 |
6771
0cedd76336a0
Add ns* as operating systems; default to ns2 for NeXT.
Richard Kenner <kenner@gnu.org>
parents:
6509
diff
changeset
|
434 ;; |
0cedd76336a0
Add ns* as operating systems; default to ns2 for NeXT.
Richard Kenner <kenner@gnu.org>
parents:
6509
diff
changeset
|
435 *) |
8716
4d399ce17485
* config.sub: Cleanup NeXT support to emit nextstep*.
Per Bothner <bothner@cygnus.com>
parents:
8620
diff
changeset
|
436 os=-nextstep3 |
6771
0cedd76336a0
Add ns* as operating systems; default to ns2 for NeXT.
Richard Kenner <kenner@gnu.org>
parents:
6509
diff
changeset
|
437 ;; |
0cedd76336a0
Add ns* as operating systems; default to ns2 for NeXT.
Richard Kenner <kenner@gnu.org>
parents:
6509
diff
changeset
|
438 esac |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
439 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
440 nh3000) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
441 basic_machine=m68k-harris |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
442 os=-cxux |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
443 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
444 nh[45]000) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
445 basic_machine=m88k-harris |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
446 os=-cxux |
629
e47f9ff356ea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
613
diff
changeset
|
447 ;; |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
448 nindy960) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
449 basic_machine=i960-intel |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
450 os=-nindy |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
451 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
452 np1) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
453 basic_machine=np1-gould |
576 | 454 ;; |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
455 pa-hitachi) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
456 basic_machine=hppa1.1-hitachi |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
457 os=-hiuxwe2 |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
458 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
459 paragon) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
460 basic_machine=i860-intel |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
461 os=-osf |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
462 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
463 pbd) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
464 basic_machine=sparc-tti |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
465 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
466 pbb) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
467 basic_machine=m68k-tti |
576 | 468 ;; |
8620 | 469 pc532 | pc532-*) |
470 basic_machine=ns32k-pc532 | |
576 | 471 ;; |
20892
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
472 pentium | p5 | k5 | nexen) |
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
473 basic_machine=i586-pc |
11786
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
474 ;; |
20892
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
475 pentiumpro | p6 | k6 | 6x86) |
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
476 basic_machine=i686-pc |
13736
4e7c5362c9bd
(i*86*) Change [345] to [3456]
Stan Cox <scox@redhat.com>
parents:
13729
diff
changeset
|
477 ;; |
20892
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
478 pentiumii | pentium2) |
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
479 basic_machine=i786-pc |
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
480 ;; |
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
481 pentium-* | p5-* | k5-* | nexen-*) |
11786
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
482 basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` |
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
483 ;; |
20892
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
484 pentiumpro-* | p6-* | k6-* | 6x86-*) |
13736
4e7c5362c9bd
(i*86*) Change [345] to [3456]
Stan Cox <scox@redhat.com>
parents:
13729
diff
changeset
|
485 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` |
4e7c5362c9bd
(i*86*) Change [345] to [3456]
Stan Cox <scox@redhat.com>
parents:
13729
diff
changeset
|
486 ;; |
20892
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
487 pentiumii-* | pentium2-*) |
18f3cb26243f
Add PentiumII (i786). Add '7' to all i[3456] entries.
Richard Kenner <kenner@gnu.org>
parents:
19860
diff
changeset
|
488 basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` |
8585
f9d1fe1ed6ec
Move m68k-ccur handling to proper part of file.
Richard M. Stallman <rms@gnu.org>
parents:
8206
diff
changeset
|
489 ;; |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
490 pn) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
491 basic_machine=pn-gould |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
492 ;; |
11786
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
493 power) basic_machine=rs6000-ibm |
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
494 ;; |
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
495 ppc) basic_machine=powerpc-unknown |
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
496 ;; |
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
497 ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` |
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
498 ;; |
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
499 ppcle | powerpclittle | ppc-le | powerpc-little) |
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
500 basic_machine=powerpcle-unknown |
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
501 ;; |
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
502 ppcle-* | powerpclittle-*) |
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
503 basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` |
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
504 ;; |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
505 ps2) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
506 basic_machine=i386-ibm |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
507 ;; |
11084
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
508 rm[46]00) |
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
509 basic_machine=mips-siemens |
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
510 ;; |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
511 rtpc | rtpc-*) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
512 basic_machine=romp-ibm |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
513 ;; |
8722
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
514 sequent) |
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
515 basic_machine=i386-sequent |
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
516 ;; |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
517 sh) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
518 basic_machine=sh-hitachi |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
519 os=-hms |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
520 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
521 sps7) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
522 basic_machine=m68k-bull |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
523 os=-sysv2 |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
524 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
525 spur) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
526 basic_machine=spur-unknown |
576 | 527 ;; |
528 sun2) | |
529 basic_machine=m68000-sun | |
530 ;; | |
531 sun2os3) | |
532 basic_machine=m68000-sun | |
533 os=-sunos3 | |
534 ;; | |
535 sun2os4) | |
536 basic_machine=m68000-sun | |
537 os=-sunos4 | |
538 ;; | |
539 sun3os3) | |
540 basic_machine=m68k-sun | |
541 os=-sunos3 | |
542 ;; | |
543 sun3os4) | |
544 basic_machine=m68k-sun | |
545 os=-sunos4 | |
546 ;; | |
547 sun4os3) | |
548 basic_machine=sparc-sun | |
549 os=-sunos3 | |
550 ;; | |
551 sun4os4) | |
552 basic_machine=sparc-sun | |
553 os=-sunos4 | |
554 ;; | |
10788
61c7b37349d2
(sun4sol2): Alias for sparc-sun-solaris2.
Doug Evans <dje@gnu.org>
parents:
10781
diff
changeset
|
555 sun4sol2) |
61c7b37349d2
(sun4sol2): Alias for sparc-sun-solaris2.
Doug Evans <dje@gnu.org>
parents:
10781
diff
changeset
|
556 basic_machine=sparc-sun |
61c7b37349d2
(sun4sol2): Alias for sparc-sun-solaris2.
Doug Evans <dje@gnu.org>
parents:
10781
diff
changeset
|
557 os=-solaris2 |
61c7b37349d2
(sun4sol2): Alias for sparc-sun-solaris2.
Doug Evans <dje@gnu.org>
parents:
10781
diff
changeset
|
558 ;; |
8619
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
559 sun3 | sun3-*) |
576 | 560 basic_machine=m68k-sun |
561 ;; | |
562 sun4) | |
563 basic_machine=sparc-sun | |
564 ;; | |
565 sun386 | sun386i | roadrunner) | |
566 basic_machine=i386-sun | |
567 ;; | |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
568 symmetry) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
569 basic_machine=i386-sequent |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
570 os=-dynix |
576 | 571 ;; |
19471
94f6bd542d2f
* config.sub: Recognize tx39/r3900.
Jeff Law <law@redhat.com>
parents:
19073
diff
changeset
|
572 tx39) |
94f6bd542d2f
* config.sub: Recognize tx39/r3900.
Jeff Law <law@redhat.com>
parents:
19073
diff
changeset
|
573 basic_machine=mipstx39-unknown |
94f6bd542d2f
* config.sub: Recognize tx39/r3900.
Jeff Law <law@redhat.com>
parents:
19073
diff
changeset
|
574 ;; |
94f6bd542d2f
* config.sub: Recognize tx39/r3900.
Jeff Law <law@redhat.com>
parents:
19073
diff
changeset
|
575 tx39el) |
94f6bd542d2f
* config.sub: Recognize tx39/r3900.
Jeff Law <law@redhat.com>
parents:
19073
diff
changeset
|
576 basic_machine=mipstx39el-unknown |
94f6bd542d2f
* config.sub: Recognize tx39/r3900.
Jeff Law <law@redhat.com>
parents:
19073
diff
changeset
|
577 ;; |
576 | 578 tower | tower-32) |
579 basic_machine=m68k-ncr | |
580 ;; | |
9997 | 581 udi29k) |
582 basic_machine=a29k-amd | |
583 os=-udi | |
584 ;; | |
576 | 585 ultra3) |
586 basic_machine=a29k-nyu | |
587 os=-sym1 | |
588 ;; | |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
589 vaxv) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
590 basic_machine=vax-dec |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
591 os=-sysv |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
592 ;; |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
593 vms) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
594 basic_machine=vax-dec |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
595 os=-vms |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
596 ;; |
18145
14bd76ef0abb
(mipsel*-linux* and mips*-linux*):
Richard M. Stallman <rms@gnu.org>
parents:
17241
diff
changeset
|
597 vpp*|vx|vx-*) |
16601 | 598 basic_machine=f301-fujitsu |
599 ;; | |
576 | 600 vxworks960) |
601 basic_machine=i960-wrs | |
602 os=-vxworks | |
603 ;; | |
604 vxworks68) | |
605 basic_machine=m68k-wrs | |
606 os=-vxworks | |
607 ;; | |
11802 | 608 vxworks29k) |
609 basic_machine=a29k-wrs | |
610 os=-vxworks | |
611 ;; | |
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
612 xmp) |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
613 basic_machine=xmp-cray |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
614 os=-unicos |
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
615 ;; |
1631
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
616 xps | xps100) |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
617 basic_machine=xps100-honeywell |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
618 ;; |
576 | 619 none) |
620 basic_machine=none-none | |
621 os=-none | |
622 ;; | |
623 | |
624 # Here we handle the default manufacturer of certain CPU types. It is in | |
625 # some cases the only manufacturer, in others, it is the most popular. | |
626 mips) | |
18145
14bd76ef0abb
(mipsel*-linux* and mips*-linux*):
Richard M. Stallman <rms@gnu.org>
parents:
17241
diff
changeset
|
627 if [ x$os = x-linux-gnu ]; then |
16801
2ea24cdb1d83
Handle mips-unknown-linux-gnu
Ian Lance Taylor <ian@cygnus.com>
parents:
16606
diff
changeset
|
628 basic_machine=mips-unknown |
2ea24cdb1d83
Handle mips-unknown-linux-gnu
Ian Lance Taylor <ian@cygnus.com>
parents:
16606
diff
changeset
|
629 else |
2ea24cdb1d83
Handle mips-unknown-linux-gnu
Ian Lance Taylor <ian@cygnus.com>
parents:
16606
diff
changeset
|
630 basic_machine=mips-mips |
2ea24cdb1d83
Handle mips-unknown-linux-gnu
Ian Lance Taylor <ian@cygnus.com>
parents:
16606
diff
changeset
|
631 fi |
576 | 632 ;; |
633 romp) | |
634 basic_machine=romp-ibm | |
635 ;; | |
636 rs6000) | |
637 basic_machine=rs6000-ibm | |
638 ;; | |
639 vax) | |
640 basic_machine=vax-dec | |
641 ;; | |
9715
5cc36be39154
(pdp11): New machine name.
Richard Kenner <kenner@gnu.org>
parents:
9610
diff
changeset
|
642 pdp11) |
5cc36be39154
(pdp11): New machine name.
Richard Kenner <kenner@gnu.org>
parents:
9610
diff
changeset
|
643 basic_machine=pdp11-dec |
5cc36be39154
(pdp11): New machine name.
Richard Kenner <kenner@gnu.org>
parents:
9610
diff
changeset
|
644 ;; |
652
88a5b1ed98bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
651
diff
changeset
|
645 we32k) |
88a5b1ed98bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
651
diff
changeset
|
646 basic_machine=we32k-att |
88a5b1ed98bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
651
diff
changeset
|
647 ;; |
576 | 648 sparc) |
649 basic_machine=sparc-sun | |
650 ;; | |
1631
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
651 cydra) |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
652 basic_machine=cydra-cydrome |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
653 ;; |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
654 orion) |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
655 basic_machine=orion-highlevel |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
656 ;; |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
657 orion105) |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
658 basic_machine=clipper-highlevel |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
659 ;; |
576 | 660 *) |
661 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 | |
662 exit 1 | |
663 ;; | |
664 esac | |
665 | |
666 # Here we canonicalize certain aliases for manufacturers. | |
667 case $basic_machine in | |
668 *-digital*) | |
669 basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` | |
670 ;; | |
671 *-commodore*) | |
672 basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` | |
673 ;; | |
674 *) | |
675 ;; | |
676 esac | |
677 | |
678 # Decode manufacturer-specific aliases for certain operating systems. | |
679 | |
4109
76f746324590
if [ "$os" ] --> if [ x"$os" != x"" ]
Doug Evans <dje@gnu.org>
parents:
4084
diff
changeset
|
680 if [ x"$os" != x"" ] |
576 | 681 then |
682 case $os in | |
16189 | 683 # First match some system type aliases |
684 # that might get confused with valid system types. | |
1732
2dd86a54c11b
Translate sunos5 to solaris2, and solaris1 to sunos4.
Richard M. Stallman <rms@gnu.org>
parents:
1726
diff
changeset
|
685 # -solaris* is a basic system type, with this one exception. |
2dd86a54c11b
Translate sunos5 to solaris2, and solaris1 to sunos4.
Richard M. Stallman <rms@gnu.org>
parents:
1726
diff
changeset
|
686 -solaris1 | -solaris1.*) |
2dd86a54c11b
Translate sunos5 to solaris2, and solaris1 to sunos4.
Richard M. Stallman <rms@gnu.org>
parents:
1726
diff
changeset
|
687 os=`echo $os | sed -e 's|solaris1|sunos4|'` |
2dd86a54c11b
Translate sunos5 to solaris2, and solaris1 to sunos4.
Richard M. Stallman <rms@gnu.org>
parents:
1726
diff
changeset
|
688 ;; |
4055
e5d455b14d82
Make `solaris' reflect the most recent major release.
Doug Evans <dje@gnu.org>
parents:
3934
diff
changeset
|
689 -solaris) |
e5d455b14d82
Make `solaris' reflect the most recent major release.
Doug Evans <dje@gnu.org>
parents:
3934
diff
changeset
|
690 os=-solaris2 |
e5d455b14d82
Make `solaris' reflect the most recent major release.
Doug Evans <dje@gnu.org>
parents:
3934
diff
changeset
|
691 ;; |
19073
215810cb0e44
Translate -svr4 to -sysv4 and -unixware to -sysv4.2uw.
Richard M. Stallman <rms@gnu.org>
parents:
18888
diff
changeset
|
692 -svr4*) |
10577
310503142301
(unixware, svr4): Treat as synonyms for sysv4.
Richard Kenner <kenner@gnu.org>
parents:
10033
diff
changeset
|
693 os=-sysv4 |
310503142301
(unixware, svr4): Treat as synonyms for sysv4.
Richard Kenner <kenner@gnu.org>
parents:
10033
diff
changeset
|
694 ;; |
19073
215810cb0e44
Translate -svr4 to -sysv4 and -unixware to -sysv4.2uw.
Richard M. Stallman <rms@gnu.org>
parents:
18888
diff
changeset
|
695 -unixware*) |
215810cb0e44
Translate -svr4 to -sysv4 and -unixware to -sysv4.2uw.
Richard M. Stallman <rms@gnu.org>
parents:
18888
diff
changeset
|
696 os=-sysv4.2uw |
215810cb0e44
Translate -svr4 to -sysv4 and -unixware to -sysv4.2uw.
Richard M. Stallman <rms@gnu.org>
parents:
18888
diff
changeset
|
697 ;; |
9255
07d0aeb633d8
Translate -gnu/linux* to -linux*.
Richard M. Stallman <rms@gnu.org>
parents:
9247
diff
changeset
|
698 -gnu/linux*) |
16189 | 699 os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` |
9255
07d0aeb633d8
Translate -gnu/linux* to -linux*.
Richard M. Stallman <rms@gnu.org>
parents:
9247
diff
changeset
|
700 ;; |
576 | 701 # First accept the basic system types. |
702 # The portable systems comes first. | |
11254
21402b5c0bfc
Accept -lites* as op sys.
Richard M. Stallman <rms@gnu.org>
parents:
11084
diff
changeset
|
703 # Each alternative MUST END IN A *, to match a version number. |
3914
a16c11d3670f
Recognize -sysv* after -sysvr4.
Richard M. Stallman <rms@gnu.org>
parents:
3904
diff
changeset
|
704 # -sysv* is not here because it comes later, after sysvr4. |
16606
1f77335980ba
Revert last change.
Thomas Bushnell, BSG <thomas@gnu.org>
parents:
16605
diff
changeset
|
705 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ |
15450 | 706 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ |
7089 | 707 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ |
19860 | 708 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ |
19859
40f15724d33d
* config.sub: Use "amigaos" instread of "amigados". Still
Jeff Law <law@redhat.com>
parents:
19852
diff
changeset
|
709 | -aos* \ |
16306
450f26426101
(-vxsim*): New operating system.
Richard Kenner <kenner@gnu.org>
parents:
16189
diff
changeset
|
710 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ |
450f26426101
(-vxsim*): New operating system.
Richard Kenner <kenner@gnu.org>
parents:
16189
diff
changeset
|
711 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ |
16539
901db650f48e
patches from bug-gnu-utils to support more architectures
David J. MacKenzie <djm@gnu.org>
parents:
16481
diff
changeset
|
712 | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \ |
8722
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
713 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ |
11254
21402b5c0bfc
Accept -lites* as op sys.
Richard M. Stallman <rms@gnu.org>
parents:
11084
diff
changeset
|
714 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ |
14472
8979515dac09
Add cygwin32; Put eabi .sdata2/.sbss2 into read-only memory
Michael Meissner <gnu@the-meissners.org>
parents:
14448
diff
changeset
|
715 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ |
16189 | 716 | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ |
18472 | 717 | -mingw32* | -linux-gnu* | -uxpv*) |
11254
21402b5c0bfc
Accept -lites* as op sys.
Richard M. Stallman <rms@gnu.org>
parents:
11084
diff
changeset
|
718 # Remember, each alternative MUST END IN *, to match a version number. |
576 | 719 ;; |
16189 | 720 -linux*) |
721 os=`echo $os | sed -e 's|linux|linux-gnu|'` | |
722 ;; | |
1732
2dd86a54c11b
Translate sunos5 to solaris2, and solaris1 to sunos4.
Richard M. Stallman <rms@gnu.org>
parents:
1726
diff
changeset
|
723 -sunos5*) |
2dd86a54c11b
Translate sunos5 to solaris2, and solaris1 to sunos4.
Richard M. Stallman <rms@gnu.org>
parents:
1726
diff
changeset
|
724 os=`echo $os | sed -e 's|sunos5|solaris2|'` |
2dd86a54c11b
Translate sunos5 to solaris2, and solaris1 to sunos4.
Richard M. Stallman <rms@gnu.org>
parents:
1726
diff
changeset
|
725 ;; |
2dd86a54c11b
Translate sunos5 to solaris2, and solaris1 to sunos4.
Richard M. Stallman <rms@gnu.org>
parents:
1726
diff
changeset
|
726 -sunos6*) |
2dd86a54c11b
Translate sunos5 to solaris2, and solaris1 to sunos4.
Richard M. Stallman <rms@gnu.org>
parents:
1726
diff
changeset
|
727 os=`echo $os | sed -e 's|sunos6|solaris3|'` |
2dd86a54c11b
Translate sunos5 to solaris2, and solaris1 to sunos4.
Richard M. Stallman <rms@gnu.org>
parents:
1726
diff
changeset
|
728 ;; |
576 | 729 -osfrose*) |
674
d5c90f190057
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
654
diff
changeset
|
730 os=-osfrose |
576 | 731 ;; |
732 -osf*) | |
674
d5c90f190057
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
654
diff
changeset
|
733 os=-osf |
576 | 734 ;; |
742 | 735 -utek*) |
736 os=-bsd | |
737 ;; | |
576 | 738 -dynix*) |
739 os=-bsd | |
740 ;; | |
741 -acis*) | |
742 os=-aos | |
743 ;; | |
744 -ctix* | -uts*) | |
745 os=-sysv | |
746 ;; | |
14210
e6659990d8f8
Default OS to nextstep if machine vendor is Next.
Richard M. Stallman <rms@gnu.org>
parents:
14191
diff
changeset
|
747 -ns2 ) |
e6659990d8f8
Default OS to nextstep if machine vendor is Next.
Richard M. Stallman <rms@gnu.org>
parents:
14191
diff
changeset
|
748 os=-nextstep2 |
e6659990d8f8
Default OS to nextstep if machine vendor is Next.
Richard M. Stallman <rms@gnu.org>
parents:
14191
diff
changeset
|
749 ;; |
11084
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
750 # Preserve the version number of sinix5. |
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
751 -sinix5.*) |
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
752 os=`echo $os | sed -e 's|sinix|sysv|'` |
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
753 ;; |
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
754 -sinix*) |
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
755 os=-sysv4 |
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
756 ;; |
576 | 757 -triton*) |
758 os=-sysv3 | |
759 ;; | |
760 -oss*) | |
761 os=-sysv3 | |
762 ;; | |
763 -svr4) | |
764 os=-sysv4 | |
765 ;; | |
3914
a16c11d3670f
Recognize -sysv* after -sysvr4.
Richard M. Stallman <rms@gnu.org>
parents:
3904
diff
changeset
|
766 -svr3) |
a16c11d3670f
Recognize -sysv* after -sysvr4.
Richard M. Stallman <rms@gnu.org>
parents:
3904
diff
changeset
|
767 os=-sysv3 |
a16c11d3670f
Recognize -sysv* after -sysvr4.
Richard M. Stallman <rms@gnu.org>
parents:
3904
diff
changeset
|
768 ;; |
3896
bea021b3124a
Convert ...-sysvr4 into ...-sysv4.
Richard M. Stallman <rms@gnu.org>
parents:
3382
diff
changeset
|
769 -sysvr4) |
bea021b3124a
Convert ...-sysvr4 into ...-sysv4.
Richard M. Stallman <rms@gnu.org>
parents:
3382
diff
changeset
|
770 os=-sysv4 |
bea021b3124a
Convert ...-sysvr4 into ...-sysv4.
Richard M. Stallman <rms@gnu.org>
parents:
3382
diff
changeset
|
771 ;; |
3914
a16c11d3670f
Recognize -sysv* after -sysvr4.
Richard M. Stallman <rms@gnu.org>
parents:
3904
diff
changeset
|
772 # This must come after -sysvr4. |
a16c11d3670f
Recognize -sysv* after -sysvr4.
Richard M. Stallman <rms@gnu.org>
parents:
3904
diff
changeset
|
773 -sysv*) |
576 | 774 ;; |
1627
1c2f6bc3d8fe
* config.sub: Added Xenix operating system.
Jim Blandy <jimb@redhat.com>
parents:
1545
diff
changeset
|
775 -xenix) |
1c2f6bc3d8fe
* config.sub: Added Xenix operating system.
Jim Blandy <jimb@redhat.com>
parents:
1545
diff
changeset
|
776 os=-xenix |
1c2f6bc3d8fe
* config.sub: Added Xenix operating system.
Jim Blandy <jimb@redhat.com>
parents:
1545
diff
changeset
|
777 ;; |
645
57295fc40ac3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
631
diff
changeset
|
778 -none) |
57295fc40ac3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
631
diff
changeset
|
779 ;; |
576 | 780 *) |
781 # Get rid of the `-' at the beginning of $os. | |
7575
74474187ad78
Fix unrecognized os error message.
Richard M. Stallman <rms@gnu.org>
parents:
7323
diff
changeset
|
782 os=`echo $os | sed 's/[^-]*-//'` |
576 | 783 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 |
784 exit 1 | |
785 ;; | |
786 esac | |
787 else | |
788 | |
789 # Here we handle the default operating systems that come with various machines. | |
790 # The value should be what the vendor currently ships out the door with their | |
791 # machine or put another way, the most popular os provided with the machine. | |
1631
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
792 |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
793 # Note that if you're going to try to match "-MANUFACTURER" here (say, |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
794 # "-sun"), then you have to tell the case statement up towards the top |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
795 # that MANUFACTURER isn't an operating system. Otherwise, code above |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
796 # will signal an error saying that MANUFACTURER isn't an operating |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
797 # system, and we'll never get to this point. |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
798 |
576 | 799 case $basic_machine in |
4806
d48a4664d92a
Recognize operating system "riscix*"; recognize acorn as vendor
Erich Stefan Boleyn <erich@uruk.org>
parents:
4689
diff
changeset
|
800 *-acorn) |
d48a4664d92a
Recognize operating system "riscix*"; recognize acorn as vendor
Erich Stefan Boleyn <erich@uruk.org>
parents:
4689
diff
changeset
|
801 os=-riscix1.2 |
d48a4664d92a
Recognize operating system "riscix*"; recognize acorn as vendor
Erich Stefan Boleyn <erich@uruk.org>
parents:
4689
diff
changeset
|
802 ;; |
11812
0ef485e86493
Add configuration for semi-hosted ARM.
Erich Stefan Boleyn <erich@uruk.org>
parents:
11802
diff
changeset
|
803 arm*-semi) |
0ef485e86493
Add configuration for semi-hosted ARM.
Erich Stefan Boleyn <erich@uruk.org>
parents:
11802
diff
changeset
|
804 os=-aout |
0ef485e86493
Add configuration for semi-hosted ARM.
Erich Stefan Boleyn <erich@uruk.org>
parents:
11802
diff
changeset
|
805 ;; |
9715
5cc36be39154
(pdp11): New machine name.
Richard Kenner <kenner@gnu.org>
parents:
9610
diff
changeset
|
806 pdp11-*) |
5cc36be39154
(pdp11): New machine name.
Richard Kenner <kenner@gnu.org>
parents:
9610
diff
changeset
|
807 os=-none |
5cc36be39154
(pdp11): New machine name.
Richard Kenner <kenner@gnu.org>
parents:
9610
diff
changeset
|
808 ;; |
576 | 809 *-dec | vax-*) |
654
6d56ce1261a7
*** empty log message ***
Michael Meissner <gnu@the-meissners.org>
parents:
653
diff
changeset
|
810 os=-ultrix4.2 |
576 | 811 ;; |
9990
6a72b1f71ee4
Accept -domain as OS, and make it default for Apollo.
Richard M. Stallman <rms@gnu.org>
parents:
9715
diff
changeset
|
812 m68*-apollo) |
6a72b1f71ee4
Accept -domain as OS, and make it default for Apollo.
Richard M. Stallman <rms@gnu.org>
parents:
9715
diff
changeset
|
813 os=-domain |
6a72b1f71ee4
Accept -domain as OS, and make it default for Apollo.
Richard M. Stallman <rms@gnu.org>
parents:
9715
diff
changeset
|
814 ;; |
576 | 815 i386-sun) |
654
6d56ce1261a7
*** empty log message ***
Michael Meissner <gnu@the-meissners.org>
parents:
653
diff
changeset
|
816 os=-sunos4.0.2 |
576 | 817 ;; |
818 m68000-sun) | |
819 os=-sunos3 | |
820 # This also exists in the configure program, but was not the | |
821 # default. | |
822 # os=-sunos4 | |
823 ;; | |
824 *-tti) # must be before sparc entry or we get the wrong os. | |
825 os=-sysv3 | |
826 ;; | |
827 sparc-* | *-sun) | |
654
6d56ce1261a7
*** empty log message ***
Michael Meissner <gnu@the-meissners.org>
parents:
653
diff
changeset
|
828 os=-sunos4.1.1 |
576 | 829 ;; |
830 *-ibm) | |
831 os=-aix | |
832 ;; | |
833 *-hp) | |
834 os=-hpux | |
835 ;; | |
4901 | 836 *-hitachi) |
837 os=-hiux | |
838 ;; | |
1631
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
839 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) |
576 | 840 os=-sysv |
841 ;; | |
842 *-cbm) | |
19859
40f15724d33d
* config.sub: Use "amigaos" instread of "amigados". Still
Jeff Law <law@redhat.com>
parents:
19852
diff
changeset
|
843 os=-amigaos |
576 | 844 ;; |
845 *-dg) | |
846 os=-dgux | |
847 ;; | |
848 *-dolphin) | |
849 os=-sysv3 | |
850 ;; | |
8585
f9d1fe1ed6ec
Move m68k-ccur handling to proper part of file.
Richard M. Stallman <rms@gnu.org>
parents:
8206
diff
changeset
|
851 m68k-ccur) |
f9d1fe1ed6ec
Move m68k-ccur handling to proper part of file.
Richard M. Stallman <rms@gnu.org>
parents:
8206
diff
changeset
|
852 os=-rtu |
f9d1fe1ed6ec
Move m68k-ccur handling to proper part of file.
Richard M. Stallman <rms@gnu.org>
parents:
8206
diff
changeset
|
853 ;; |
576 | 854 m88k-omron*) |
855 os=-luna | |
856 ;; | |
14210
e6659990d8f8
Default OS to nextstep if machine vendor is Next.
Richard M. Stallman <rms@gnu.org>
parents:
14191
diff
changeset
|
857 *-next ) |
e6659990d8f8
Default OS to nextstep if machine vendor is Next.
Richard M. Stallman <rms@gnu.org>
parents:
14191
diff
changeset
|
858 os=-nextstep |
e6659990d8f8
Default OS to nextstep if machine vendor is Next.
Richard M. Stallman <rms@gnu.org>
parents:
14191
diff
changeset
|
859 ;; |
1726
e44b2de1b698
Default to bsd for *-sequent.
Richard M. Stallman <rms@gnu.org>
parents:
1631
diff
changeset
|
860 *-sequent) |
8722
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
861 os=-ptx |
1726
e44b2de1b698
Default to bsd for *-sequent.
Richard M. Stallman <rms@gnu.org>
parents:
1631
diff
changeset
|
862 ;; |
576 | 863 *-crds) |
864 os=-unos | |
865 ;; | |
866 *-ns) | |
867 os=-genix | |
868 ;; | |
2495 | 869 i370-*) |
870 os=-mvs | |
871 ;; | |
2497
55f73883303f
> Default to bsd if vendor is next.
Tom Wood <wood@next.com>
parents:
2495
diff
changeset
|
872 *-next) |
8716
4d399ce17485
* config.sub: Cleanup NeXT support to emit nextstep*.
Per Bothner <bothner@cygnus.com>
parents:
8620
diff
changeset
|
873 os=-nextstep3 |
2497
55f73883303f
> Default to bsd if vendor is next.
Tom Wood <wood@next.com>
parents:
2495
diff
changeset
|
874 ;; |
1631
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
875 *-gould) |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
876 os=-sysv |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
877 ;; |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
878 *-highlevel) |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
879 os=-bsd |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
880 ;; |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
881 *-encore) |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
882 os=-bsd |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
883 ;; |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
884 *-sgi) |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
885 os=-irix |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
886 ;; |
11084
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
887 *-siemens) |
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
888 os=-sysv4 |
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
889 ;; |
1631
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
890 *-masscomp) |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
891 os=-rtu |
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
892 ;; |
16601 | 893 f301-fujitsu) |
894 os=-uxpv | |
895 ;; | |
576 | 896 *) |
897 os=-none | |
898 ;; | |
899 esac | |
900 fi | |
901 | |
902 # Here we handle the case where we know the os, and the CPU type, but not the | |
903 # manufacturer. We pick the logical manufacturer. | |
904 vendor=unknown | |
905 case $basic_machine in | |
906 *-unknown) | |
907 case $os in | |
4806
d48a4664d92a
Recognize operating system "riscix*"; recognize acorn as vendor
Erich Stefan Boleyn <erich@uruk.org>
parents:
4689
diff
changeset
|
908 -riscix*) |
d48a4664d92a
Recognize operating system "riscix*"; recognize acorn as vendor
Erich Stefan Boleyn <erich@uruk.org>
parents:
4689
diff
changeset
|
909 vendor=acorn |
d48a4664d92a
Recognize operating system "riscix*"; recognize acorn as vendor
Erich Stefan Boleyn <erich@uruk.org>
parents:
4689
diff
changeset
|
910 ;; |
576 | 911 -sunos*) |
912 vendor=sun | |
913 ;; | |
914 -aix*) | |
915 vendor=ibm | |
916 ;; | |
917 -hpux*) | |
918 vendor=hp | |
919 ;; | |
4901 | 920 -hiux*) |
921 vendor=hitachi | |
922 ;; | |
576 | 923 -unos*) |
924 vendor=crds | |
925 ;; | |
926 -dgux*) | |
927 vendor=dg | |
928 ;; | |
929 -luna*) | |
930 vendor=omron | |
931 ;; | |
932 -genix*) | |
933 vendor=ns | |
934 ;; | |
2495 | 935 -mvs*) |
936 vendor=ibm | |
937 ;; | |
8722
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
938 -ptx*) |
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
939 vendor=sequent |
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
940 ;; |
16306
450f26426101
(-vxsim*): New operating system.
Richard Kenner <kenner@gnu.org>
parents:
16189
diff
changeset
|
941 -vxsim* | -vxworks*) |
10005 | 942 vendor=wrs |
943 ;; | |
14448 | 944 -aux*) |
945 vendor=apple | |
14763 | 946 ;; |
576 | 947 esac |
948 basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` | |
949 ;; | |
950 esac | |
951 | |
952 echo $basic_machine$os |