config.sub 32 KB

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