config.sub
上传用户:nilegod
上传日期:2007-01-08
资源大小:220k
文件大小:24k
源码类别:

网络截获/分析

开发平台:

C/C++

  1. #! /bin/sh
  2. # Configuration validation subroutine script, version 1.1.
  3. #   Copyright (C) 1991, 92-97, 1998, 1999 Free Software Foundation, Inc.
  4. # This file is (in principle) common to ALL GNU software.
  5. # The presence of a machine in this file suggests that SOME GNU software
  6. # can handle that machine.  It does not imply ALL GNU software can.
  7. #
  8. # This file is free software; you can redistribute it and/or modify
  9. # it under the terms of the GNU General Public License as published by
  10. # the Free Software Foundation; either version 2 of the License, or
  11. # (at your option) any later version.
  12. #
  13. # This program is distributed in the hope that it will be useful,
  14. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16. # GNU General Public License for more details.
  17. #
  18. # You should have received a copy of the GNU General Public License
  19. # along with this program; if not, write to the Free Software
  20. # Foundation, Inc., 59 Temple Place - Suite 330,
  21. # Boston, MA 02111-1307, USA.
  22. # As a special exception to the GNU General Public License, if you
  23. # distribute this file as part of a program that contains a
  24. # configuration script generated by Autoconf, you may include it under
  25. # the same distribution terms that you use for the rest of that program.
  26. # Configuration subroutine to validate and canonicalize a configuration type.
  27. # Supply the specified configuration type as an argument.
  28. # If it is invalid, we print an error message on stderr and exit with code 1.
  29. # Otherwise, we print the canonical config type on stdout and succeed.
  30. # This file is supposed to be the same for all GNU packages
  31. # and recognize all the CPU types, system types and aliases
  32. # that are meaningful with *any* GNU software.
  33. # Each package is responsible for reporting which valid configurations
  34. # it does not support.  The user should be able to distinguish
  35. # a failure to support a valid configuration from a meaningless
  36. # configuration.
  37. # The goal of this file is to map all the various variations of a given
  38. # machine specification into a single specification in the form:
  39. # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
  40. # or in some cases, the newer four-part form:
  41. # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
  42. # It is wrong to echo any other type of specification.
  43. if [ x$1 = x ]
  44. then
  45. echo Configuration name missing. 1>&2
  46. echo "Usage: $0 CPU-MFR-OPSYS" 1>&2
  47. echo "or     $0 ALIAS" 1>&2
  48. echo where ALIAS is a recognized configuration type. 1>&2
  49. exit 1
  50. fi
  51. # First pass through any local machine types.
  52. case $1 in
  53. *local*)
  54. echo $1
  55. exit 0
  56. ;;
  57. *)
  58. ;;
  59. esac
  60. # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
  61. # Here we must recognize all the valid KERNEL-OS combinations.
  62. maybe_os=`echo $1 | sed 's/^(.*)-([^-]*-[^-]*)$/2/'`
  63. case $maybe_os in
  64.   linux-gnu*)
  65.     os=-$maybe_os
  66.     basic_machine=`echo $1 | sed 's/^(.*)-([^-]*-[^-]*)$/1/'`
  67.     ;;
  68.   *)
  69.     basic_machine=`echo $1 | sed 's/-[^-]*$//'`
  70.     if [ $basic_machine != $1 ]
  71.     then os=`echo $1 | sed 's/.*-/-/'`
  72.     else os=; fi
  73.     ;;
  74. esac
  75. ### Let's recognize common machines as not being operating systems so
  76. ### that things like config.sub decstation-3100 work.  We also
  77. ### recognize some manufacturers as not being operating systems, so we
  78. ### can provide default operating systems below.
  79. case $os in
  80. -sun*os*)
  81. # Prevent following clause from handling this invalid input.
  82. ;;
  83. -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | 
  84. -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | 
  85. -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | 
  86. -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |
  87. -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | 
  88. -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | 
  89. -apple)
  90. os=
  91. basic_machine=$1
  92. ;;
  93. -sim | -cisco | -oki | -wec | -winbond)
  94. os=
  95. basic_machine=$1
  96. ;;
  97. -scout)
  98. ;;
  99. -wrs)
  100. os=-vxworks
  101. basic_machine=$1
  102. ;;
  103. -hiux*)
  104. os=-hiuxwe2
  105. ;;
  106. -sco5)
  107. os=-sco3.2v5
  108. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
  109. ;;
  110. -sco4)
  111. os=-sco3.2v4
  112. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
  113. ;;
  114. -sco3.2.[4-9]*)
  115. os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
  116. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
  117. ;;
  118. -sco3.2v[4-9]*)
  119. # Don't forget version if it is 3.2v4 or newer.
  120. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
  121. ;;
  122. -sco*)
  123. os=-sco3.2v2
  124. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
  125. ;;
  126. -udk*)
  127. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
  128. ;;
  129. -isc)
  130. os=-isc2.2
  131. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
  132. ;;
  133. -clix*)
  134. basic_machine=clipper-intergraph
  135. ;;
  136. -isc*)
  137. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
  138. ;;
  139. -lynx*)
  140. os=-lynxos
  141. ;;
  142. -ptx*)
  143. basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
  144. ;;
  145. -windowsnt*)
  146. os=`echo $os | sed -e 's/windowsnt/winnt/'`
  147. ;;
  148. -psos*)
  149. os=-psos
  150. ;;
  151. -mint | -mint[0-9]*)
  152. basic_machine=m68k-atari
  153. os=-mint
  154. ;;
  155. esac
  156. # Decode aliases for certain CPU-COMPANY combinations.
  157. case $basic_machine in
  158. # Recognize the basic CPU types without company name.
  159. # Some are omitted here because they have special meanings below.
  160. tahoe | i860 | ia64 | m32r | m68k | m68000 | m88k | ns32k | arc | arm 
  161. | arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k 
  162. | 580 | i960 | h8300 
  163. | hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n 
  164. | alpha | alphaev[4-7] | alphaev56 | alphapca5[67] 
  165. | we32k | ns16k | clipper | i370 | sh | powerpc | powerpcle 
  166. | 1750a | dsp16xx | pdp11 | mips16 | mips64 | mipsel | mips64el 
  167. | mips64orion | mips64orionel | mipstx39 | mipstx39el 
  168. | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el 
  169. | mips64vr5000 | miprs64vr5000el | mcore 
  170. | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x 
  171. | thumb | d10v | fr30)
  172. basic_machine=$basic_machine-unknown
  173. ;;
  174. m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | z8k | v70 | h8500 | w65 | pj | pjl)
  175. ;;
  176. # We use `pc' rather than `unknown'
  177. # because (1) that's what they normally are, and
  178. # (2) the word "unknown" tends to confuse beginning users.
  179. i[34567]86)
  180.   basic_machine=$basic_machine-pc
  181.   ;;
  182. # Object if more than one company name word.
  183. *-*-*)
  184. echo Invalid configuration `$1': machine `$basic_machine' not recognized 1>&2
  185. exit 1
  186. ;;
  187. # Recognize the basic CPU types with company name.
  188. # FIXME: clean up the formatting here.
  189. vax-* | tahoe-* | i[34567]86-* | i860-* | ia64-* | m32r-* | m68k-* | m68000-* 
  190.       | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* 
  191.       | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* 
  192.       | power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* 
  193.       | xmp-* | ymp-* 
  194.       | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0w-* | hppa2.0n-* 
  195.       | alpha-* | alphaev[4-7]-* | alphaev56-* | alphapca5[67]-* 
  196.       | we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* 
  197.       | clipper-* | orion-* 
  198.       | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* 
  199.       | sparc64-* | sparcv9-* | sparc86x-* | mips16-* | mips64-* | mipsel-* 
  200.       | mips64el-* | mips64orion-* | mips64orionel-* 
  201.       | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* 
  202.       | mipstx39-* | mipstx39el-* | mcore-* 
  203.       | f301-* | armv*-* | t3e-* 
  204.       | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* 
  205.       | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* )
  206. ;;
  207. # Recognize the various machine names and aliases which stand
  208. # for a CPU type and a company and sometimes even an OS.
  209. 386bsd)
  210. basic_machine=i386-unknown
  211. os=-bsd
  212. ;;
  213. 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
  214. basic_machine=m68000-att
  215. ;;
  216. 3b*)
  217. basic_machine=we32k-att
  218. ;;
  219. a29khif)
  220. basic_machine=a29k-amd
  221. os=-udi
  222. ;;
  223. adobe68k)
  224. basic_machine=m68010-adobe
  225. os=-scout
  226. ;;
  227. alliant | fx80)
  228. basic_machine=fx80-alliant
  229. ;;
  230. altos | altos3068)
  231. basic_machine=m68k-altos
  232. ;;
  233. am29k)
  234. basic_machine=a29k-none
  235. os=-bsd
  236. ;;
  237. amdahl)
  238. basic_machine=580-amdahl
  239. os=-sysv
  240. ;;
  241. amiga | amiga-*)
  242. basic_machine=m68k-cbm
  243. ;;
  244. amigaos | amigados)
  245. basic_machine=m68k-cbm
  246. os=-amigaos
  247. ;;
  248. amigaunix | amix)
  249. basic_machine=m68k-cbm
  250. os=-sysv4
  251. ;;
  252. apollo68)
  253. basic_machine=m68k-apollo
  254. os=-sysv
  255. ;;
  256. apollo68bsd)
  257. basic_machine=m68k-apollo
  258. os=-bsd
  259. ;;
  260. aux)
  261. basic_machine=m68k-apple
  262. os=-aux
  263. ;;
  264. balance)
  265. basic_machine=ns32k-sequent
  266. os=-dynix
  267. ;;
  268. convex-c1)
  269. basic_machine=c1-convex
  270. os=-bsd
  271. ;;
  272. convex-c2)
  273. basic_machine=c2-convex
  274. os=-bsd
  275. ;;
  276. convex-c32)
  277. basic_machine=c32-convex
  278. os=-bsd
  279. ;;
  280. convex-c34)
  281. basic_machine=c34-convex
  282. os=-bsd
  283. ;;
  284. convex-c38)
  285. basic_machine=c38-convex
  286. os=-bsd
  287. ;;
  288. cray | ymp)
  289. basic_machine=ymp-cray
  290. os=-unicos
  291. ;;
  292. cray2)
  293. basic_machine=cray2-cray
  294. os=-unicos
  295. ;;
  296. [ctj]90-cray)
  297. basic_machine=c90-cray
  298. os=-unicos
  299. ;;
  300. crds | unos)
  301. basic_machine=m68k-crds
  302. ;;
  303. da30 | da30-*)
  304. basic_machine=m68k-da30
  305. ;;
  306. decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  307. basic_machine=mips-dec
  308. ;;
  309. delta | 3300 | motorola-3300 | motorola-delta 
  310.       | 3300-motorola | delta-motorola)
  311. basic_machine=m68k-motorola
  312. ;;
  313. delta88)
  314. basic_machine=m88k-motorola
  315. os=-sysv3
  316. ;;
  317. dpx20 | dpx20-*)
  318. basic_machine=rs6000-bull
  319. os=-bosx
  320. ;;
  321. dpx2* | dpx2*-bull)
  322. basic_machine=m68k-bull
  323. os=-sysv3
  324. ;;
  325. ebmon29k)
  326. basic_machine=a29k-amd
  327. os=-ebmon
  328. ;;
  329. elxsi)
  330. basic_machine=elxsi-elxsi
  331. os=-bsd
  332. ;;
  333. encore | umax | mmax)
  334. basic_machine=ns32k-encore
  335. ;;
  336. es1800 | OSE68k | ose68k | ose | OSE)
  337. basic_machine=m68k-ericsson
  338. os=-ose
  339. ;;
  340. fx2800)
  341. basic_machine=i860-alliant
  342. ;;
  343. genix)
  344. basic_machine=ns32k-ns
  345. ;;
  346. gmicro)
  347. basic_machine=tron-gmicro
  348. os=-sysv
  349. ;;
  350. h3050r* | hiux*)
  351. basic_machine=hppa1.1-hitachi
  352. os=-hiuxwe2
  353. ;;
  354. h8300hms)
  355. basic_machine=h8300-hitachi
  356. os=-hms
  357. ;;
  358. h8300xray)
  359. basic_machine=h8300-hitachi
  360. os=-xray
  361. ;;
  362. h8500hms)
  363. basic_machine=h8500-hitachi
  364. os=-hms
  365. ;;
  366. harris)
  367. basic_machine=m88k-harris
  368. os=-sysv3
  369. ;;
  370. hp300-*)
  371. basic_machine=m68k-hp
  372. ;;
  373. hp300bsd)
  374. basic_machine=m68k-hp
  375. os=-bsd
  376. ;;
  377. hp300hpux)
  378. basic_machine=m68k-hp
  379. os=-hpux
  380. ;;
  381. hp3k9[0-9][0-9] | hp9[0-9][0-9])
  382. basic_machine=hppa1.0-hp
  383. ;;
  384. hp9k2[0-9][0-9] | hp9k31[0-9])
  385. basic_machine=m68000-hp
  386. ;;
  387. hp9k3[2-9][0-9])
  388. basic_machine=m68k-hp
  389. ;;
  390. hp9k6[0-9][0-9] | hp6[0-9][0-9])
  391. basic_machine=hppa1.0-hp
  392. ;;
  393. hp9k7[0-79][0-9] | hp7[0-79][0-9])
  394. basic_machine=hppa1.1-hp
  395. ;;
  396. hp9k78[0-9] | hp78[0-9])
  397. # FIXME: really hppa2.0-hp
  398. basic_machine=hppa1.1-hp
  399. ;;
  400. hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
  401. # FIXME: really hppa2.0-hp
  402. basic_machine=hppa1.1-hp
  403. ;;
  404. hp9k8[0-9][13679] | hp8[0-9][13679])
  405. basic_machine=hppa1.1-hp
  406. ;;
  407. hp9k8[0-9][0-9] | hp8[0-9][0-9])
  408. basic_machine=hppa1.0-hp
  409. ;;
  410. hppa-next)
  411. os=-nextstep3
  412. ;;
  413. hppaosf)
  414. basic_machine=hppa1.1-hp
  415. os=-osf
  416. ;;
  417. hppro)
  418. basic_machine=hppa1.1-hp
  419. os=-proelf
  420. ;;
  421. i370-ibm* | ibm*)
  422. basic_machine=i370-ibm
  423. ;;
  424. # I'm not sure what "Sysv32" means.  Should this be sysv3.2?
  425. i[34567]86v32)
  426. basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
  427. os=-sysv32
  428. ;;
  429. i[34567]86v4*)
  430. basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
  431. os=-sysv4
  432. ;;
  433. i[34567]86v)
  434. basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
  435. os=-sysv
  436. ;;
  437. i[34567]86sol2)
  438. basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
  439. os=-solaris2
  440. ;;
  441. i386mach)
  442. basic_machine=i386-mach
  443. os=-mach
  444. ;;
  445. i386-vsta | vsta)
  446. basic_machine=i386-unknown
  447. os=-vsta
  448. ;;
  449. i386-go32 | go32)
  450. basic_machine=i386-unknown
  451. os=-go32
  452. ;;
  453. i386-mingw32 | mingw32)
  454. basic_machine=i386-unknown
  455. os=-mingw32
  456. ;;
  457. i386-qnx | qnx)
  458. basic_machine=i386-qnx
  459. ;;
  460. iris | iris4d)
  461. basic_machine=mips-sgi
  462. case $os in
  463.     -irix*)
  464. ;;
  465.     *)
  466. os=-irix4
  467. ;;
  468. esac
  469. ;;
  470. isi68 | isi)
  471. basic_machine=m68k-isi
  472. os=-sysv
  473. ;;
  474. m88k-omron*)
  475. basic_machine=m88k-omron
  476. ;;
  477. magnum | m3230)
  478. basic_machine=mips-mips
  479. os=-sysv
  480. ;;
  481. merlin)
  482. basic_machine=ns32k-utek
  483. os=-sysv
  484. ;;
  485. miniframe)
  486. basic_machine=m68000-convergent
  487. ;;
  488. *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
  489. basic_machine=m68k-atari
  490. os=-mint
  491. ;;
  492. mipsel*-linux*)
  493. basic_machine=mipsel-unknown
  494. os=-linux-gnu
  495. ;;
  496. mips*-linux*)
  497. basic_machine=mips-unknown
  498. os=-linux-gnu
  499. ;;
  500. mips3*-*)
  501. basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
  502. ;;
  503. mips3*)
  504. basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
  505. ;;
  506. monitor)
  507. basic_machine=m68k-rom68k
  508. os=-coff
  509. ;;
  510. msdos)
  511. basic_machine=i386-unknown
  512. os=-msdos
  513. ;;
  514. mvs)
  515. basic_machine=i370-ibm
  516. os=-mvs
  517. ;;
  518. ncr3000)
  519. basic_machine=i486-ncr
  520. os=-sysv4
  521. ;;
  522. netbsd386)
  523. basic_machine=i386-unknown
  524. os=-netbsd
  525. ;;
  526. netwinder)
  527. basic_machine=armv4l-rebel
  528. os=-linux
  529. ;;
  530. news | news700 | news800 | news900)
  531. basic_machine=m68k-sony
  532. os=-newsos
  533. ;;
  534. news1000)
  535. basic_machine=m68030-sony
  536. os=-newsos
  537. ;;
  538. news-3600 | risc-news)
  539. basic_machine=mips-sony
  540. os=-newsos
  541. ;;
  542. necv70)
  543. basic_machine=v70-nec
  544. os=-sysv
  545. ;;
  546. next | m*-next )
  547. basic_machine=m68k-next
  548. case $os in
  549.     -nextstep* )
  550. ;;
  551.     -ns2*)
  552.       os=-nextstep2
  553. ;;
  554.     *)
  555.       os=-nextstep3
  556. ;;
  557. esac
  558. ;;
  559. nh3000)
  560. basic_machine=m68k-harris
  561. os=-cxux
  562. ;;
  563. nh[45]000)
  564. basic_machine=m88k-harris
  565. os=-cxux
  566. ;;
  567. nindy960)
  568. basic_machine=i960-intel
  569. os=-nindy
  570. ;;
  571. mon960)
  572. basic_machine=i960-intel
  573. os=-mon960
  574. ;;
  575. np1)
  576. basic_machine=np1-gould
  577. ;;
  578. op50n-* | op60c-*)
  579. basic_machine=hppa1.1-oki
  580. os=-proelf
  581. ;;
  582. OSE68000 | ose68000)
  583. basic_machine=m68000-ericsson
  584. os=-ose
  585. ;;
  586. os68k)
  587. basic_machine=m68k-none
  588. os=-os68k
  589. ;;
  590. pa-hitachi)
  591. basic_machine=hppa1.1-hitachi
  592. os=-hiuxwe2
  593. ;;
  594. paragon)
  595. basic_machine=i860-intel
  596. os=-osf
  597. ;;
  598. pbd)
  599. basic_machine=sparc-tti
  600. ;;
  601. pbb)
  602. basic_machine=m68k-tti
  603. ;;
  604.         pc532 | pc532-*)
  605. basic_machine=ns32k-pc532
  606. ;;
  607. pentium | p5 | k5 | k6 | nexen)
  608. basic_machine=i586-pc
  609. ;;
  610. pentiumpro | p6 | 6x86)
  611. basic_machine=i686-pc
  612. ;;
  613. pentiumii | pentium2)
  614. basic_machine=i786-pc
  615. ;;
  616. pentium-* | p5-* | k5-* | k6-* | nexen-*)
  617. basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
  618. ;;
  619. pentiumpro-* | p6-* | 6x86-*)
  620. basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
  621. ;;
  622. pentiumii-* | pentium2-*)
  623. basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
  624. ;;
  625. pn)
  626. basic_machine=pn-gould
  627. ;;
  628. power) basic_machine=rs6000-ibm
  629. ;;
  630. ppc) basic_machine=powerpc-unknown
  631.         ;;
  632. ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
  633. ;;
  634. ppcle | powerpclittle | ppc-le | powerpc-little)
  635. basic_machine=powerpcle-unknown
  636.         ;;
  637. ppcle-* | powerpclittle-*)
  638. basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
  639. ;;
  640. ps2)
  641. basic_machine=i386-ibm
  642. ;;
  643. rom68k)
  644. basic_machine=m68k-rom68k
  645. os=-coff
  646. ;;
  647. rm[46]00)
  648. basic_machine=mips-siemens
  649. ;;
  650. rtpc | rtpc-*)
  651. basic_machine=romp-ibm
  652. ;;
  653. sa29200)
  654. basic_machine=a29k-amd
  655. os=-udi
  656. ;;
  657. sequent)
  658. basic_machine=i386-sequent
  659. ;;
  660. sh)
  661. basic_machine=sh-hitachi
  662. os=-hms
  663. ;;
  664. sparclite-wrs)
  665. basic_machine=sparclite-wrs
  666. os=-vxworks
  667. ;;
  668. sps7)
  669. basic_machine=m68k-bull
  670. os=-sysv2
  671. ;;
  672. spur)
  673. basic_machine=spur-unknown
  674. ;;
  675. st2000)
  676. basic_machine=m68k-tandem
  677. ;;
  678. stratus)
  679. basic_machine=i860-stratus
  680. os=-sysv4
  681. ;;
  682. sun2)
  683. basic_machine=m68000-sun
  684. ;;
  685. sun2os3)
  686. basic_machine=m68000-sun
  687. os=-sunos3
  688. ;;
  689. sun2os4)
  690. basic_machine=m68000-sun
  691. os=-sunos4
  692. ;;
  693. sun3os3)
  694. basic_machine=m68k-sun
  695. os=-sunos3
  696. ;;
  697. sun3os4)
  698. basic_machine=m68k-sun
  699. os=-sunos4
  700. ;;
  701. sun4os3)
  702. basic_machine=sparc-sun
  703. os=-sunos3
  704. ;;
  705. sun4os4)
  706. basic_machine=sparc-sun
  707. os=-sunos4
  708. ;;
  709. sun4sol2)
  710. basic_machine=sparc-sun
  711. os=-solaris2
  712. ;;
  713. sun3 | sun3-*)
  714. basic_machine=m68k-sun
  715. ;;
  716. sun4)
  717. basic_machine=sparc-sun
  718. ;;
  719. sun386 | sun386i | roadrunner)
  720. basic_machine=i386-sun
  721. ;;
  722. symmetry)
  723. basic_machine=i386-sequent
  724. os=-dynix
  725. ;;
  726. t3e)
  727. basic_machine=t3e-cray
  728. os=-unicos
  729. ;;
  730. tx39)
  731. basic_machine=mipstx39-unknown
  732. ;;
  733. tx39el)
  734. basic_machine=mipstx39el-unknown
  735. ;;
  736. tower | tower-32)
  737. basic_machine=m68k-ncr
  738. ;;
  739. udi29k)
  740. basic_machine=a29k-amd
  741. os=-udi
  742. ;;
  743. ultra3)
  744. basic_machine=a29k-nyu
  745. os=-sym1
  746. ;;
  747. v810 | necv810)
  748. basic_machine=v810-nec
  749. os=-none
  750. ;;
  751. vaxv)
  752. basic_machine=vax-dec
  753. os=-sysv
  754. ;;
  755. vms)
  756. basic_machine=vax-dec
  757. os=-vms
  758. ;;
  759. vpp*|vx|vx-*)
  760.                basic_machine=f301-fujitsu
  761.                ;;
  762. vxworks960)
  763. basic_machine=i960-wrs
  764. os=-vxworks
  765. ;;
  766. vxworks68)
  767. basic_machine=m68k-wrs
  768. os=-vxworks
  769. ;;
  770. vxworks29k)
  771. basic_machine=a29k-wrs
  772. os=-vxworks
  773. ;;
  774. w65*)
  775. basic_machine=w65-wdc
  776. os=-none
  777. ;;
  778. w89k-*)
  779. basic_machine=hppa1.1-winbond
  780. os=-proelf
  781. ;;
  782. xmp)
  783. basic_machine=xmp-cray
  784. os=-unicos
  785. ;;
  786.         xps | xps100)
  787. basic_machine=xps100-honeywell
  788. ;;
  789. z8k-*-coff)
  790. basic_machine=z8k-unknown
  791. os=-sim
  792. ;;
  793. none)
  794. basic_machine=none-none
  795. os=-none
  796. ;;
  797. # Here we handle the default manufacturer of certain CPU types.  It is in
  798. # some cases the only manufacturer, in others, it is the most popular.
  799. w89k)
  800. basic_machine=hppa1.1-winbond
  801. ;;
  802. op50n)
  803. basic_machine=hppa1.1-oki
  804. ;;
  805. op60c)
  806. basic_machine=hppa1.1-oki
  807. ;;
  808. mips)
  809. if [ x$os = x-linux-gnu ]; then
  810. basic_machine=mips-unknown
  811. else
  812. basic_machine=mips-mips
  813. fi
  814. ;;
  815. romp)
  816. basic_machine=romp-ibm
  817. ;;
  818. rs6000)
  819. basic_machine=rs6000-ibm
  820. ;;
  821. vax)
  822. basic_machine=vax-dec
  823. ;;
  824. pdp11)
  825. basic_machine=pdp11-dec
  826. ;;
  827. we32k)
  828. basic_machine=we32k-att
  829. ;;
  830. sparc | sparcv9)
  831. basic_machine=sparc-sun
  832. ;;
  833.         cydra)
  834. basic_machine=cydra-cydrome
  835. ;;
  836. orion)
  837. basic_machine=orion-highlevel
  838. ;;
  839. orion105)
  840. basic_machine=clipper-highlevel
  841. ;;
  842. mac | mpw | mac-mpw)
  843. basic_machine=m68k-apple
  844. ;;
  845. pmac | pmac-mpw)
  846. basic_machine=powerpc-apple
  847. ;;
  848. c4x*)
  849. basic_machine=c4x-none
  850. os=-coff
  851. ;;
  852. *)
  853. echo Invalid configuration `$1': machine `$basic_machine' not recognized 1>&2
  854. exit 1
  855. ;;
  856. esac
  857. # Here we canonicalize certain aliases for manufacturers.
  858. case $basic_machine in
  859. *-digital*)
  860. basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
  861. ;;
  862. *-commodore*)
  863. basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
  864. ;;
  865. *)
  866. ;;
  867. esac
  868. # Decode manufacturer-specific aliases for certain operating systems.
  869. if [ x"$os" != x"" ]
  870. then
  871. case $os in
  872.         # First match some system type aliases
  873.         # that might get confused with valid system types.
  874. # -solaris* is a basic system type, with this one exception.
  875. -solaris1 | -solaris1.*)
  876. os=`echo $os | sed -e 's|solaris1|sunos4|'`
  877. ;;
  878. -solaris)
  879. os=-solaris2
  880. ;;
  881. -svr4*)
  882. os=-sysv4
  883. ;;
  884. -unixware*)
  885. os=-sysv4.2uw
  886. ;;
  887. -gnu/linux*)
  888. os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
  889. ;;
  890. # First accept the basic system types.
  891. # The portable systems comes first.
  892. # Each alternative MUST END IN A *, to match a version number.
  893. # -sysv* is not here because it comes later, after sysvr4.
  894. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* 
  895.       | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*
  896.       | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* 
  897.       | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* 
  898.       | -aos* 
  899.       | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* 
  900.       | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* 
  901.       | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* 
  902.       | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* 
  903.       | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* 
  904.       | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* 
  905.       | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* 
  906.       | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* 
  907.       | -interix* | -uwin* | -rhapsody* | -opened* | -openstep* | -oskit*)
  908. # Remember, each alternative MUST END IN *, to match a version number.
  909. ;;
  910. -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* 
  911.       | -windows* | -osx | -abug | -netware* | -os9* | -beos* 
  912.       | -macos* | -mpw* | -magic* | -mon960* | -lnews*)
  913. ;;
  914. -mac*)
  915. os=`echo $os | sed -e 's|mac|macos|'`
  916. ;;
  917. -linux*)
  918. os=`echo $os | sed -e 's|linux|linux-gnu|'`
  919. ;;
  920. -sunos5*)
  921. os=`echo $os | sed -e 's|sunos5|solaris2|'`
  922. ;;
  923. -sunos6*)
  924. os=`echo $os | sed -e 's|sunos6|solaris3|'`
  925. ;;
  926. -opened*)
  927. os=-openedition
  928. ;;
  929. -osfrose*)
  930. os=-osfrose
  931. ;;
  932. -osf*)
  933. os=-osf
  934. ;;
  935. -utek*)
  936. os=-bsd
  937. ;;
  938. -dynix*)
  939. os=-bsd
  940. ;;
  941. -acis*)
  942. os=-aos
  943. ;;
  944. -386bsd)
  945. os=-bsd
  946. ;;
  947. -ctix* | -uts*)
  948. os=-sysv
  949. ;;
  950. -ns2 )
  951.         os=-nextstep2
  952. ;;
  953. # Preserve the version number of sinix5.
  954. -sinix5.*)
  955. os=`echo $os | sed -e 's|sinix|sysv|'`
  956. ;;
  957. -sinix*)
  958. os=-sysv4
  959. ;;
  960. -triton*)
  961. os=-sysv3
  962. ;;
  963. -oss*)
  964. os=-sysv3
  965. ;;
  966.         -qnx)
  967. os=-qnx4
  968. ;;
  969. -svr4)
  970. os=-sysv4
  971. ;;
  972. -svr3)
  973. os=-sysv3
  974. ;;
  975. -sysvr4)
  976. os=-sysv4
  977. ;;
  978. # This must come after -sysvr4.
  979. -sysv*)
  980. ;;
  981. -ose*)
  982. os=-ose
  983. ;;
  984. -es1800*)
  985. os=-ose
  986. ;;
  987. -xenix)
  988. os=-xenix
  989. ;;
  990.         -*mint | -*MiNT)
  991.         os=-mint
  992. ;;
  993. -none)
  994. ;;
  995. *)
  996. # Get rid of the `-' at the beginning of $os.
  997. os=`echo $os | sed 's/[^-]*-//'`
  998. echo Invalid configuration `$1': system `$os' not recognized 1>&2
  999. exit 1
  1000. ;;
  1001. esac
  1002. else
  1003. # Here we handle the default operating systems that come with various machines.
  1004. # The value should be what the vendor currently ships out the door with their
  1005. # machine or put another way, the most popular os provided with the machine.
  1006. # Note that if you're going to try to match "-MANUFACTURER" here (say,
  1007. # "-sun"), then you have to tell the case statement up towards the top
  1008. # that MANUFACTURER isn't an operating system.  Otherwise, code above
  1009. # will signal an error saying that MANUFACTURER isn't an operating
  1010. # system, and we'll never get to this point.
  1011. case $basic_machine in
  1012. *-acorn)
  1013. os=-riscix1.2
  1014. ;;
  1015. arm*-rebel)
  1016. os=-linux
  1017. ;;
  1018. arm*-semi)
  1019. os=-aout
  1020. ;;
  1021.         pdp11-*)
  1022. os=-none
  1023. ;;
  1024. *-dec | vax-*)
  1025. os=-ultrix4.2
  1026. ;;
  1027. m68*-apollo)
  1028. os=-domain
  1029. ;;
  1030. i386-sun)
  1031. os=-sunos4.0.2
  1032. ;;
  1033. m68000-sun)
  1034. os=-sunos3
  1035. # This also exists in the configure program, but was not the
  1036. # default.
  1037. # os=-sunos4
  1038. ;;
  1039. m68*-cisco)
  1040. os=-aout
  1041. ;;
  1042. mips*-cisco)
  1043. os=-elf
  1044. ;;
  1045. mips*-*)
  1046. os=-elf
  1047. ;;
  1048. *-tti) # must be before sparc entry or we get the wrong os.
  1049. os=-sysv3
  1050. ;;
  1051. sparc-* | *-sun)
  1052. os=-sunos4.1.1
  1053. ;;
  1054. *-be)
  1055. os=-beos
  1056. ;;
  1057. *-ibm)
  1058. os=-aix
  1059. ;;
  1060. *-wec)
  1061. os=-proelf
  1062. ;;
  1063. *-winbond)
  1064. os=-proelf
  1065. ;;
  1066. *-oki)
  1067. os=-proelf
  1068. ;;
  1069. *-hp)
  1070. os=-hpux
  1071. ;;
  1072. *-hitachi)
  1073. os=-hiux
  1074. ;;
  1075. i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
  1076. os=-sysv
  1077. ;;
  1078. *-cbm)
  1079. os=-amigaos
  1080. ;;
  1081. *-dg)
  1082. os=-dgux
  1083. ;;
  1084. *-dolphin)
  1085. os=-sysv3
  1086. ;;
  1087. m68k-ccur)
  1088. os=-rtu
  1089. ;;
  1090. m88k-omron*)
  1091. os=-luna
  1092. ;;
  1093. *-next )
  1094. os=-nextstep
  1095. ;;
  1096. *-sequent)
  1097. os=-ptx
  1098. ;;
  1099. *-crds)
  1100. os=-unos
  1101. ;;
  1102. *-ns)
  1103. os=-genix
  1104. ;;
  1105. i370-*)
  1106. os=-mvs
  1107. ;;
  1108. *-next)
  1109. os=-nextstep3
  1110. ;;
  1111.         *-gould)
  1112. os=-sysv
  1113. ;;
  1114.         *-highlevel)
  1115. os=-bsd
  1116. ;;
  1117. *-encore)
  1118. os=-bsd
  1119. ;;
  1120.         *-sgi)
  1121. os=-irix
  1122. ;;
  1123.         *-siemens)
  1124. os=-sysv4
  1125. ;;
  1126. *-masscomp)
  1127. os=-rtu
  1128. ;;
  1129. f301-fujitsu)
  1130. os=-uxpv
  1131. ;;
  1132. *-rom68k)
  1133. os=-coff
  1134. ;;
  1135. *-*bug)
  1136. os=-coff
  1137. ;;
  1138. *-apple)
  1139. os=-macos
  1140. ;;
  1141. *-atari*)
  1142. os=-mint
  1143. ;;
  1144. *)
  1145. os=-none
  1146. ;;
  1147. esac
  1148. fi
  1149. # Here we handle the case where we know the os, and the CPU type, but not the
  1150. # manufacturer.  We pick the logical manufacturer.
  1151. vendor=unknown
  1152. case $basic_machine in
  1153. *-unknown)
  1154. case $os in
  1155. -riscix*)
  1156. vendor=acorn
  1157. ;;
  1158. -sunos*)
  1159. vendor=sun
  1160. ;;
  1161. -aix*)
  1162. vendor=ibm
  1163. ;;
  1164. -beos*)
  1165. vendor=be
  1166. ;;
  1167. -hpux*)
  1168. vendor=hp
  1169. ;;
  1170. -mpeix*)
  1171. vendor=hp
  1172. ;;
  1173. -hiux*)
  1174. vendor=hitachi
  1175. ;;
  1176. -unos*)
  1177. vendor=crds
  1178. ;;
  1179. -dgux*)
  1180. vendor=dg
  1181. ;;
  1182. -luna*)
  1183. vendor=omron
  1184. ;;
  1185. -genix*)
  1186. vendor=ns
  1187. ;;
  1188. -mvs* | -opened*)
  1189. vendor=ibm
  1190. ;;
  1191. -ptx*)
  1192. vendor=sequent
  1193. ;;
  1194. -vxsim* | -vxworks*)
  1195. vendor=wrs
  1196. ;;
  1197. -aux*)
  1198. vendor=apple
  1199. ;;
  1200. -hms*)
  1201. vendor=hitachi
  1202. ;;
  1203. -mpw* | -macos*)
  1204. vendor=apple
  1205. ;;
  1206. -*mint | -*MiNT)
  1207. vendor=atari
  1208. ;;
  1209. esac
  1210. basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
  1211. ;;
  1212. esac
  1213. echo $basic_machine$os