Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-483
[bpt/emacs.git] / config.sub
CommitLineData
c3e2153c 1#! /bin/sh
4e405419
PE
2# Configuration validation subroutine script.
3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4# 2000, 2001, 2002 Free Software Foundation, Inc.
40583571 5
8c95f450 6timestamp='2002-11-13'
40583571 7
955e036a
RS
8# This file is (in principle) common to ALL GNU software.
9# The presence of a machine in this file suggests that SOME GNU software
6d686a8d 10# can handle that machine. It does not imply ALL GNU software can.
764954ef
DM
11#
12# This file is free software; you can redistribute it and/or modify
13# it under the terms of the GNU General Public License as published by
14# the Free Software Foundation; either version 2 of the License, or
15# (at your option) any later version.
16#
17# This program is distributed in the hope that it will be useful,
18# but WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20# GNU General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with this program; if not, write to the Free Software
01e7fad4
RK
24# Foundation, Inc., 59 Temple Place - Suite 330,
25# Boston, MA 02111-1307, USA.
fb955dfa 26
764954ef
DM
27# As a special exception to the GNU General Public License, if you
28# distribute this file as part of a program that contains a
29# configuration script generated by Autoconf, you may include it under
30# the same distribution terms that you use for the rest of that program.
fb955dfa 31
4e405419
PE
32# Please send patches to <config-patches@gnu.org>. Submit a context
33# diff and a properly formatted ChangeLog entry.
3a27fa96 34#
fb955dfa
RS
35# Configuration subroutine to validate and canonicalize a configuration type.
36# Supply the specified configuration type as an argument.
37# If it is invalid, we print an error message on stderr and exit with code 1.
38# Otherwise, we print the canonical config type on stdout and succeed.
39
40# This file is supposed to be the same for all GNU packages
41# and recognize all the CPU types, system types and aliases
42# that are meaningful with *any* GNU software.
43# Each package is responsible for reporting which valid configurations
44# it does not support. The user should be able to distinguish
45# a failure to support a valid configuration from a meaningless
46# configuration.
47
48# The goal of this file is to map all the various variations of a given
49# machine specification into a single specification in the form:
50# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
39110bdb
RK
51# or in some cases, the newer four-part form:
52# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
efc3fd67 53# It is wrong to echo any other type of specification.
fb955dfa 54
40583571 55me=`echo "$0" | sed -e 's,.*/,,'`
051d1419 56
40583571
DL
57usage="\
58Usage: $0 [OPTION] CPU-MFR-OPSYS
59 $0 [OPTION] ALIAS
60
61Canonicalize a configuration name.
62
63Operation modes:
4e405419
PE
64 -h, --help print this help, then exit
65 -t, --time-stamp print date of last modification, then exit
66 -v, --version print version number, then exit
67
68Report bugs and patches to <config-patches@gnu.org>."
69
70version="\
71GNU config.sub ($timestamp)
72
73Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
74Free Software Foundation, Inc.
75
76This is free software; see the source for copying conditions. There is NO
77warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
40583571
DL
78
79help="
80Try \`$me --help' for more information."
81
82# Parse command line
83while test $# -gt 0 ; do
4e405419
PE
84 case $1 in
85 --time-stamp | --time* | -t )
86 echo "$timestamp" ; exit 0 ;;
87 --version | -v )
40583571
DL
88 echo "$version" ; exit 0 ;;
89 --help | --h* | -h )
90 echo "$usage"; exit 0 ;;
91 -- ) # Stop option processing
92 shift; break ;;
93 - ) # Use stdin as input.
94 break ;;
95 -* )
4e405419 96 echo "$me: invalid option $1$help"
40583571
DL
97 exit 1 ;;
98
99 *local*)
100 # First pass through any local machine types.
101 echo $1
102 exit 0;;
103
104 * )
105 break ;;
106 esac
107done
108
109case $# in
110 0) echo "$me: missing argument$help" >&2
111 exit 1;;
112 1) ;;
113 *) echo "$me: too many arguments$help" >&2
114 exit 1;;
fb955dfa
RS
115esac
116
39110bdb
RK
117# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
118# Here we must recognize all the valid KERNEL-OS combinations.
119maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
120case $maybe_os in
8c95f450 121 nto-qnx* | linux-gnu* | freebsd*-gnu* | storm-chaos* | os2-emx* | windows32-* | rtmk-nova*)
39110bdb
RK
122 os=-$maybe_os
123 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
124 ;;
125 *)
126 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
127 if [ $basic_machine != $1 ]
128 then os=`echo $1 | sed 's/.*-/-/'`
129 else os=; fi
130 ;;
131esac
fb955dfa 132
efc3fd67
JB
133### Let's recognize common machines as not being operating systems so
134### that things like config.sub decstation-3100 work. We also
135### recognize some manufacturers as not being operating systems, so we
136### can provide default operating systems below.
fb955dfa 137case $os in
1f532861
RS
138 -sun*os*)
139 # Prevent following clause from handling this invalid input.
140 ;;
fb955dfa
RS
141 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
142 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
a975e06d 143 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
867c43c4 144 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
fb955dfa 145 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
7f154406 146 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
40583571 147 -apple | -axis)
fb955dfa
RS
148 os=
149 basic_machine=$1
150 ;;
e3d1469c
BE
151 -sim | -cisco | -oki | -wec | -winbond)
152 os=
153 basic_machine=$1
154 ;;
155 -scout)
156 ;;
157 -wrs)
3a27fa96 158 os=-vxworks
e3d1469c
BE
159 basic_machine=$1
160 ;;
4e405419
PE
161 -chorusos*)
162 os=-chorusos
163 basic_machine=$1
164 ;;
165 -chorusrdb)
166 os=-chorusrdb
167 basic_machine=$1
168 ;;
9e976cfa 169 -hiux*)
d699cb47 170 os=-hiuxwe2
9e976cfa 171 ;;
c83704f3 172 -sco5)
e3d1469c 173 os=-sco3.2v5
39110bdb 174 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
c83704f3 175 ;;
d05b1883
RS
176 -sco4)
177 os=-sco3.2v4
39110bdb 178 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
d05b1883
RS
179 ;;
180 -sco3.2.[4-9]*)
181 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
39110bdb 182 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
d05b1883 183 ;;
cf7a78db
RS
184 -sco3.2v[4-9]*)
185 # Don't forget version if it is 3.2v4 or newer.
39110bdb 186 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cf7a78db 187 ;;
fb955dfa 188 -sco*)
f9f15513 189 os=-sco3.2v2
39110bdb 190 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fb955dfa 191 ;;
e3d1469c
BE
192 -udk*)
193 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
194 ;;
efc3fd67
JB
195 -isc)
196 os=-isc2.2
39110bdb 197 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
efc3fd67 198 ;;
de025efd
RS
199 -clix*)
200 basic_machine=clipper-intergraph
201 ;;
fb955dfa 202 -isc*)
39110bdb 203 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fb955dfa 204 ;;
bfda6e4f 205 -lynx*)
4c934a4d
JW
206 os=-lynxos
207 ;;
b7f0280f
RK
208 -ptx*)
209 basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
210 ;;
faa4bf12
RK
211 -windowsnt*)
212 os=`echo $os | sed -e 's/windowsnt/winnt/'`
213 ;;
805132d6
RK
214 -psos*)
215 os=-psos
216 ;;
3a27fa96
GM
217 -mint | -mint[0-9]*)
218 basic_machine=m68k-atari
219 os=-mint
220 ;;
fb955dfa
RS
221esac
222
223# Decode aliases for certain CPU-COMPANY combinations.
224case $basic_machine in
665eef22 225 # Recognize the basic CPU types without company name.
fb955dfa 226 # Some are omitted here because they have special meanings below.
4e405419
PE
227 1750a | 580 \
228 | a29k \
229 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
230 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
231 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
8c95f450
JB
232 | clipper \
233 | d10v | d30v | dlx | dsp16xx \
234 | fr30 | frv \
4e405419
PE
235 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
236 | i370 | i860 | i960 | ia64 \
8c95f450 237 | ip2k \
4e405419 238 | m32r | m68000 | m68k | m88k | mcore \
8c95f450
JB
239 | mips | mipsbe | mipseb | mipsel | mipsle \
240 | mips16 \
241 | mips64 | mips64el \
242 | mips64vr | mips64vrel \
243 | mips64orion | mips64orionel \
244 | mips64vr4100 | mips64vr4100el \
245 | mips64vr4300 | mips64vr4300el \
246 | mips64vr5000 | mips64vr5000el \
247 | mipsisa32 | mipsisa32el \
248 | mipsisa64 | mipsisa64el \
249 | mipsisa64sb1 | mipsisa64sb1el \
250 | mipsisa64sr71k | mipsisa64sr71kel \
251 | mipstx39 | mipstx39el \
4e405419
PE
252 | mn10200 | mn10300 \
253 | ns16k | ns32k \
254 | openrisc | or32 \
255 | pdp10 | pdp11 | pj | pjl \
256 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
257 | pyramid \
8c95f450
JB
258 | sh | sh[1234] | sh3e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
259 | sh64 | sh64le \
4e405419
PE
260 | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \
261 | strongarm \
262 | tahoe | thumb | tic80 | tron \
263 | v850 | v850e \
264 | we32k \
265 | x86 | xscale | xstormy16 | xtensa \
266 | z8k)
40583571
DL
267 basic_machine=$basic_machine-unknown
268 ;;
269 m6811 | m68hc11 | m6812 | m68hc12)
270 # Motorola 68HC11/12.
fb955dfa 271 basic_machine=$basic_machine-unknown
40583571 272 os=-none
fb955dfa 273 ;;
4e405419 274 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
e3d1469c
BE
275 ;;
276
39110bdb
RK
277 # We use `pc' rather than `unknown'
278 # because (1) that's what they normally are, and
279 # (2) the word "unknown" tends to confuse beginning users.
4e405419 280 i*86 | x86_64)
39110bdb
RK
281 basic_machine=$basic_machine-pc
282 ;;
1f532861
RS
283 # Object if more than one company name word.
284 *-*-*)
285 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
286 exit 1
287 ;;
665eef22 288 # Recognize the basic CPU types with company name.
4e405419
PE
289 580-* \
290 | a29k-* \
291 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
292 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
293 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
294 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
295 | avr-* \
296 | bs2000-* \
8c95f450 297 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* \
4e405419 298 | clipper-* | cydra-* \
8c95f450 299 | d10v-* | d30v-* | dlx-* \
4e405419 300 | elxsi-* \
8c95f450 301 | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
4e405419
PE
302 | h8300-* | h8500-* \
303 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
304 | i*86-* | i860-* | i960-* | ia64-* \
8c95f450 305 | ip2k-* \
4e405419
PE
306 | m32r-* \
307 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
308 | m88110-* | m88k-* | mcore-* \
8c95f450
JB
309 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
310 | mips16-* \
311 | mips64-* | mips64el-* \
312 | mips64vr-* | mips64vrel-* \
313 | mips64orion-* | mips64orionel-* \
314 | mips64vr4100-* | mips64vr4100el-* \
315 | mips64vr4300-* | mips64vr4300el-* \
316 | mips64vr5000-* | mips64vr5000el-* \
317 | mipsisa32-* | mipsisa32el-* \
318 | mipsisa64-* | mipsisa64el-* \
319 | mipsisa64sb1-* | mipsisa64sb1el-* \
320 | mipsisa64sr71k-* | mipsisa64sr71kel-* \
321 | mipstx39 | mipstx39el \
4e405419
PE
322 | none-* | np1-* | ns16k-* | ns32k-* \
323 | orion-* \
324 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
325 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
326 | pyramid-* \
327 | romp-* | rs6000-* \
8c95f450
JB
328 | sh-* | sh[1234]-* | sh3e-* | sh[34]eb-* | shbe-* \
329 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
4e405419
PE
330 | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
331 | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
8c95f450 332 | tahoe-* | thumb-* | tic30-* | tic4x-* | tic54x-* | tic80-* | tron-* \
4e405419
PE
333 | v850-* | v850e-* | vax-* \
334 | we32k-* \
335 | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
336 | xtensa-* \
337 | ymp-* \
338 | z8k-*)
fb955dfa 339 ;;
f8710542
DE
340 # Recognize the various machine names and aliases which stand
341 # for a CPU type and a company and sometimes even an OS.
e3d1469c
BE
342 386bsd)
343 basic_machine=i386-unknown
344 os=-bsd
345 ;;
e65767df
RS
346 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
347 basic_machine=m68000-att
fb955dfa 348 ;;
e65767df
RS
349 3b*)
350 basic_machine=we32k-att
fb955dfa 351 ;;
e3d1469c
BE
352 a29khif)
353 basic_machine=a29k-amd
354 os=-udi
355 ;;
356 adobe68k)
357 basic_machine=m68010-adobe
358 os=-scout
359 ;;
e65767df
RS
360 alliant | fx80)
361 basic_machine=fx80-alliant
f449890c 362 ;;
e65767df
RS
363 altos | altos3068)
364 basic_machine=m68k-altos
fb955dfa 365 ;;
e65767df
RS
366 am29k)
367 basic_machine=a29k-none
368 os=-bsd
d019125e 369 ;;
e65767df
RS
370 amdahl)
371 basic_machine=580-amdahl
ad6023b3
RS
372 os=-sysv
373 ;;
275cb364 374 amiga | amiga-*)
40583571 375 basic_machine=m68k-unknown
096fbe81 376 ;;
576e9f39 377 amigaos | amigados)
40583571 378 basic_machine=m68k-unknown
222ef66f 379 os=-amigaos
fb955dfa 380 ;;
e65767df 381 amigaunix | amix)
40583571 382 basic_machine=m68k-unknown
e65767df 383 os=-sysv4
281f8b09 384 ;;
e65767df
RS
385 apollo68)
386 basic_machine=m68k-apollo
387 os=-sysv
388 ;;
e3d1469c
BE
389 apollo68bsd)
390 basic_machine=m68k-apollo
391 os=-bsd
392 ;;
7a694abe
ILT
393 aux)
394 basic_machine=m68k-apple
395 os=-aux
396 ;;
e65767df
RS
397 balance)
398 basic_machine=ns32k-sequent
399 os=-dynix
fb955dfa 400 ;;
4e405419
PE
401 c90)
402 basic_machine=c90-cray
403 os=-unicos
404 ;;
fb955dfa
RS
405 convex-c1)
406 basic_machine=c1-convex
407 os=-bsd
408 ;;
409 convex-c2)
410 basic_machine=c2-convex
411 os=-bsd
412 ;;
413 convex-c32)
414 basic_machine=c32-convex
415 os=-bsd
416 ;;
417 convex-c34)
418 basic_machine=c34-convex
419 os=-bsd
420 ;;
421 convex-c38)
422 basic_machine=c38-convex
423 os=-bsd
424 ;;
4e405419
PE
425 cray | j90)
426 basic_machine=j90-cray
6d686a8d
RM
427 os=-unicos
428 ;;
fb955dfa
RS
429 crds | unos)
430 basic_machine=m68k-crds
431 ;;
40583571
DL
432 cris | cris-* | etrax*)
433 basic_machine=cris-axis
434 ;;
275cb364
CH
435 da30 | da30-*)
436 basic_machine=m68k-da30
437 ;;
438 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
e65767df 439 basic_machine=mips-dec
51cbdde3 440 ;;
4e405419
PE
441 decsystem10* | dec10*)
442 basic_machine=pdp10-dec
443 os=-tops10
444 ;;
445 decsystem20* | dec20*)
446 basic_machine=pdp10-dec
447 os=-tops20
448 ;;
96b07d07
FP
449 delta | 3300 | motorola-3300 | motorola-delta \
450 | 3300-motorola | delta-motorola)
451 basic_machine=m68k-motorola
452 ;;
e65767df
RS
453 delta88)
454 basic_machine=m88k-motorola
455 os=-sysv3
fb955dfa 456 ;;
253bce3d
RK
457 dpx20 | dpx20-*)
458 basic_machine=rs6000-bull
459 os=-bosx
460 ;;
e65767df
RS
461 dpx2* | dpx2*-bull)
462 basic_machine=m68k-bull
463 os=-sysv3
fb955dfa 464 ;;
e65767df
RS
465 ebmon29k)
466 basic_machine=a29k-amd
467 os=-ebmon
fb955dfa 468 ;;
e65767df
RS
469 elxsi)
470 basic_machine=elxsi-elxsi
471 os=-bsd
fb955dfa 472 ;;
e65767df
RS
473 encore | umax | mmax)
474 basic_machine=ns32k-encore
fb955dfa 475 ;;
e3d1469c
BE
476 es1800 | OSE68k | ose68k | ose | OSE)
477 basic_machine=m68k-ericsson
478 os=-ose
479 ;;
e65767df
RS
480 fx2800)
481 basic_machine=i860-alliant
fb955dfa 482 ;;
e65767df
RS
483 genix)
484 basic_machine=ns32k-ns
fb955dfa 485 ;;
e65767df
RS
486 gmicro)
487 basic_machine=tron-gmicro
488 os=-sysv
fb955dfa 489 ;;
4e405419
PE
490 go32)
491 basic_machine=i386-pc
492 os=-go32
493 ;;
e65767df
RS
494 h3050r* | hiux*)
495 basic_machine=hppa1.1-hitachi
496 os=-hiuxwe2
fb955dfa 497 ;;
e65767df
RS
498 h8300hms)
499 basic_machine=h8300-hitachi
500 os=-hms
fb955dfa 501 ;;
e3d1469c
BE
502 h8300xray)
503 basic_machine=h8300-hitachi
504 os=-xray
505 ;;
506 h8500hms)
507 basic_machine=h8500-hitachi
508 os=-hms
509 ;;
e65767df
RS
510 harris)
511 basic_machine=m88k-harris
512 os=-sysv3
3c9da312 513 ;;
275cb364
CH
514 hp300-*)
515 basic_machine=m68k-hp
516 ;;
e65767df
RS
517 hp300bsd)
518 basic_machine=m68k-hp
6e280b45 519 os=-bsd
fb955dfa 520 ;;
e65767df
RS
521 hp300hpux)
522 basic_machine=m68k-hp
523 os=-hpux
efc3fd67 524 ;;
e3d1469c
BE
525 hp3k9[0-9][0-9] | hp9[0-9][0-9])
526 basic_machine=hppa1.0-hp
527 ;;
0581618d 528 hp9k2[0-9][0-9] | hp9k31[0-9])
e65767df 529 basic_machine=m68000-hp
efc3fd67 530 ;;
fb955dfa
RS
531 hp9k3[2-9][0-9])
532 basic_machine=m68k-hp
533 ;;
e3d1469c
BE
534 hp9k6[0-9][0-9] | hp6[0-9][0-9])
535 basic_machine=hppa1.0-hp
536 ;;
537 hp9k7[0-79][0-9] | hp7[0-79][0-9])
538 basic_machine=hppa1.1-hp
539 ;;
540 hp9k78[0-9] | hp78[0-9])
541 # FIXME: really hppa2.0-hp
542 basic_machine=hppa1.1-hp
543 ;;
544 hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
545 # FIXME: really hppa2.0-hp
546 basic_machine=hppa1.1-hp
547 ;;
548 hp9k8[0-9][13679] | hp8[0-9][13679])
3c701376 549 basic_machine=hppa1.1-hp
fb955dfa 550 ;;
3c701376
TG
551 hp9k8[0-9][0-9] | hp8[0-9][0-9])
552 basic_machine=hppa1.0-hp
d019125e 553 ;;
eb7d6097
RS
554 hppa-next)
555 os=-nextstep3
556 ;;
e3d1469c
BE
557 hppaosf)
558 basic_machine=hppa1.1-hp
559 os=-osf
65cb17d5 560 ;;
e3d1469c
BE
561 hppro)
562 basic_machine=hppa1.1-hp
563 os=-proelf
72e8143c 564 ;;
e65767df
RS
565 i370-ibm* | ibm*)
566 basic_machine=i370-ibm
9e976cfa 567 ;;
e65767df 568# I'm not sure what "Sysv32" means. Should this be sysv3.2?
4e405419 569 i*86v32)
39110bdb 570 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
e65767df
RS
571 os=-sysv32
572 ;;
4e405419 573 i*86v4*)
39110bdb 574 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
e65767df
RS
575 os=-sysv4
576 ;;
4e405419 577 i*86v)
39110bdb 578 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
e65767df
RS
579 os=-sysv
580 ;;
4e405419 581 i*86sol2)
39110bdb 582 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
e65767df
RS
583 os=-solaris2
584 ;;
e3d1469c
BE
585 i386mach)
586 basic_machine=i386-mach
587 os=-mach
588 ;;
589 i386-vsta | vsta)
590 basic_machine=i386-unknown
591 os=-vsta
592 ;;
e65767df
RS
593 iris | iris4d)
594 basic_machine=mips-sgi
595 case $os in
596 -irix*)
597 ;;
598 *)
599 os=-irix4
600 ;;
601 esac
9e976cfa 602 ;;
fb955dfa
RS
603 isi68 | isi)
604 basic_machine=m68k-isi
605 os=-sysv
606 ;;
e65767df
RS
607 m88k-omron*)
608 basic_machine=m88k-omron
609 ;;
610 magnum | m3230)
611 basic_machine=mips-mips
fb955dfa
RS
612 os=-sysv
613 ;;
e65767df
RS
614 merlin)
615 basic_machine=ns32k-utek
616 os=-sysv
fb955dfa 617 ;;
4e405419
PE
618 mingw32)
619 basic_machine=i386-pc
620 os=-mingw32
621 ;;
fb955dfa
RS
622 miniframe)
623 basic_machine=m68000-convergent
624 ;;
3a27fa96 625 *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
e3d1469c
BE
626 basic_machine=m68k-atari
627 os=-mint
628 ;;
23890221
ILT
629 mips3*-*)
630 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
631 ;;
632 mips3*)
633 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
634 ;;
3a27fa96
GM
635 mmix*)
636 basic_machine=mmix-knuth
637 os=-mmixware
638 ;;
e3d1469c
BE
639 monitor)
640 basic_machine=m68k-rom68k
641 os=-coff
642 ;;
4e405419
PE
643 morphos)
644 basic_machine=powerpc-unknown
645 os=-morphos
646 ;;
e3d1469c 647 msdos)
4e405419 648 basic_machine=i386-pc
e3d1469c
BE
649 os=-msdos
650 ;;
3a27fa96
GM
651 mvs)
652 basic_machine=i370-ibm
653 os=-mvs
654 ;;
e65767df
RS
655 ncr3000)
656 basic_machine=i486-ncr
657 os=-sysv4
658 ;;
e3d1469c
BE
659 netbsd386)
660 basic_machine=i386-unknown
661 os=-netbsd
662 ;;
72e8143c 663 netwinder)
3a27fa96 664 basic_machine=armv4l-rebel
72e8143c
BE
665 os=-linux
666 ;;
e65767df
RS
667 news | news700 | news800 | news900)
668 basic_machine=m68k-sony
669 os=-newsos
670 ;;
671 news1000)
672 basic_machine=m68030-sony
673 os=-newsos
fb955dfa
RS
674 ;;
675 news-3600 | risc-news)
676 basic_machine=mips-sony
677 os=-newsos
678 ;;
e3d1469c
BE
679 necv70)
680 basic_machine=v70-nec
681 os=-sysv
682 ;;
a975e06d 683 next | m*-next )
e65767df 684 basic_machine=m68k-next
2ff52571 685 case $os in
a975e06d
PB
686 -nextstep* )
687 ;;
2ff52571 688 -ns2*)
a975e06d 689 os=-nextstep2
2ff52571
RK
690 ;;
691 *)
a975e06d 692 os=-nextstep3
2ff52571
RK
693 ;;
694 esac
fb955dfa 695 ;;
e65767df
RS
696 nh3000)
697 basic_machine=m68k-harris
698 os=-cxux
fb955dfa 699 ;;
e65767df
RS
700 nh[45]000)
701 basic_machine=m88k-harris
702 os=-cxux
fb955dfa 703 ;;
e65767df
RS
704 nindy960)
705 basic_machine=i960-intel
706 os=-nindy
fb955dfa 707 ;;
e3d1469c
BE
708 mon960)
709 basic_machine=i960-intel
710 os=-mon960
711 ;;
40583571
DL
712 nonstopux)
713 basic_machine=mips-compaq
714 os=-nonstopux
715 ;;
e65767df
RS
716 np1)
717 basic_machine=np1-gould
fb955dfa 718 ;;
40583571
DL
719 nsr-tandem)
720 basic_machine=nsr-tandem
721 ;;
e3d1469c
BE
722 op50n-* | op60c-*)
723 basic_machine=hppa1.1-oki
724 os=-proelf
725 ;;
4e405419
PE
726 or32 | or32-*)
727 basic_machine=or32-unknown
728 os=-coff
729 ;;
e3d1469c
BE
730 OSE68000 | ose68000)
731 basic_machine=m68000-ericsson
732 os=-ose
733 ;;
734 os68k)
735 basic_machine=m68k-none
736 os=-os68k
737 ;;
e65767df
RS
738 pa-hitachi)
739 basic_machine=hppa1.1-hitachi
740 os=-hiuxwe2
fb955dfa 741 ;;
e65767df
RS
742 paragon)
743 basic_machine=i860-intel
744 os=-osf
fb955dfa 745 ;;
e65767df
RS
746 pbd)
747 basic_machine=sparc-tti
fb955dfa 748 ;;
e65767df
RS
749 pbb)
750 basic_machine=m68k-tti
fb955dfa 751 ;;
8c95f450 752 pc532 | pc532-*)
d73a2260 753 basic_machine=ns32k-pc532
fb955dfa 754 ;;
4e405419 755 pentium | p5 | k5 | k6 | nexgen | viac3)
5448c0cc 756 basic_machine=i586-pc
3cbdcdc7 757 ;;
8c95f450 758 pentiumpro | p6 | 6x86 | athlon | athlon_*)
5448c0cc 759 basic_machine=i686-pc
1bdabbcd 760 ;;
5448c0cc 761 pentiumii | pentium2)
40583571 762 basic_machine=i686-pc
5448c0cc 763 ;;
4e405419 764 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
3cbdcdc7
MM
765 basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
766 ;;
40583571 767 pentiumpro-* | p6-* | 6x86-* | athlon-*)
1bdabbcd
SC
768 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
769 ;;
5448c0cc 770 pentiumii-* | pentium2-*)
40583571 771 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
1ee245eb 772 ;;
e65767df
RS
773 pn)
774 basic_machine=pn-gould
775 ;;
4e405419 776 power) basic_machine=power-ibm
3cbdcdc7
MM
777 ;;
778 ppc) basic_machine=powerpc-unknown
8c95f450 779 ;;
3cbdcdc7
MM
780 ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
781 ;;
782 ppcle | powerpclittle | ppc-le | powerpc-little)
783 basic_machine=powerpcle-unknown
8c95f450 784 ;;
3cbdcdc7
MM
785 ppcle-* | powerpclittle-*)
786 basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
787 ;;
4e405419 788 ppc64) basic_machine=powerpc64-unknown
8c95f450 789 ;;
4e405419
PE
790 ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
791 ;;
792 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
793 basic_machine=powerpc64le-unknown
8c95f450 794 ;;
4e405419
PE
795 ppc64le-* | powerpc64little-*)
796 basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
797 ;;
e65767df
RS
798 ps2)
799 basic_machine=i386-ibm
800 ;;
4e405419
PE
801 pw32)
802 basic_machine=i586-unknown
803 os=-pw32
804 ;;
e3d1469c
BE
805 rom68k)
806 basic_machine=m68k-rom68k
807 os=-coff
808 ;;
3e9430d9
RS
809 rm[46]00)
810 basic_machine=mips-siemens
811 ;;
e65767df
RS
812 rtpc | rtpc-*)
813 basic_machine=romp-ibm
814 ;;
4e405419
PE
815 s390 | s390-*)
816 basic_machine=s390-ibm
817 ;;
818 s390x | s390x-*)
819 basic_machine=s390x-ibm
820 ;;
e3d1469c
BE
821 sa29200)
822 basic_machine=a29k-amd
823 os=-udi
824 ;;
8c95f450
JB
825 sb1)
826 basic_machine=mipsisa64sb1-unknown
827 ;;
828 sb1el)
829 basic_machine=mipsisa64sb1el-unknown
830 ;;
b7f0280f
RK
831 sequent)
832 basic_machine=i386-sequent
833 ;;
e65767df
RS
834 sh)
835 basic_machine=sh-hitachi
836 os=-hms
ac1e607f 837 ;;
4e405419 838 sparclite-wrs | simso-wrs)
e3d1469c
BE
839 basic_machine=sparclite-wrs
840 os=-vxworks
841 ;;
ac1e607f
JB
842 sps7)
843 basic_machine=m68k-bull
844 os=-sysv2
fb955dfa 845 ;;
e65767df
RS
846 spur)
847 basic_machine=spur-unknown
fb955dfa 848 ;;
e3d1469c
BE
849 st2000)
850 basic_machine=m68k-tandem
851 ;;
852 stratus)
853 basic_machine=i860-stratus
854 os=-sysv4
855 ;;
e65767df
RS
856 sun2)
857 basic_machine=m68000-sun
d63887ad 858 ;;
e65767df
RS
859 sun2os3)
860 basic_machine=m68000-sun
861 os=-sunos3
fb955dfa 862 ;;
e65767df
RS
863 sun2os4)
864 basic_machine=m68000-sun
865 os=-sunos4
fb955dfa 866 ;;
e65767df
RS
867 sun3os3)
868 basic_machine=m68k-sun
869 os=-sunos3
fb955dfa 870 ;;
e65767df
RS
871 sun3os4)
872 basic_machine=m68k-sun
873 os=-sunos4
fb955dfa 874 ;;
e65767df
RS
875 sun4os3)
876 basic_machine=sparc-sun
877 os=-sunos3
fb955dfa 878 ;;
e65767df
RS
879 sun4os4)
880 basic_machine=sparc-sun
881 os=-sunos4
fb955dfa 882 ;;
fa2b2917
DE
883 sun4sol2)
884 basic_machine=sparc-sun
885 os=-solaris2
886 ;;
275cb364 887 sun3 | sun3-*)
e65767df 888 basic_machine=m68k-sun
fb955dfa 889 ;;
e65767df
RS
890 sun4)
891 basic_machine=sparc-sun
fb955dfa 892 ;;
e65767df
RS
893 sun386 | sun386i | roadrunner)
894 basic_machine=i386-sun
fb955dfa 895 ;;
8c95f450 896 sv1)
3a27fa96
GM
897 basic_machine=sv1-cray
898 os=-unicos
899 ;;
e65767df
RS
900 symmetry)
901 basic_machine=i386-sequent
902 os=-dynix
fb955dfa 903 ;;
4e405419
PE
904 t3d)
905 basic_machine=alpha-cray
906 os=-unicos
907 ;;
e3d1469c 908 t3e)
4e405419
PE
909 basic_machine=alphaev5-cray
910 os=-unicos
911 ;;
912 t90)
913 basic_machine=t90-cray
e3d1469c
BE
914 os=-unicos
915 ;;
8c95f450
JB
916 tic4x | c4x*)
917 basic_machine=tic4x-unknown
918 os=-coff
919 ;;
40583571
DL
920 tic54x | c54x*)
921 basic_machine=tic54x-unknown
922 os=-coff
923 ;;
ddee363a
JL
924 tx39)
925 basic_machine=mipstx39-unknown
926 ;;
927 tx39el)
928 basic_machine=mipstx39el-unknown
929 ;;
4e405419
PE
930 toad1)
931 basic_machine=pdp10-xkl
932 os=-tops20
933 ;;
e65767df
RS
934 tower | tower-32)
935 basic_machine=m68k-ncr
fb955dfa 936 ;;
051d1419
DE
937 udi29k)
938 basic_machine=a29k-amd
939 os=-udi
940 ;;
fb955dfa
RS
941 ultra3)
942 basic_machine=a29k-nyu
943 os=-sym1
944 ;;
e3d1469c
BE
945 v810 | necv810)
946 basic_machine=v810-nec
947 os=-none
948 ;;
e65767df
RS
949 vaxv)
950 basic_machine=vax-dec
951 os=-sysv
952 ;;
953 vms)
954 basic_machine=vax-dec
955 os=-vms
956 ;;
1b152a5d 957 vpp*|vx|vx-*)
8c95f450
JB
958 basic_machine=f301-fujitsu
959 ;;
fb955dfa
RS
960 vxworks960)
961 basic_machine=i960-wrs
962 os=-vxworks
963 ;;
964 vxworks68)
965 basic_machine=m68k-wrs
966 os=-vxworks
967 ;;
0e2d2f37
DE
968 vxworks29k)
969 basic_machine=a29k-wrs
970 os=-vxworks
971 ;;
e3d1469c
BE
972 w65*)
973 basic_machine=w65-wdc
974 os=-none
975 ;;
976 w89k-*)
977 basic_machine=hppa1.1-winbond
978 os=-proelf
979 ;;
8c95f450 980 xps | xps100)
efc3fd67
JB
981 basic_machine=xps100-honeywell
982 ;;
4e405419
PE
983 ymp)
984 basic_machine=ymp-cray
985 os=-unicos
986 ;;
e3d1469c
BE
987 z8k-*-coff)
988 basic_machine=z8k-unknown
989 os=-sim
68f39654 990 ;;
fb955dfa
RS
991 none)
992 basic_machine=none-none
993 os=-none
994 ;;
995
996# Here we handle the default manufacturer of certain CPU types. It is in
997# some cases the only manufacturer, in others, it is the most popular.
e3d1469c
BE
998 w89k)
999 basic_machine=hppa1.1-winbond
1000 ;;
1001 op50n)
1002 basic_machine=hppa1.1-oki
1003 ;;
1004 op60c)
1005 basic_machine=hppa1.1-oki
1006 ;;
fb955dfa
RS
1007 romp)
1008 basic_machine=romp-ibm
1009 ;;
1010 rs6000)
1011 basic_machine=rs6000-ibm
1012 ;;
1013 vax)
1014 basic_machine=vax-dec
1015 ;;
4e405419
PE
1016 pdp10)
1017 # there are many clones, so DEC is not a safe bet
1018 basic_machine=pdp10-unknown
1019 ;;
c157a899
RK
1020 pdp11)
1021 basic_machine=pdp11-dec
1022 ;;
3c9da312
RS
1023 we32k)
1024 basic_machine=we32k-att
1025 ;;
8c95f450 1026 sh3 | sh4 | sh3eb | sh4eb | sh[1234]le | sh3ele)
40583571
DL
1027 basic_machine=sh-unknown
1028 ;;
4e405419
PE
1029 sh64)
1030 basic_machine=sh64-unknown
1031 ;;
1032 sparc | sparcv9 | sparcv9b)
fb955dfa
RS
1033 basic_machine=sparc-sun
1034 ;;
8c95f450 1035 cydra)
efc3fd67
JB
1036 basic_machine=cydra-cydrome
1037 ;;
1038 orion)
1039 basic_machine=orion-highlevel
1040 ;;
1041 orion105)
1042 basic_machine=clipper-highlevel
1043 ;;
e3d1469c
BE
1044 mac | mpw | mac-mpw)
1045 basic_machine=m68k-apple
1046 ;;
1047 pmac | pmac-mpw)
1048 basic_machine=powerpc-apple
1049 ;;
4e405419
PE
1050 *-unknown)
1051 # Make sure to match an already-canonicalized machine name.
1052 ;;
fb955dfa
RS
1053 *)
1054 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1055 exit 1
1056 ;;
1057esac
1058
1059# Here we canonicalize certain aliases for manufacturers.
1060case $basic_machine in
1061 *-digital*)
1062 basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
1063 ;;
1064 *-commodore*)
1065 basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
1066 ;;
1067 *)
1068 ;;
1069esac
1070
1071# Decode manufacturer-specific aliases for certain operating systems.
1072
51b3c82f 1073if [ x"$os" != x"" ]
fb955dfa
RS
1074then
1075case $os in
39110bdb
RK
1076 # First match some system type aliases
1077 # that might get confused with valid system types.
ca8efa98
RS
1078 # -solaris* is a basic system type, with this one exception.
1079 -solaris1 | -solaris1.*)
1080 os=`echo $os | sed -e 's|solaris1|sunos4|'`
1081 ;;
f920529b
DE
1082 -solaris)
1083 os=-solaris2
1084 ;;
6d9cc10e 1085 -svr4*)
aa341c40
RK
1086 os=-sysv4
1087 ;;
6d9cc10e
RS
1088 -unixware*)
1089 os=-sysv4.2uw
1090 ;;
412239cc 1091 -gnu/linux*)
39110bdb 1092 os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
412239cc 1093 ;;
fb955dfa
RS
1094 # First accept the basic system types.
1095 # The portable systems comes first.
56940d28 1096 # Each alternative MUST END IN A *, to match a version number.
74da8749 1097 # -sysv* is not here because it comes later, after sysvr4.
aab72f07 1098 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
40c3d4ae 1099 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
bacafaf1 1100 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
222ef66f 1101 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
576e9f39 1102 | -aos* \
dc04f89b
RK
1103 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1104 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
dd1aafd0 1105 | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
e3d1469c 1106 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
56940d28 1107 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
407d2741 1108 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
4e405419 1109 | -chorusos* | -chorusrdb* \
a9bc66c2 1110 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
e3d1469c 1111 | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
8c95f450 1112 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
4e405419
PE
1113 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1114 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1115 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
8c95f450
JB
1116 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1117 | -powermax* | -dnix*)
56940d28 1118 # Remember, each alternative MUST END IN *, to match a version number.
fb955dfa 1119 ;;
40583571
DL
1120 -qnx*)
1121 case $basic_machine in
4e405419 1122 x86-* | i*86-*)
40583571
DL
1123 ;;
1124 *)
1125 os=-nto$os
1126 ;;
1127 esac
1128 ;;
1129 -nto*)
1130 os=-nto-qnx
1131 ;;
e3d1469c
BE
1132 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1133 | -windows* | -osx | -abug | -netware* | -os9* | -beos* \
3a27fa96 1134 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
e3d1469c
BE
1135 ;;
1136 -mac*)
1137 os=`echo $os | sed -e 's|mac|macos|'`
1138 ;;
39110bdb
RK
1139 -linux*)
1140 os=`echo $os | sed -e 's|linux|linux-gnu|'`
1141 ;;
ca8efa98
RS
1142 -sunos5*)
1143 os=`echo $os | sed -e 's|sunos5|solaris2|'`
1144 ;;
1145 -sunos6*)
1146 os=`echo $os | sed -e 's|sunos6|solaris3|'`
1147 ;;
3a27fa96
GM
1148 -opened*)
1149 os=-openedition
1150 ;;
1151 -wince*)
1152 os=-wince
1153 ;;
fb955dfa 1154 -osfrose*)
6d95ff37 1155 os=-osfrose
fb955dfa
RS
1156 ;;
1157 -osf*)
6d95ff37 1158 os=-osf
fb955dfa 1159 ;;
24616137
CH
1160 -utek*)
1161 os=-bsd
1162 ;;
fb955dfa
RS
1163 -dynix*)
1164 os=-bsd
1165 ;;
1166 -acis*)
1167 os=-aos
1168 ;;
4e405419
PE
1169 -atheos*)
1170 os=-atheos
1171 ;;
e3d1469c
BE
1172 -386bsd)
1173 os=-bsd
1174 ;;
fb955dfa
RS
1175 -ctix* | -uts*)
1176 os=-sysv
1177 ;;
4e405419
PE
1178 -nova*)
1179 os=-rtmk-nova
1180 ;;
9b30450e 1181 -ns2 )
8c95f450 1182 os=-nextstep2
9b30450e 1183 ;;
40583571
DL
1184 -nsk*)
1185 os=-nsk
1186 ;;
3e9430d9
RS
1187 # Preserve the version number of sinix5.
1188 -sinix5.*)
1189 os=`echo $os | sed -e 's|sinix|sysv|'`
1190 ;;
1191 -sinix*)
1192 os=-sysv4
1193 ;;
fb955dfa
RS
1194 -triton*)
1195 os=-sysv3
1196 ;;
1197 -oss*)
1198 os=-sysv3
1199 ;;
1200 -svr4)
1201 os=-sysv4
1202 ;;
74da8749
RS
1203 -svr3)
1204 os=-sysv3
1205 ;;
e294d0c3
RS
1206 -sysvr4)
1207 os=-sysv4
1208 ;;
74da8749
RS
1209 # This must come after -sysvr4.
1210 -sysv*)
fb955dfa 1211 ;;
e3d1469c
BE
1212 -ose*)
1213 os=-ose
1214 ;;
1215 -es1800*)
1216 os=-ose
1217 ;;
c809458b
JB
1218 -xenix)
1219 os=-xenix
1220 ;;
8c95f450
JB
1221 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1222 os=-mint
68f39654 1223 ;;
955e036a
RS
1224 -none)
1225 ;;
fb955dfa
RS
1226 *)
1227 # Get rid of the `-' at the beginning of $os.
9f5aed1b 1228 os=`echo $os | sed 's/[^-]*-//'`
fb955dfa
RS
1229 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
1230 exit 1
1231 ;;
1232esac
1233else
1234
1235# Here we handle the default operating systems that come with various machines.
1236# The value should be what the vendor currently ships out the door with their
1237# machine or put another way, the most popular os provided with the machine.
efc3fd67
JB
1238
1239# Note that if you're going to try to match "-MANUFACTURER" here (say,
1240# "-sun"), then you have to tell the case statement up towards the top
1241# that MANUFACTURER isn't an operating system. Otherwise, code above
1242# will signal an error saying that MANUFACTURER isn't an operating
1243# system, and we'll never get to this point.
1244
fb955dfa 1245case $basic_machine in
77ba1f30
ESB
1246 *-acorn)
1247 os=-riscix1.2
1248 ;;
3a27fa96 1249 arm*-rebel)
72e8143c
BE
1250 os=-linux
1251 ;;
5960289b
ESB
1252 arm*-semi)
1253 os=-aout
1254 ;;
4e405419
PE
1255 # This must come before the *-dec entry.
1256 pdp10-*)
1257 os=-tops20
1258 ;;
8c95f450 1259 pdp11-*)
c157a899
RK
1260 os=-none
1261 ;;
fb955dfa 1262 *-dec | vax-*)
60597872 1263 os=-ultrix4.2
fb955dfa 1264 ;;
a9f32bf3
RS
1265 m68*-apollo)
1266 os=-domain
1267 ;;
fb955dfa 1268 i386-sun)
60597872 1269 os=-sunos4.0.2
fb955dfa
RS
1270 ;;
1271 m68000-sun)
1272 os=-sunos3
1273 # This also exists in the configure program, but was not the
1274 # default.
1275 # os=-sunos4
1276 ;;
e3d1469c
BE
1277 m68*-cisco)
1278 os=-aout
1279 ;;
1280 mips*-cisco)
1281 os=-elf
1282 ;;
1283 mips*-*)
1284 os=-elf
1285 ;;
4e405419
PE
1286 or32-*)
1287 os=-coff
1288 ;;
fb955dfa
RS
1289 *-tti) # must be before sparc entry or we get the wrong os.
1290 os=-sysv3
1291 ;;
1292 sparc-* | *-sun)
60597872 1293 os=-sunos4.1.1
fb955dfa 1294 ;;
93eaded8
RS
1295 *-be)
1296 os=-beos
1297 ;;
fb955dfa
RS
1298 *-ibm)
1299 os=-aix
1300 ;;
e3d1469c
BE
1301 *-wec)
1302 os=-proelf
1303 ;;
1304 *-winbond)
1305 os=-proelf
1306 ;;
1307 *-oki)
1308 os=-proelf
1309 ;;
fb955dfa
RS
1310 *-hp)
1311 os=-hpux
1312 ;;
9e976cfa
RK
1313 *-hitachi)
1314 os=-hiux
1315 ;;
efc3fd67 1316 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
fb955dfa
RS
1317 os=-sysv
1318 ;;
1319 *-cbm)
576e9f39 1320 os=-amigaos
fb955dfa
RS
1321 ;;
1322 *-dg)
1323 os=-dgux
1324 ;;
1325 *-dolphin)
1326 os=-sysv3
1327 ;;
1ee245eb
RS
1328 m68k-ccur)
1329 os=-rtu
1330 ;;
fb955dfa
RS
1331 m88k-omron*)
1332 os=-luna
1333 ;;
9b30450e
RS
1334 *-next )
1335 os=-nextstep
1336 ;;
9ac65684 1337 *-sequent)
b7f0280f 1338 os=-ptx
9ac65684 1339 ;;
fb955dfa
RS
1340 *-crds)
1341 os=-unos
1342 ;;
1343 *-ns)
1344 os=-genix
1345 ;;
f449890c
RS
1346 i370-*)
1347 os=-mvs
1348 ;;
88013905 1349 *-next)
a975e06d 1350 os=-nextstep3
88013905 1351 ;;
8c95f450 1352 *-gould)
efc3fd67
JB
1353 os=-sysv
1354 ;;
8c95f450 1355 *-highlevel)
efc3fd67
JB
1356 os=-bsd
1357 ;;
1358 *-encore)
1359 os=-bsd
1360 ;;
8c95f450 1361 *-sgi)
efc3fd67
JB
1362 os=-irix
1363 ;;
8c95f450 1364 *-siemens)
3e9430d9
RS
1365 os=-sysv4
1366 ;;
efc3fd67
JB
1367 *-masscomp)
1368 os=-rtu
1369 ;;
4e405419 1370 f30[01]-fujitsu | f700-fujitsu)
f440d049
DM
1371 os=-uxpv
1372 ;;
e3d1469c
BE
1373 *-rom68k)
1374 os=-coff
1375 ;;
1376 *-*bug)
1377 os=-coff
1378 ;;
1379 *-apple)
1380 os=-macos
1381 ;;
68f39654
BE
1382 *-atari*)
1383 os=-mint
1384 ;;
fb955dfa
RS
1385 *)
1386 os=-none
1387 ;;
1388esac
1389fi
1390
1391# Here we handle the case where we know the os, and the CPU type, but not the
1392# manufacturer. We pick the logical manufacturer.
1393vendor=unknown
1394case $basic_machine in
1395 *-unknown)
1396 case $os in
77ba1f30
ESB
1397 -riscix*)
1398 vendor=acorn
1399 ;;
fb955dfa
RS
1400 -sunos*)
1401 vendor=sun
1402 ;;
1403 -aix*)
1404 vendor=ibm
1405 ;;
e3d1469c
BE
1406 -beos*)
1407 vendor=be
fb955dfa 1408 ;;
e3d1469c 1409 -hpux*)
65cb17d5
ILT
1410 vendor=hp
1411 ;;
72e8143c
BE
1412 -mpeix*)
1413 vendor=hp
1414 ;;
9e976cfa
RK
1415 -hiux*)
1416 vendor=hitachi
1417 ;;
fb955dfa
RS
1418 -unos*)
1419 vendor=crds
1420 ;;
1421 -dgux*)
1422 vendor=dg
1423 ;;
1424 -luna*)
1425 vendor=omron
1426 ;;
1427 -genix*)
1428 vendor=ns
1429 ;;
3a27fa96 1430 -mvs* | -opened*)
f449890c
RS
1431 vendor=ibm
1432 ;;
b7f0280f
RK
1433 -ptx*)
1434 vendor=sequent
1435 ;;
4e405419 1436 -vxsim* | -vxworks* | -windiss*)
602b4a3e
DE
1437 vendor=wrs
1438 ;;
7a694abe
ILT
1439 -aux*)
1440 vendor=apple
7f154406 1441 ;;
e3d1469c
BE
1442 -hms*)
1443 vendor=hitachi
1444 ;;
1445 -mpw* | -macos*)
1446 vendor=apple
1447 ;;
4e405419 1448 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
68f39654
BE
1449 vendor=atari
1450 ;;
4e405419
PE
1451 -vos*)
1452 vendor=stratus
1453 ;;
fb955dfa
RS
1454 esac
1455 basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
1456 ;;
1457esac
1458
1459echo $basic_machine$os
40583571
DL
1460exit 0
1461
1462# Local variables:
1463# eval: (add-hook 'write-file-hooks 'time-stamp)
4e405419 1464# time-stamp-start: "timestamp='"
40583571
DL
1465# time-stamp-format: "%:y-%02m-%02d"
1466# time-stamp-end: "'"
1467# End: