Mercurial > emacs
annotate config.sub @ 15739:822cfec0040c
(vip-ms-style-os-p): Doc fix.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Sat, 20 Jul 1996 17:20:16 +0000 |
| parents | f698fc246195 |
| children | b41f7cd8f5b3 |
| 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. |
| 14191 | 3 # Copyright (C) 1991, 92, 93, 94, 95, 1996 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 | |
|
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
|
44 # It is wrong to echo any other type of specification. |
| 576 | 45 |
| 9997 | 46 if [ x$1 = x ] |
| 47 then | |
| 48 echo Configuration name missing. 1>&2 | |
| 49 echo "Usage: $0 CPU-MFR-OPSYS" 1>&2 | |
| 50 echo "or $0 ALIAS" 1>&2 | |
| 51 echo where ALIAS is a recognized configuration type. 1>&2 | |
| 52 exit 1 | |
| 53 fi | |
| 54 | |
| 576 | 55 # First pass through any local machine types. |
| 56 case $1 in | |
| 57 *local*) | |
| 58 echo $1 | |
| 59 exit 0 | |
| 60 ;; | |
| 61 *) | |
| 62 ;; | |
| 63 esac | |
| 64 | |
| 65 # Separate what the user gave into CPU-COMPANY and OS (if any). | |
| 66 basic_machine=`echo $1 | sed 's/-[^-]*$//'` | |
| 67 if [ $basic_machine != $1 ] | |
| 68 then os=`echo $1 | sed 's/.*-/-/'` | |
| 69 else os=; fi | |
| 70 | |
|
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
|
71 ### 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
|
72 ### 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
|
73 ### 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
|
74 ### can provide default operating systems below. |
| 576 | 75 case $os in |
|
1961
eeb000068cc8
Error if company name is more than one word.
Richard M. Stallman <rms@gnu.org>
parents:
1852
diff
changeset
|
76 -sun*os*) |
|
eeb000068cc8
Error if company name is more than one word.
Richard M. Stallman <rms@gnu.org>
parents:
1852
diff
changeset
|
77 # 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
|
78 ;; |
| 576 | 79 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ |
| 80 -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
|
81 -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
|
82 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ |
| 576 | 83 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ |
| 14763 | 84 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ |
| 85 -apple) | |
| 576 | 86 os= |
| 87 basic_machine=$1 | |
| 88 ;; | |
| 4901 | 89 -hiux*) |
| 5576 | 90 os=-hiuxwe2 |
| 4901 | 91 ;; |
| 14191 | 92 -sco5) |
| 93 os=sco3.2v5 | |
| 94 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'` | |
| 95 ;; | |
|
3904
6c98b9e2a213
Canonicalize -sco4 and -sco3.2.4 to -sco3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
3896
diff
changeset
|
96 -sco4) |
|
6c98b9e2a213
Canonicalize -sco4 and -sco3.2.4 to -sco3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
3896
diff
changeset
|
97 os=-sco3.2v4 |
|
6c98b9e2a213
Canonicalize -sco4 and -sco3.2.4 to -sco3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
3896
diff
changeset
|
98 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'` |
|
6c98b9e2a213
Canonicalize -sco4 and -sco3.2.4 to -sco3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
3896
diff
changeset
|
99 ;; |
|
6c98b9e2a213
Canonicalize -sco4 and -sco3.2.4 to -sco3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
3896
diff
changeset
|
100 -sco3.2.[4-9]*) |
|
6c98b9e2a213
Canonicalize -sco4 and -sco3.2.4 to -sco3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
3896
diff
changeset
|
101 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` |
|
6c98b9e2a213
Canonicalize -sco4 and -sco3.2.4 to -sco3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
3896
diff
changeset
|
102 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'` |
|
6c98b9e2a213
Canonicalize -sco4 and -sco3.2.4 to -sco3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
3896
diff
changeset
|
103 ;; |
|
1545
9ff238dd8a35
Don't discard SCO version number if it's 3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
1415
diff
changeset
|
104 -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
|
105 # Don't forget version if it is 3.2v4 or newer. |
|
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
|
106 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'` |
|
1545
9ff238dd8a35
Don't discard SCO version number if it's 3.2v4.
Richard M. Stallman <rms@gnu.org>
parents:
1415
diff
changeset
|
107 ;; |
| 576 | 108 -sco*) |
|
646
e283d4164aca
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
645
diff
changeset
|
109 os=-sco3.2v2 |
|
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
|
110 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'` |
| 576 | 111 ;; |
|
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
|
112 -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
|
113 os=-isc2.2 |
|
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
|
114 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'` |
|
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
|
115 ;; |
|
2344
d21c82eba8ab
Default to clipper-intergraph if system is clix.
Richard M. Stallman <rms@gnu.org>
parents:
2204
diff
changeset
|
116 -clix*) |
|
d21c82eba8ab
Default to clipper-intergraph if system is clix.
Richard M. Stallman <rms@gnu.org>
parents:
2204
diff
changeset
|
117 basic_machine=clipper-intergraph |
|
d21c82eba8ab
Default to clipper-intergraph if system is clix.
Richard M. Stallman <rms@gnu.org>
parents:
2204
diff
changeset
|
118 ;; |
| 576 | 119 -isc*) |
|
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
|
120 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'` |
| 576 | 121 ;; |
| 10781 | 122 -lynx*) |
| 4204 | 123 os=-lynxos |
| 124 ;; | |
|
8722
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
125 -ptx*) |
|
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
126 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
|
127 ;; |
|
9198
af7bd3312376
(windowsnt): Alias for winnt.
Richard Kenner <kenner@gnu.org>
parents:
9189
diff
changeset
|
128 -windowsnt*) |
|
af7bd3312376
(windowsnt): Alias for winnt.
Richard Kenner <kenner@gnu.org>
parents:
9189
diff
changeset
|
129 os=`echo $os | sed -e 's/windowsnt/winnt/'` |
|
af7bd3312376
(windowsnt): Alias for winnt.
Richard Kenner <kenner@gnu.org>
parents:
9189
diff
changeset
|
130 ;; |
| 14539 | 131 -psos*) |
| 132 os=-psos | |
| 133 ;; | |
| 576 | 134 esac |
| 135 | |
| 136 # Decode aliases for certain CPU-COMPANY combinations. | |
| 137 case $basic_machine in | |
| 4829 | 138 # Recognize the basic CPU types without company name. |
| 576 | 139 # Some are omitted here because they have special meanings below. |
|
13736
4e7c5362c9bd
(i*86*) Change [345] to [3456]
Stan Cox <scox@redhat.com>
parents:
13729
diff
changeset
|
140 tahoe | i[3456]86 | i860 | m68k | m68000 | m88k | ns32k | arm \ |
|
11812
0ef485e86493
Add configuration for semi-hosted ARM.
Erich Stefan Boleyn <erich@uruk.org>
parents:
11802
diff
changeset
|
141 | arme[lb] | pyramid \ |
| 993 | 142 | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \ |
| 14561 | 143 | alpha | we32k | ns16k | clipper | i370 | sh \ |
| 144 | powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \ | |
| 9997 | 145 | pdp11 | mips64el | mips64orion | mips64orionel \ |
| 14561 | 146 | sparc | sparclet | sparclite | sparc64) |
| 576 | 147 basic_machine=$basic_machine-unknown |
| 148 ;; | |
|
1961
eeb000068cc8
Error if company name is more than one word.
Richard M. Stallman <rms@gnu.org>
parents:
1852
diff
changeset
|
149 # 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
|
150 *-*-*) |
|
eeb000068cc8
Error if company name is more than one word.
Richard M. Stallman <rms@gnu.org>
parents:
1852
diff
changeset
|
151 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
|
152 exit 1 |
|
eeb000068cc8
Error if company name is more than one word.
Richard M. Stallman <rms@gnu.org>
parents:
1852
diff
changeset
|
153 ;; |
| 4829 | 154 # Recognize the basic CPU types with company name. |
|
13736
4e7c5362c9bd
(i*86*) Change [345] to [3456]
Stan Cox <scox@redhat.com>
parents:
13729
diff
changeset
|
155 vax-* | tahoe-* | i[3456]86-* | i860-* | m68k-* | m68000-* | m88k-* \ |
| 576 | 156 | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ |
|
11786
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
157 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* | power-* \ |
| 576 | 158 | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ |
|
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
|
159 | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ |
| 2614 | 160 | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ |
|
11786
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
161 | pdp11-* | sh-* | powerpc-* | powerpcle-* | sparc64-* | mips64-* | mipsel-* \ |
| 10033 | 162 | mips64el-* | mips64orion-* | mips64orionel-*) |
| 576 | 163 ;; |
| 6122 | 164 # Recognize the various machine names and aliases which stand |
| 165 # 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
|
166 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
|
167 basic_machine=m68000-att |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
168 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
169 3b*) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
170 basic_machine=we32k-att |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
171 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
172 alliant | fx80) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
173 basic_machine=fx80-alliant |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
174 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
175 altos | altos3068) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
176 basic_machine=m68k-altos |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
177 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
178 am29k) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
179 basic_machine=a29k-none |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
180 os=-bsd |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
181 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
182 amdahl) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
183 basic_machine=580-amdahl |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
184 os=-sysv |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
185 ;; |
|
8619
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
186 amiga | amiga-*) |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
187 basic_machine=m68k-cbm |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
188 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
189 amigados) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
190 basic_machine=m68k-cbm |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
191 os=-amigados |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
192 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
193 amigaunix | amix) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
194 basic_machine=m68k-cbm |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
195 os=-sysv4 |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
196 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
197 apollo68) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
198 basic_machine=m68k-apollo |
| 576 | 199 os=-sysv |
| 200 ;; | |
| 14448 | 201 aux) |
| 202 basic_machine=m68k-apple | |
| 203 os=-aux | |
| 204 ;; | |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
205 balance) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
206 basic_machine=ns32k-sequent |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
207 os=-dynix |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
208 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
209 convex-c1) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
210 basic_machine=c1-convex |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
211 os=-bsd |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
212 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
213 convex-c2) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
214 basic_machine=c2-convex |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
215 os=-bsd |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
216 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
217 convex-c32) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
218 basic_machine=c32-convex |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
219 os=-bsd |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
220 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
221 convex-c34) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
222 basic_machine=c34-convex |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
223 os=-bsd |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
224 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
225 convex-c38) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
226 basic_machine=c38-convex |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
227 os=-bsd |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
228 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
229 cray | ymp) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
230 basic_machine=ymp-cray |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
231 os=-unicos |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
232 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
233 cray2) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
234 basic_machine=cray2-cray |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
235 os=-unicos |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
236 ;; |
|
14723
ebfb964ca323
Recognize cpu-vendor [ctj]90-cray, default c90-cray-unicos. From tege.
Roland McGrath <roland@gnu.org>
parents:
14561
diff
changeset
|
237 [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
|
238 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
|
239 os=-unicos |
|
ebfb964ca323
Recognize cpu-vendor [ctj]90-cray, default c90-cray-unicos. From tege.
Roland McGrath <roland@gnu.org>
parents:
14561
diff
changeset
|
240 ;; |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
241 crds | unos) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
242 basic_machine=m68k-crds |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
243 ;; |
|
8619
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
244 da30 | da30-*) |
|
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
245 basic_machine=m68k-da30 |
|
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
246 ;; |
|
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
247 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
|
248 basic_machine=mips-dec |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
249 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
250 delta | 3300 | motorola-3300 | motorola-delta \ |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
251 | 3300-motorola | delta-motorola) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
252 basic_machine=m68k-motorola |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
253 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
254 delta88) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
255 basic_machine=m88k-motorola |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
256 os=-sysv3 |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
257 ;; |
| 6509 | 258 dpx20 | dpx20-*) |
| 259 basic_machine=rs6000-bull | |
| 260 os=-bosx | |
| 261 ;; | |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
262 dpx2* | dpx2*-bull) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
263 basic_machine=m68k-bull |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
264 os=-sysv3 |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
265 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
266 ebmon29k) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
267 basic_machine=a29k-amd |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
268 os=-ebmon |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
269 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
270 elxsi) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
271 basic_machine=elxsi-elxsi |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
272 os=-bsd |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
273 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
274 encore | umax | mmax) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
275 basic_machine=ns32k-encore |
|
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 fx2800) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
278 basic_machine=i860-alliant |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
279 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
280 genix) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
281 basic_machine=ns32k-ns |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
282 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
283 gmicro) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
284 basic_machine=tron-gmicro |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
285 os=-sysv |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
286 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
287 h3050r* | hiux*) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
288 basic_machine=hppa1.1-hitachi |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
289 os=-hiuxwe2 |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
290 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
291 h8300hms) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
292 basic_machine=h8300-hitachi |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
293 os=-hms |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
294 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
295 harris) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
296 basic_machine=m88k-harris |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
297 os=-sysv3 |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
298 ;; |
|
8619
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
299 hp300-*) |
|
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
300 basic_machine=m68k-hp |
|
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
301 ;; |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
302 hp300bsd) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
303 basic_machine=m68k-hp |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
304 os=-bsd |
|
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 hp300hpux) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
307 basic_machine=m68k-hp |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
308 os=-hpux |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
309 ;; |
|
15277
a58e7fe45c0e
Restore `hp9k2[0-9][0-9] | hp9k31[0-9])' case line apparently accidentally
Roland McGrath <roland@gnu.org>
parents:
15260
diff
changeset
|
310 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
|
311 basic_machine=m68000-hp |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
312 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
313 hp9k3[2-9][0-9]) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
314 basic_machine=m68k-hp |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
315 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
316 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
|
317 basic_machine=hppa1.1-hp |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
318 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
319 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
|
320 basic_machine=hppa1.0-hp |
| 576 | 321 ;; |
| 2495 | 322 i370-ibm* | ibm*) |
| 323 basic_machine=i370-ibm | |
| 324 os=-mvs | |
| 325 ;; | |
|
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
|
326 # I'm not sure what "Sysv32" means. Should this be sysv3.2? |
|
13736
4e7c5362c9bd
(i*86*) Change [345] to [3456]
Stan Cox <scox@redhat.com>
parents:
13729
diff
changeset
|
327 i[3456]86v32) |
|
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
|
328 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'` |
|
738
81cd2a003397
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
674
diff
changeset
|
329 os=-sysv32 |
|
81cd2a003397
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
674
diff
changeset
|
330 ;; |
|
13736
4e7c5362c9bd
(i*86*) Change [345] to [3456]
Stan Cox <scox@redhat.com>
parents:
13729
diff
changeset
|
331 i[3456]86v4*) |
|
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
|
332 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'` |
| 576 | 333 os=-sysv4 |
| 334 ;; | |
|
13736
4e7c5362c9bd
(i*86*) Change [345] to [3456]
Stan Cox <scox@redhat.com>
parents:
13729
diff
changeset
|
335 i[3456]86v) |
|
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
|
336 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'` |
|
738
81cd2a003397
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
674
diff
changeset
|
337 os=-sysv |
|
81cd2a003397
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
674
diff
changeset
|
338 ;; |
|
13736
4e7c5362c9bd
(i*86*) Change [345] to [3456]
Stan Cox <scox@redhat.com>
parents:
13729
diff
changeset
|
339 i[3456]86sol2) |
|
1840
b00ada422354
(i[34]86sol2): New abbrev for i[34]86-unknown-solaris2.
Jim Wilson <wilson@gnu.org>
parents:
1735
diff
changeset
|
340 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'` |
|
b00ada422354
(i[34]86sol2): New abbrev for i[34]86-unknown-solaris2.
Jim Wilson <wilson@gnu.org>
parents:
1735
diff
changeset
|
341 os=-solaris2 |
|
b00ada422354
(i[34]86sol2): New abbrev for i[34]86-unknown-solaris2.
Jim Wilson <wilson@gnu.org>
parents:
1735
diff
changeset
|
342 ;; |
| 576 | 343 iris | iris4d) |
| 344 basic_machine=mips-sgi | |
|
651
144027c7abb2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
646
diff
changeset
|
345 case $os in |
|
144027c7abb2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
646
diff
changeset
|
346 -irix*) |
|
144027c7abb2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
646
diff
changeset
|
347 ;; |
|
144027c7abb2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
646
diff
changeset
|
348 *) |
|
144027c7abb2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
646
diff
changeset
|
349 os=-irix4 |
|
144027c7abb2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
646
diff
changeset
|
350 ;; |
|
144027c7abb2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
646
diff
changeset
|
351 esac |
| 576 | 352 ;; |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
353 isi68 | isi) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
354 basic_machine=m68k-isi |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
355 os=-sysv |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
356 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
357 m88k-omron*) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
358 basic_machine=m88k-omron |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
359 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
360 magnum | m3230) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
361 basic_machine=mips-mips |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
362 os=-sysv |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
363 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
364 merlin) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
365 basic_machine=ns32k-utek |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
366 os=-sysv |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
367 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
368 miniframe) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
369 basic_machine=m68000-convergent |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
370 ;; |
|
9247
729da1317557
Add support for MIPS variants
Ian Lance Taylor <ian@cygnus.com>
parents:
9198
diff
changeset
|
371 mips3*-*) |
|
729da1317557
Add support for MIPS variants
Ian Lance Taylor <ian@cygnus.com>
parents:
9198
diff
changeset
|
372 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
|
373 ;; |
|
729da1317557
Add support for MIPS variants
Ian Lance Taylor <ian@cygnus.com>
parents:
9198
diff
changeset
|
374 mips3*) |
|
729da1317557
Add support for MIPS variants
Ian Lance Taylor <ian@cygnus.com>
parents:
9198
diff
changeset
|
375 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
|
376 ;; |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
377 ncr3000) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
378 basic_machine=i486-ncr |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
379 os=-sysv4 |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
380 ;; |
| 576 | 381 news | news700 | news800 | news900) |
| 382 basic_machine=m68k-sony | |
| 383 os=-newsos | |
| 384 ;; | |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
385 news1000) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
386 basic_machine=m68030-sony |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
387 os=-newsos |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
388 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
389 news-3600 | risc-news) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
390 basic_machine=mips-sony |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
391 os=-newsos |
| 576 | 392 ;; |
|
8716
4d399ce17485
* config.sub: Cleanup NeXT support to emit nextstep*.
Per Bothner <bothner@cygnus.com>
parents:
8620
diff
changeset
|
393 next | m*-next ) |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
394 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
|
395 case $os in |
|
8716
4d399ce17485
* config.sub: Cleanup NeXT support to emit nextstep*.
Per Bothner <bothner@cygnus.com>
parents:
8620
diff
changeset
|
396 -nextstep* ) |
|
4d399ce17485
* config.sub: Cleanup NeXT support to emit nextstep*.
Per Bothner <bothner@cygnus.com>
parents:
8620
diff
changeset
|
397 ;; |
|
6771
0cedd76336a0
Add ns* as operating systems; default to ns2 for NeXT.
Richard Kenner <kenner@gnu.org>
parents:
6509
diff
changeset
|
398 -ns2*) |
|
8716
4d399ce17485
* config.sub: Cleanup NeXT support to emit nextstep*.
Per Bothner <bothner@cygnus.com>
parents:
8620
diff
changeset
|
399 os=-nextstep2 |
|
6771
0cedd76336a0
Add ns* as operating systems; default to ns2 for NeXT.
Richard Kenner <kenner@gnu.org>
parents:
6509
diff
changeset
|
400 ;; |
|
0cedd76336a0
Add ns* as operating systems; default to ns2 for NeXT.
Richard Kenner <kenner@gnu.org>
parents:
6509
diff
changeset
|
401 *) |
|
8716
4d399ce17485
* config.sub: Cleanup NeXT support to emit nextstep*.
Per Bothner <bothner@cygnus.com>
parents:
8620
diff
changeset
|
402 os=-nextstep3 |
|
6771
0cedd76336a0
Add ns* as operating systems; default to ns2 for NeXT.
Richard Kenner <kenner@gnu.org>
parents:
6509
diff
changeset
|
403 ;; |
|
0cedd76336a0
Add ns* as operating systems; default to ns2 for NeXT.
Richard Kenner <kenner@gnu.org>
parents:
6509
diff
changeset
|
404 esac |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
405 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
406 nh3000) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
407 basic_machine=m68k-harris |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
408 os=-cxux |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
409 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
410 nh[45]000) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
411 basic_machine=m88k-harris |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
412 os=-cxux |
|
629
e47f9ff356ea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
613
diff
changeset
|
413 ;; |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
414 nindy960) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
415 basic_machine=i960-intel |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
416 os=-nindy |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
417 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
418 np1) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
419 basic_machine=np1-gould |
| 576 | 420 ;; |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
421 pa-hitachi) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
422 basic_machine=hppa1.1-hitachi |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
423 os=-hiuxwe2 |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
424 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
425 paragon) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
426 basic_machine=i860-intel |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
427 os=-osf |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
428 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
429 pbd) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
430 basic_machine=sparc-tti |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
431 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
432 pbb) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
433 basic_machine=m68k-tti |
| 576 | 434 ;; |
| 8620 | 435 pc532 | pc532-*) |
| 436 basic_machine=ns32k-pc532 | |
| 576 | 437 ;; |
|
13736
4e7c5362c9bd
(i*86*) Change [345] to [3456]
Stan Cox <scox@redhat.com>
parents:
13729
diff
changeset
|
438 pentium | p5) |
|
11786
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
439 basic_machine=i586-intel |
|
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
440 ;; |
|
13736
4e7c5362c9bd
(i*86*) Change [345] to [3456]
Stan Cox <scox@redhat.com>
parents:
13729
diff
changeset
|
441 pentiumpro | p6) |
|
4e7c5362c9bd
(i*86*) Change [345] to [3456]
Stan Cox <scox@redhat.com>
parents:
13729
diff
changeset
|
442 basic_machine=i686-intel |
|
4e7c5362c9bd
(i*86*) Change [345] to [3456]
Stan Cox <scox@redhat.com>
parents:
13729
diff
changeset
|
443 ;; |
|
4e7c5362c9bd
(i*86*) Change [345] to [3456]
Stan Cox <scox@redhat.com>
parents:
13729
diff
changeset
|
444 pentium-* | p5-*) |
|
11786
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
445 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
|
446 ;; |
|
13736
4e7c5362c9bd
(i*86*) Change [345] to [3456]
Stan Cox <scox@redhat.com>
parents:
13729
diff
changeset
|
447 pentiumpro-* | p6-*) |
|
4e7c5362c9bd
(i*86*) Change [345] to [3456]
Stan Cox <scox@redhat.com>
parents:
13729
diff
changeset
|
448 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` |
|
4e7c5362c9bd
(i*86*) Change [345] to [3456]
Stan Cox <scox@redhat.com>
parents:
13729
diff
changeset
|
449 ;; |
|
11786
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
450 k5) |
|
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
451 # We don't have specific support for AMD's K5 yet, so just call it a Pentium |
|
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
452 basic_machine=i586-amd |
|
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
453 ;; |
|
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
454 nexen) |
|
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
455 # We don't have specific support for Nexgen yet, so just call it a Pentium |
|
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
456 basic_machine=i586-nexgen |
|
8585
f9d1fe1ed6ec
Move m68k-ccur handling to proper part of file.
Richard M. Stallman <rms@gnu.org>
parents:
8206
diff
changeset
|
457 ;; |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
458 pn) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
459 basic_machine=pn-gould |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
460 ;; |
|
11786
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
461 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
|
462 ;; |
|
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
463 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
|
464 ;; |
|
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
465 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
|
466 ;; |
|
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
467 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
|
468 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
|
469 ;; |
|
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
470 ppcle-* | powerpclittle-*) |
|
999e039b498b
Add powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner <gnu@the-meissners.org>
parents:
11254
diff
changeset
|
471 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
|
472 ;; |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
473 ps2) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
474 basic_machine=i386-ibm |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
475 ;; |
|
11084
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
476 rm[46]00) |
|
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
477 basic_machine=mips-siemens |
|
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
478 ;; |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
479 rtpc | rtpc-*) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
480 basic_machine=romp-ibm |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
481 ;; |
|
8722
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
482 sequent) |
|
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
483 basic_machine=i386-sequent |
|
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
484 ;; |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
485 sh) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
486 basic_machine=sh-hitachi |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
487 os=-hms |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
488 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
489 sps7) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
490 basic_machine=m68k-bull |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
491 os=-sysv2 |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
492 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
493 spur) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
494 basic_machine=spur-unknown |
| 576 | 495 ;; |
| 496 sun2) | |
| 497 basic_machine=m68000-sun | |
| 498 ;; | |
| 499 sun2os3) | |
| 500 basic_machine=m68000-sun | |
| 501 os=-sunos3 | |
| 502 ;; | |
| 503 sun2os4) | |
| 504 basic_machine=m68000-sun | |
| 505 os=-sunos4 | |
| 506 ;; | |
| 507 sun3os3) | |
| 508 basic_machine=m68k-sun | |
| 509 os=-sunos3 | |
| 510 ;; | |
| 511 sun3os4) | |
| 512 basic_machine=m68k-sun | |
| 513 os=-sunos4 | |
| 514 ;; | |
| 515 sun4os3) | |
| 516 basic_machine=sparc-sun | |
| 517 os=-sunos3 | |
| 518 ;; | |
| 519 sun4os4) | |
| 520 basic_machine=sparc-sun | |
| 521 os=-sunos4 | |
| 522 ;; | |
|
10788
61c7b37349d2
(sun4sol2): Alias for sparc-sun-solaris2.
Doug Evans <dje@gnu.org>
parents:
10781
diff
changeset
|
523 sun4sol2) |
|
61c7b37349d2
(sun4sol2): Alias for sparc-sun-solaris2.
Doug Evans <dje@gnu.org>
parents:
10781
diff
changeset
|
524 basic_machine=sparc-sun |
|
61c7b37349d2
(sun4sol2): Alias for sparc-sun-solaris2.
Doug Evans <dje@gnu.org>
parents:
10781
diff
changeset
|
525 os=-solaris2 |
|
61c7b37349d2
(sun4sol2): Alias for sparc-sun-solaris2.
Doug Evans <dje@gnu.org>
parents:
10781
diff
changeset
|
526 ;; |
|
8619
a131e8501151
Rearrange handling of NetBSD ports.
Charles Hannum <mycroft@gnu.org>
parents:
8615
diff
changeset
|
527 sun3 | sun3-*) |
| 576 | 528 basic_machine=m68k-sun |
| 529 ;; | |
| 530 sun4) | |
| 531 basic_machine=sparc-sun | |
| 532 ;; | |
| 533 sun386 | sun386i | roadrunner) | |
| 534 basic_machine=i386-sun | |
| 535 ;; | |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
536 symmetry) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
537 basic_machine=i386-sequent |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
538 os=-dynix |
| 576 | 539 ;; |
| 540 tower | tower-32) | |
| 541 basic_machine=m68k-ncr | |
| 542 ;; | |
| 9997 | 543 udi29k) |
| 544 basic_machine=a29k-amd | |
| 545 os=-udi | |
| 546 ;; | |
| 576 | 547 ultra3) |
| 548 basic_machine=a29k-nyu | |
| 549 os=-sym1 | |
| 550 ;; | |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
551 vaxv) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
552 basic_machine=vax-dec |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
553 os=-sysv |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
554 ;; |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
555 vms) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
556 basic_machine=vax-dec |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
557 os=-vms |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
558 ;; |
| 576 | 559 vxworks960) |
| 560 basic_machine=i960-wrs | |
| 561 os=-vxworks | |
| 562 ;; | |
| 563 vxworks68) | |
| 564 basic_machine=m68k-wrs | |
| 565 os=-vxworks | |
| 566 ;; | |
| 11802 | 567 vxworks29k) |
| 568 basic_machine=a29k-wrs | |
| 569 os=-vxworks | |
| 570 ;; | |
|
5609
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
571 xmp) |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
572 basic_machine=xmp-cray |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
573 os=-unicos |
|
61b2daccd91e
Alphabetize the list of machine-name aliases.
Richard M. Stallman <rms@gnu.org>
parents:
5576
diff
changeset
|
574 ;; |
|
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
|
575 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
|
576 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
|
577 ;; |
| 576 | 578 none) |
| 579 basic_machine=none-none | |
| 580 os=-none | |
| 581 ;; | |
| 582 | |
| 583 # Here we handle the default manufacturer of certain CPU types. It is in | |
| 584 # some cases the only manufacturer, in others, it is the most popular. | |
| 585 mips) | |
| 586 basic_machine=mips-mips | |
| 587 ;; | |
| 588 romp) | |
| 589 basic_machine=romp-ibm | |
| 590 ;; | |
| 591 rs6000) | |
| 592 basic_machine=rs6000-ibm | |
| 593 ;; | |
| 594 vax) | |
| 595 basic_machine=vax-dec | |
| 596 ;; | |
|
9715
5cc36be39154
(pdp11): New machine name.
Richard Kenner <kenner@gnu.org>
parents:
9610
diff
changeset
|
597 pdp11) |
|
5cc36be39154
(pdp11): New machine name.
Richard Kenner <kenner@gnu.org>
parents:
9610
diff
changeset
|
598 basic_machine=pdp11-dec |
|
5cc36be39154
(pdp11): New machine name.
Richard Kenner <kenner@gnu.org>
parents:
9610
diff
changeset
|
599 ;; |
|
652
88a5b1ed98bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
651
diff
changeset
|
600 we32k) |
|
88a5b1ed98bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
651
diff
changeset
|
601 basic_machine=we32k-att |
|
88a5b1ed98bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
651
diff
changeset
|
602 ;; |
| 576 | 603 sparc) |
| 604 basic_machine=sparc-sun | |
| 605 ;; | |
|
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
|
606 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
|
607 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
|
608 ;; |
|
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
609 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
|
610 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
|
611 ;; |
|
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
612 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
|
613 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
|
614 ;; |
| 576 | 615 *) |
| 616 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 | |
| 617 exit 1 | |
| 618 ;; | |
| 619 esac | |
| 620 | |
| 621 # Here we canonicalize certain aliases for manufacturers. | |
| 622 case $basic_machine in | |
| 623 *-digital*) | |
| 624 basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` | |
| 625 ;; | |
| 626 *-commodore*) | |
| 627 basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` | |
| 628 ;; | |
| 629 *) | |
| 630 ;; | |
| 631 esac | |
| 632 | |
| 633 # Decode manufacturer-specific aliases for certain operating systems. | |
| 634 | |
|
4109
76f746324590
if [ "$os" ] --> if [ x"$os" != x"" ]
Doug Evans <dje@gnu.org>
parents:
4084
diff
changeset
|
635 if [ x"$os" != x"" ] |
| 576 | 636 then |
| 637 case $os in | |
|
1732
2dd86a54c11b
Translate sunos5 to solaris2, and solaris1 to sunos4.
Richard M. Stallman <rms@gnu.org>
parents:
1726
diff
changeset
|
638 # -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
|
639 -solaris1 | -solaris1.*) |
|
2dd86a54c11b
Translate sunos5 to solaris2, and solaris1 to sunos4.
Richard M. Stallman <rms@gnu.org>
parents:
1726
diff
changeset
|
640 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
|
641 ;; |
|
4055
e5d455b14d82
Make `solaris' reflect the most recent major release.
Doug Evans <dje@gnu.org>
parents:
3934
diff
changeset
|
642 -solaris) |
|
e5d455b14d82
Make `solaris' reflect the most recent major release.
Doug Evans <dje@gnu.org>
parents:
3934
diff
changeset
|
643 os=-solaris2 |
|
e5d455b14d82
Make `solaris' reflect the most recent major release.
Doug Evans <dje@gnu.org>
parents:
3934
diff
changeset
|
644 ;; |
|
10577
310503142301
(unixware, svr4): Treat as synonyms for sysv4.
Richard Kenner <kenner@gnu.org>
parents:
10033
diff
changeset
|
645 -unixware* | svr4*) |
|
310503142301
(unixware, svr4): Treat as synonyms for sysv4.
Richard Kenner <kenner@gnu.org>
parents:
10033
diff
changeset
|
646 os=-sysv4 |
|
310503142301
(unixware, svr4): Treat as synonyms for sysv4.
Richard Kenner <kenner@gnu.org>
parents:
10033
diff
changeset
|
647 ;; |
|
9255
07d0aeb633d8
Translate -gnu/linux* to -linux*.
Richard M. Stallman <rms@gnu.org>
parents:
9247
diff
changeset
|
648 -gnu/linux*) |
|
07d0aeb633d8
Translate -gnu/linux* to -linux*.
Richard M. Stallman <rms@gnu.org>
parents:
9247
diff
changeset
|
649 os=`echo $os | sed -e 's|gnu/linux|linux|'` |
|
07d0aeb633d8
Translate -gnu/linux* to -linux*.
Richard M. Stallman <rms@gnu.org>
parents:
9247
diff
changeset
|
650 ;; |
| 576 | 651 # First accept the basic system types. |
| 652 # The portable systems comes first. | |
|
11254
21402b5c0bfc
Accept -lites* as op sys.
Richard M. Stallman <rms@gnu.org>
parents:
11084
diff
changeset
|
653 # 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
|
654 # -sysv* is not here because it comes later, after sysvr4. |
|
3934
0bd0d7678a09
Recognize `gnu' as a valid operating system. Sheesh.
Roland McGrath <roland@gnu.org>
parents:
3914
diff
changeset
|
655 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ |
| 15450 | 656 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ |
| 7089 | 657 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ |
|
13692
f5fbef729d00
Recognize aof in the OS field.
Erich Stefan Boleyn <erich@uruk.org>
parents:
12247
diff
changeset
|
658 | -amigados* | -msdos* | -newsos* | -unicos* | -aof* | -aos* \ |
| 2675 | 659 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ |
| 3382 | 660 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ |
| 6509 | 661 | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ |
|
8722
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
662 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ |
|
11254
21402b5c0bfc
Accept -lites* as op sys.
Richard M. Stallman <rms@gnu.org>
parents:
11084
diff
changeset
|
663 | -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
|
664 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ |
| 15619 | 665 | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems*) |
|
11254
21402b5c0bfc
Accept -lites* as op sys.
Richard M. Stallman <rms@gnu.org>
parents:
11084
diff
changeset
|
666 # Remember, each alternative MUST END IN *, to match a version number. |
| 576 | 667 ;; |
|
1732
2dd86a54c11b
Translate sunos5 to solaris2, and solaris1 to sunos4.
Richard M. Stallman <rms@gnu.org>
parents:
1726
diff
changeset
|
668 -sunos5*) |
|
2dd86a54c11b
Translate sunos5 to solaris2, and solaris1 to sunos4.
Richard M. Stallman <rms@gnu.org>
parents:
1726
diff
changeset
|
669 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
|
670 ;; |
|
2dd86a54c11b
Translate sunos5 to solaris2, and solaris1 to sunos4.
Richard M. Stallman <rms@gnu.org>
parents:
1726
diff
changeset
|
671 -sunos6*) |
|
2dd86a54c11b
Translate sunos5 to solaris2, and solaris1 to sunos4.
Richard M. Stallman <rms@gnu.org>
parents:
1726
diff
changeset
|
672 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
|
673 ;; |
| 576 | 674 -osfrose*) |
|
674
d5c90f190057
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
654
diff
changeset
|
675 os=-osfrose |
| 576 | 676 ;; |
| 677 -osf*) | |
|
674
d5c90f190057
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
654
diff
changeset
|
678 os=-osf |
| 576 | 679 ;; |
| 742 | 680 -utek*) |
| 681 os=-bsd | |
| 682 ;; | |
| 576 | 683 -dynix*) |
| 684 os=-bsd | |
| 685 ;; | |
| 686 -acis*) | |
| 687 os=-aos | |
| 688 ;; | |
| 689 -ctix* | -uts*) | |
| 690 os=-sysv | |
| 691 ;; | |
|
14210
e6659990d8f8
Default OS to nextstep if machine vendor is Next.
Richard M. Stallman <rms@gnu.org>
parents:
14191
diff
changeset
|
692 -ns2 ) |
|
e6659990d8f8
Default OS to nextstep if machine vendor is Next.
Richard M. Stallman <rms@gnu.org>
parents:
14191
diff
changeset
|
693 os=-nextstep2 |
|
e6659990d8f8
Default OS to nextstep if machine vendor is Next.
Richard M. Stallman <rms@gnu.org>
parents:
14191
diff
changeset
|
694 ;; |
|
11084
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
695 # Preserve the version number of sinix5. |
|
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
696 -sinix5.*) |
|
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
697 os=`echo $os | sed -e 's|sinix|sysv|'` |
|
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
698 ;; |
|
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
699 -sinix*) |
|
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
700 os=-sysv4 |
|
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
701 ;; |
| 576 | 702 -triton*) |
| 703 os=-sysv3 | |
| 704 ;; | |
| 705 -oss*) | |
| 706 os=-sysv3 | |
| 707 ;; | |
| 708 -svr4) | |
| 709 os=-sysv4 | |
| 710 ;; | |
|
3914
a16c11d3670f
Recognize -sysv* after -sysvr4.
Richard M. Stallman <rms@gnu.org>
parents:
3904
diff
changeset
|
711 -svr3) |
|
a16c11d3670f
Recognize -sysv* after -sysvr4.
Richard M. Stallman <rms@gnu.org>
parents:
3904
diff
changeset
|
712 os=-sysv3 |
|
a16c11d3670f
Recognize -sysv* after -sysvr4.
Richard M. Stallman <rms@gnu.org>
parents:
3904
diff
changeset
|
713 ;; |
|
3896
bea021b3124a
Convert ...-sysvr4 into ...-sysv4.
Richard M. Stallman <rms@gnu.org>
parents:
3382
diff
changeset
|
714 -sysvr4) |
|
bea021b3124a
Convert ...-sysvr4 into ...-sysv4.
Richard M. Stallman <rms@gnu.org>
parents:
3382
diff
changeset
|
715 os=-sysv4 |
|
bea021b3124a
Convert ...-sysvr4 into ...-sysv4.
Richard M. Stallman <rms@gnu.org>
parents:
3382
diff
changeset
|
716 ;; |
|
3914
a16c11d3670f
Recognize -sysv* after -sysvr4.
Richard M. Stallman <rms@gnu.org>
parents:
3904
diff
changeset
|
717 # This must come after -sysvr4. |
|
a16c11d3670f
Recognize -sysv* after -sysvr4.
Richard M. Stallman <rms@gnu.org>
parents:
3904
diff
changeset
|
718 -sysv*) |
| 576 | 719 ;; |
|
1627
1c2f6bc3d8fe
* config.sub: Added Xenix operating system.
Jim Blandy <jimb@redhat.com>
parents:
1545
diff
changeset
|
720 -xenix) |
|
1c2f6bc3d8fe
* config.sub: Added Xenix operating system.
Jim Blandy <jimb@redhat.com>
parents:
1545
diff
changeset
|
721 os=-xenix |
|
1c2f6bc3d8fe
* config.sub: Added Xenix operating system.
Jim Blandy <jimb@redhat.com>
parents:
1545
diff
changeset
|
722 ;; |
|
645
57295fc40ac3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
631
diff
changeset
|
723 -none) |
|
57295fc40ac3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
631
diff
changeset
|
724 ;; |
| 576 | 725 *) |
| 726 # 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
|
727 os=`echo $os | sed 's/[^-]*-//'` |
| 576 | 728 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 |
| 729 exit 1 | |
| 730 ;; | |
| 731 esac | |
| 732 else | |
| 733 | |
| 734 # Here we handle the default operating systems that come with various machines. | |
| 735 # The value should be what the vendor currently ships out the door with their | |
| 736 # 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
|
737 |
|
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
738 # 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
|
739 # "-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
|
740 # 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
|
741 # 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
|
742 # 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
|
743 |
| 576 | 744 case $basic_machine in |
|
4806
d48a4664d92a
Recognize operating system "riscix*"; recognize acorn as vendor
Erich Stefan Boleyn <erich@uruk.org>
parents:
4689
diff
changeset
|
745 *-acorn) |
|
d48a4664d92a
Recognize operating system "riscix*"; recognize acorn as vendor
Erich Stefan Boleyn <erich@uruk.org>
parents:
4689
diff
changeset
|
746 os=-riscix1.2 |
|
d48a4664d92a
Recognize operating system "riscix*"; recognize acorn as vendor
Erich Stefan Boleyn <erich@uruk.org>
parents:
4689
diff
changeset
|
747 ;; |
|
11812
0ef485e86493
Add configuration for semi-hosted ARM.
Erich Stefan Boleyn <erich@uruk.org>
parents:
11802
diff
changeset
|
748 arm*-semi) |
|
0ef485e86493
Add configuration for semi-hosted ARM.
Erich Stefan Boleyn <erich@uruk.org>
parents:
11802
diff
changeset
|
749 os=-aout |
|
0ef485e86493
Add configuration for semi-hosted ARM.
Erich Stefan Boleyn <erich@uruk.org>
parents:
11802
diff
changeset
|
750 ;; |
|
9715
5cc36be39154
(pdp11): New machine name.
Richard Kenner <kenner@gnu.org>
parents:
9610
diff
changeset
|
751 pdp11-*) |
|
5cc36be39154
(pdp11): New machine name.
Richard Kenner <kenner@gnu.org>
parents:
9610
diff
changeset
|
752 os=-none |
|
5cc36be39154
(pdp11): New machine name.
Richard Kenner <kenner@gnu.org>
parents:
9610
diff
changeset
|
753 ;; |
| 576 | 754 *-dec | vax-*) |
|
654
6d56ce1261a7
*** empty log message ***
Michael Meissner <gnu@the-meissners.org>
parents:
653
diff
changeset
|
755 os=-ultrix4.2 |
| 576 | 756 ;; |
|
9990
6a72b1f71ee4
Accept -domain as OS, and make it default for Apollo.
Richard M. Stallman <rms@gnu.org>
parents:
9715
diff
changeset
|
757 m68*-apollo) |
|
6a72b1f71ee4
Accept -domain as OS, and make it default for Apollo.
Richard M. Stallman <rms@gnu.org>
parents:
9715
diff
changeset
|
758 os=-domain |
|
6a72b1f71ee4
Accept -domain as OS, and make it default for Apollo.
Richard M. Stallman <rms@gnu.org>
parents:
9715
diff
changeset
|
759 ;; |
| 576 | 760 i386-sun) |
|
654
6d56ce1261a7
*** empty log message ***
Michael Meissner <gnu@the-meissners.org>
parents:
653
diff
changeset
|
761 os=-sunos4.0.2 |
| 576 | 762 ;; |
| 763 m68000-sun) | |
| 764 os=-sunos3 | |
| 765 # This also exists in the configure program, but was not the | |
| 766 # default. | |
| 767 # os=-sunos4 | |
| 768 ;; | |
| 769 *-tti) # must be before sparc entry or we get the wrong os. | |
| 770 os=-sysv3 | |
| 771 ;; | |
| 772 sparc-* | *-sun) | |
|
654
6d56ce1261a7
*** empty log message ***
Michael Meissner <gnu@the-meissners.org>
parents:
653
diff
changeset
|
773 os=-sunos4.1.1 |
| 576 | 774 ;; |
| 775 *-ibm) | |
| 776 os=-aix | |
| 777 ;; | |
| 778 *-hp) | |
| 779 os=-hpux | |
| 780 ;; | |
| 4901 | 781 *-hitachi) |
| 782 os=-hiux | |
| 783 ;; | |
|
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
|
784 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) |
| 576 | 785 os=-sysv |
| 786 ;; | |
| 787 *-cbm) | |
| 788 os=-amigados | |
| 789 ;; | |
| 790 *-dg) | |
| 791 os=-dgux | |
| 792 ;; | |
| 793 *-dolphin) | |
| 794 os=-sysv3 | |
| 795 ;; | |
|
8585
f9d1fe1ed6ec
Move m68k-ccur handling to proper part of file.
Richard M. Stallman <rms@gnu.org>
parents:
8206
diff
changeset
|
796 m68k-ccur) |
|
f9d1fe1ed6ec
Move m68k-ccur handling to proper part of file.
Richard M. Stallman <rms@gnu.org>
parents:
8206
diff
changeset
|
797 os=-rtu |
|
f9d1fe1ed6ec
Move m68k-ccur handling to proper part of file.
Richard M. Stallman <rms@gnu.org>
parents:
8206
diff
changeset
|
798 ;; |
| 576 | 799 m88k-omron*) |
| 800 os=-luna | |
| 801 ;; | |
|
14210
e6659990d8f8
Default OS to nextstep if machine vendor is Next.
Richard M. Stallman <rms@gnu.org>
parents:
14191
diff
changeset
|
802 *-next ) |
|
e6659990d8f8
Default OS to nextstep if machine vendor is Next.
Richard M. Stallman <rms@gnu.org>
parents:
14191
diff
changeset
|
803 os=-nextstep |
|
e6659990d8f8
Default OS to nextstep if machine vendor is Next.
Richard M. Stallman <rms@gnu.org>
parents:
14191
diff
changeset
|
804 ;; |
|
1726
e44b2de1b698
Default to bsd for *-sequent.
Richard M. Stallman <rms@gnu.org>
parents:
1631
diff
changeset
|
805 *-sequent) |
|
8722
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
806 os=-ptx |
|
1726
e44b2de1b698
Default to bsd for *-sequent.
Richard M. Stallman <rms@gnu.org>
parents:
1631
diff
changeset
|
807 ;; |
| 576 | 808 *-crds) |
| 809 os=-unos | |
| 810 ;; | |
| 811 *-ns) | |
| 812 os=-genix | |
| 813 ;; | |
| 2495 | 814 i370-*) |
| 815 os=-mvs | |
| 816 ;; | |
|
2497
55f73883303f
> Default to bsd if vendor is next.
Tom Wood <wood@next.com>
parents:
2495
diff
changeset
|
817 *-next) |
|
8716
4d399ce17485
* config.sub: Cleanup NeXT support to emit nextstep*.
Per Bothner <bothner@cygnus.com>
parents:
8620
diff
changeset
|
818 os=-nextstep3 |
|
2497
55f73883303f
> Default to bsd if vendor is next.
Tom Wood <wood@next.com>
parents:
2495
diff
changeset
|
819 ;; |
|
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
|
820 *-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
|
821 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
|
822 ;; |
|
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
823 *-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
|
824 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
|
825 ;; |
|
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
826 *-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
|
827 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
|
828 ;; |
|
9c52fcf232bf
Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy <jimb@redhat.com>
parents:
1627
diff
changeset
|
829 *-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
|
830 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
|
831 ;; |
|
11084
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
832 *-siemens) |
|
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
833 os=-sysv4 |
|
ea9524b79520
(rm400, rm600): New machine names.
Richard M. Stallman <rms@gnu.org>
parents:
10788
diff
changeset
|
834 ;; |
|
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
|
835 *-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
|
836 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
|
837 ;; |
| 576 | 838 *) |
| 839 os=-none | |
| 840 ;; | |
| 841 esac | |
| 842 fi | |
| 843 | |
| 844 # Here we handle the case where we know the os, and the CPU type, but not the | |
| 845 # manufacturer. We pick the logical manufacturer. | |
| 846 vendor=unknown | |
| 847 case $basic_machine in | |
| 848 *-unknown) | |
| 849 case $os in | |
|
4806
d48a4664d92a
Recognize operating system "riscix*"; recognize acorn as vendor
Erich Stefan Boleyn <erich@uruk.org>
parents:
4689
diff
changeset
|
850 -riscix*) |
|
d48a4664d92a
Recognize operating system "riscix*"; recognize acorn as vendor
Erich Stefan Boleyn <erich@uruk.org>
parents:
4689
diff
changeset
|
851 vendor=acorn |
|
d48a4664d92a
Recognize operating system "riscix*"; recognize acorn as vendor
Erich Stefan Boleyn <erich@uruk.org>
parents:
4689
diff
changeset
|
852 ;; |
| 576 | 853 -sunos*) |
| 854 vendor=sun | |
| 855 ;; | |
| 4204 | 856 -lynxos*) |
| 857 vendor=lynx | |
| 858 ;; | |
| 576 | 859 -aix*) |
| 860 vendor=ibm | |
| 861 ;; | |
| 862 -hpux*) | |
| 863 vendor=hp | |
| 864 ;; | |
| 4901 | 865 -hiux*) |
| 866 vendor=hitachi | |
| 867 ;; | |
| 576 | 868 -unos*) |
| 869 vendor=crds | |
| 870 ;; | |
| 871 -dgux*) | |
| 872 vendor=dg | |
| 873 ;; | |
| 874 -luna*) | |
| 875 vendor=omron | |
| 876 ;; | |
| 877 -genix*) | |
| 878 vendor=ns | |
| 879 ;; | |
| 2495 | 880 -mvs*) |
| 881 vendor=ibm | |
| 882 ;; | |
|
8722
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
883 -ptx*) |
|
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
884 vendor=sequent |
|
5c5f80be532f
(ptx): New OS; use for Sequent.
Richard Kenner <kenner@gnu.org>
parents:
8720
diff
changeset
|
885 ;; |
| 10005 | 886 -vxworks*) |
| 887 vendor=wrs | |
| 888 ;; | |
| 14448 | 889 -aux*) |
| 890 vendor=apple | |
| 14763 | 891 ;; |
| 576 | 892 esac |
| 893 basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` | |
| 894 ;; | |
| 895 esac | |
| 896 | |
| 897 echo $basic_machine$os |
