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