config.sub 32 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622
  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='2007-01-18'
  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. | fido | 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 | mep \
  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-* | fido-* | 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* | -drops*)
  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. mep-*)
  1391. os=-elf
  1392. ;;
  1393. mips*-cisco)
  1394. os=-elf
  1395. ;;
  1396. mips*-*)
  1397. os=-elf
  1398. ;;
  1399. or32-*)
  1400. os=-coff
  1401. ;;
  1402. *-tti) # must be before sparc entry or we get the wrong os.
  1403. os=-sysv3
  1404. ;;
  1405. sparc-* | *-sun)
  1406. os=-sunos4.1.1
  1407. ;;
  1408. *-be)
  1409. os=-beos
  1410. ;;
  1411. *-haiku)
  1412. os=-haiku
  1413. ;;
  1414. *-ibm)
  1415. os=-aix
  1416. ;;
  1417. *-knuth)
  1418. os=-mmixware
  1419. ;;
  1420. *-wec)
  1421. os=-proelf
  1422. ;;
  1423. *-winbond)
  1424. os=-proelf
  1425. ;;
  1426. *-oki)
  1427. os=-proelf
  1428. ;;
  1429. *-hp)
  1430. os=-hpux
  1431. ;;
  1432. *-hitachi)
  1433. os=-hiux
  1434. ;;
  1435. i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
  1436. os=-sysv
  1437. ;;
  1438. *-cbm)
  1439. os=-amigaos
  1440. ;;
  1441. *-dg)
  1442. os=-dgux
  1443. ;;
  1444. *-dolphin)
  1445. os=-sysv3
  1446. ;;
  1447. m68k-ccur)
  1448. os=-rtu
  1449. ;;
  1450. m88k-omron*)
  1451. os=-luna
  1452. ;;
  1453. *-next )
  1454. os=-nextstep
  1455. ;;
  1456. *-sequent)
  1457. os=-ptx
  1458. ;;
  1459. *-crds)
  1460. os=-unos
  1461. ;;
  1462. *-ns)
  1463. os=-genix
  1464. ;;
  1465. i370-*)
  1466. os=-mvs
  1467. ;;
  1468. *-next)
  1469. os=-nextstep3
  1470. ;;
  1471. *-gould)
  1472. os=-sysv
  1473. ;;
  1474. *-highlevel)
  1475. os=-bsd
  1476. ;;
  1477. *-encore)
  1478. os=-bsd
  1479. ;;
  1480. *-sgi)
  1481. os=-irix
  1482. ;;
  1483. *-siemens)
  1484. os=-sysv4
  1485. ;;
  1486. *-masscomp)
  1487. os=-rtu
  1488. ;;
  1489. f30[01]-fujitsu | f700-fujitsu)
  1490. os=-uxpv
  1491. ;;
  1492. *-rom68k)
  1493. os=-coff
  1494. ;;
  1495. *-*bug)
  1496. os=-coff
  1497. ;;
  1498. *-apple)
  1499. os=-macos
  1500. ;;
  1501. *-atari*)
  1502. os=-mint
  1503. ;;
  1504. *)
  1505. os=-none
  1506. ;;
  1507. esac
  1508. fi
  1509. # Here we handle the case where we know the os, and the CPU type, but not the
  1510. # manufacturer. We pick the logical manufacturer.
  1511. vendor=unknown
  1512. case $basic_machine in
  1513. *-unknown)
  1514. case $os in
  1515. -riscix*)
  1516. vendor=acorn
  1517. ;;
  1518. -sunos*)
  1519. vendor=sun
  1520. ;;
  1521. -aix*)
  1522. vendor=ibm
  1523. ;;
  1524. -beos*)
  1525. vendor=be
  1526. ;;
  1527. -hpux*)
  1528. vendor=hp
  1529. ;;
  1530. -mpeix*)
  1531. vendor=hp
  1532. ;;
  1533. -hiux*)
  1534. vendor=hitachi
  1535. ;;
  1536. -unos*)
  1537. vendor=crds
  1538. ;;
  1539. -dgux*)
  1540. vendor=dg
  1541. ;;
  1542. -luna*)
  1543. vendor=omron
  1544. ;;
  1545. -genix*)
  1546. vendor=ns
  1547. ;;
  1548. -mvs* | -opened*)
  1549. vendor=ibm
  1550. ;;
  1551. -os400*)
  1552. vendor=ibm
  1553. ;;
  1554. -ptx*)
  1555. vendor=sequent
  1556. ;;
  1557. -tpf*)
  1558. vendor=ibm
  1559. ;;
  1560. -vxsim* | -vxworks* | -windiss*)
  1561. vendor=wrs
  1562. ;;
  1563. -aux*)
  1564. vendor=apple
  1565. ;;
  1566. -hms*)
  1567. vendor=hitachi
  1568. ;;
  1569. -mpw* | -macos*)
  1570. vendor=apple
  1571. ;;
  1572. -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
  1573. vendor=atari
  1574. ;;
  1575. -vos*)
  1576. vendor=stratus
  1577. ;;
  1578. esac
  1579. basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
  1580. ;;
  1581. esac
  1582. echo $basic_machine$os
  1583. exit
  1584. # Local variables:
  1585. # eval: (add-hook 'write-file-hooks 'time-stamp)
  1586. # time-stamp-start: "timestamp='"
  1587. # time-stamp-format: "%:y-%02m-%02d"
  1588. # time-stamp-end: "'"
  1589. # End: