config.guess 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535
  1. #! /bin/sh
  2. # Attempt to guess a canonical system name.
  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-07-22'
  7. # This file is free software; you can redistribute it and/or modify it
  8. # under the terms of the GNU General Public License as published by
  9. # the Free Software Foundation; either version 2 of the License, or
  10. # (at your option) any later version.
  11. #
  12. # This program is distributed in the hope that it will be useful, but
  13. # WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  15. # General Public License for more details.
  16. #
  17. # You should have received a copy of the GNU General Public License
  18. # along with this program; if not, write to the Free Software
  19. # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
  20. # 02110-1301, USA.
  21. #
  22. # As a special exception to the GNU General Public License, if you
  23. # distribute this file as part of a program that contains a
  24. # configuration script generated by Autoconf, you may include it under
  25. # the same distribution terms that you use for the rest of that program.
  26. # Originally written by Per Bothner <per@bothner.com>.
  27. # Please send patches to <config-patches@gnu.org>. Submit a context
  28. # diff and a properly formatted ChangeLog entry.
  29. #
  30. # This script attempts to guess a canonical system name similar to
  31. # config.sub. If it succeeds, it prints the system name on stdout, and
  32. # exits with 0. Otherwise, it exits with 1.
  33. #
  34. # The plan is that this can be called by configure scripts if you
  35. # don't specify an explicit build system type.
  36. me=`echo "$0" | sed -e 's,.*/,,'`
  37. usage="\
  38. Usage: $0 [OPTION]
  39. Output the configuration name of the system \`$me' is run on.
  40. Operation modes:
  41. -h, --help print this help, then exit
  42. -t, --time-stamp print date of last modification, then exit
  43. -v, --version print version number, then exit
  44. Report bugs and patches to <config-patches@gnu.org>."
  45. version="\
  46. GNU config.guess ($timestamp)
  47. Originally written by Per Bothner.
  48. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
  49. Free Software Foundation, Inc.
  50. This is free software; see the source for copying conditions. There is NO
  51. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
  52. help="
  53. Try \`$me --help' for more information."
  54. # Parse command line
  55. while test $# -gt 0 ; do
  56. case $1 in
  57. --time-stamp | --time* | -t )
  58. echo "$timestamp" ; exit ;;
  59. --version | -v )
  60. echo "$version" ; exit ;;
  61. --help | --h* | -h )
  62. echo "$usage"; exit ;;
  63. -- ) # Stop option processing
  64. shift; break ;;
  65. - ) # Use stdin as input.
  66. break ;;
  67. -* )
  68. echo "$me: invalid option $1$help" >&2
  69. exit 1 ;;
  70. * )
  71. break ;;
  72. esac
  73. done
  74. if test $# != 0; then
  75. echo "$me: too many arguments$help" >&2
  76. exit 1
  77. fi
  78. trap 'exit 1' 1 2 15
  79. # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
  80. # compiler to aid in system detection is discouraged as it requires
  81. # temporary files to be created and, as you can see below, it is a
  82. # headache to deal with in a portable fashion.
  83. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
  84. # use `HOST_CC' if defined, but it is deprecated.
  85. # Portable tmp directory creation inspired by the Autoconf team.
  86. set_cc_for_build='
  87. trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
  88. trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
  89. : ${TMPDIR=/tmp} ;
  90. { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
  91. { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
  92. { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
  93. { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
  94. dummy=$tmp/dummy ;
  95. tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
  96. case $CC_FOR_BUILD,$HOST_CC,$CC in
  97. ,,) echo "int x;" > $dummy.c ;
  98. for c in cc gcc c89 c99 ; do
  99. if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
  100. CC_FOR_BUILD="$c"; break ;
  101. fi ;
  102. done ;
  103. if test x"$CC_FOR_BUILD" = x ; then
  104. CC_FOR_BUILD=no_compiler_found ;
  105. fi
  106. ;;
  107. ,,*) CC_FOR_BUILD=$CC ;;
  108. ,*,*) CC_FOR_BUILD=$HOST_CC ;;
  109. esac ; set_cc_for_build= ;'
  110. # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
  111. # (ghazi@noc.rutgers.edu 1994-08-24)
  112. if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
  113. PATH=$PATH:/.attbin ; export PATH
  114. fi
  115. UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
  116. UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
  117. UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
  118. UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
  119. if [ "${UNAME_SYSTEM}" = "Linux" ] ; then
  120. eval $set_cc_for_build
  121. cat << EOF > $dummy.c
  122. #include <features.h>
  123. #ifdef __UCLIBC__
  124. # ifdef __UCLIBC_CONFIG_VERSION__
  125. LIBC=uclibc __UCLIBC_CONFIG_VERSION__
  126. # else
  127. LIBC=uclibc
  128. # endif
  129. #else
  130. LIBC=gnu
  131. #endif
  132. EOF
  133. eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep LIBC= | sed -e 's: ::g'`
  134. fi
  135. # Note: order is significant - the case branches are not exclusive.
  136. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
  137. *:NetBSD:*:*)
  138. # NetBSD (nbsd) targets should (where applicable) match one or
  139. # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
  140. # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently
  141. # switched to ELF, *-*-netbsd* would select the old
  142. # object file format. This provides both forward
  143. # compatibility and a consistent mechanism for selecting the
  144. # object file format.
  145. #
  146. # Note: NetBSD doesn't particularly care about the vendor
  147. # portion of the name. We always set it to "unknown".
  148. sysctl="sysctl -n hw.machine_arch"
  149. UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
  150. /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
  151. case "${UNAME_MACHINE_ARCH}" in
  152. armeb) machine=armeb-unknown ;;
  153. arm*) machine=arm-unknown ;;
  154. sh3el) machine=shl-unknown ;;
  155. sh3eb) machine=sh-unknown ;;
  156. sh5el) machine=sh5le-unknown ;;
  157. *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
  158. esac
  159. # The Operating System including object format, if it has switched
  160. # to ELF recently, or will in the future.
  161. case "${UNAME_MACHINE_ARCH}" in
  162. arm*|i386|m68k|ns32k|sh3*|sparc|vax)
  163. eval $set_cc_for_build
  164. if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
  165. | grep __ELF__ >/dev/null
  166. then
  167. # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
  168. # Return netbsd for either. FIX?
  169. os=netbsd
  170. else
  171. os=netbsdelf
  172. fi
  173. ;;
  174. *)
  175. os=netbsd
  176. ;;
  177. esac
  178. # The OS release
  179. # Debian GNU/NetBSD machines have a different userland, and
  180. # thus, need a distinct triplet. However, they do not need
  181. # kernel version information, so it can be replaced with a
  182. # suitable tag, in the style of linux-gnu.
  183. case "${UNAME_VERSION}" in
  184. Debian*)
  185. release='-gnu'
  186. ;;
  187. *)
  188. release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
  189. ;;
  190. esac
  191. # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
  192. # contains redundant information, the shorter form:
  193. # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
  194. echo "${machine}-${os}${release}"
  195. exit ;;
  196. *:OpenBSD:*:*)
  197. UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
  198. echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
  199. exit ;;
  200. *:ekkoBSD:*:*)
  201. echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
  202. exit ;;
  203. *:SolidBSD:*:*)
  204. echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
  205. exit ;;
  206. macppc:MirBSD:*:*)
  207. echo powerpc-unknown-mirbsd${UNAME_RELEASE}
  208. exit ;;
  209. *:MirBSD:*:*)
  210. echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
  211. exit ;;
  212. alpha:OSF1:*:*)
  213. case $UNAME_RELEASE in
  214. *4.0)
  215. UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
  216. ;;
  217. *5.*)
  218. UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
  219. ;;
  220. esac
  221. # According to Compaq, /usr/sbin/psrinfo has been available on
  222. # OSF/1 and Tru64 systems produced since 1995. I hope that
  223. # covers most systems running today. This code pipes the CPU
  224. # types through head -n 1, so we only detect the type of CPU 0.
  225. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
  226. case "$ALPHA_CPU_TYPE" in
  227. "EV4 (21064)")
  228. UNAME_MACHINE="alpha" ;;
  229. "EV4.5 (21064)")
  230. UNAME_MACHINE="alpha" ;;
  231. "LCA4 (21066/21068)")
  232. UNAME_MACHINE="alpha" ;;
  233. "EV5 (21164)")
  234. UNAME_MACHINE="alphaev5" ;;
  235. "EV5.6 (21164A)")
  236. UNAME_MACHINE="alphaev56" ;;
  237. "EV5.6 (21164PC)")
  238. UNAME_MACHINE="alphapca56" ;;
  239. "EV5.7 (21164PC)")
  240. UNAME_MACHINE="alphapca57" ;;
  241. "EV6 (21264)")
  242. UNAME_MACHINE="alphaev6" ;;
  243. "EV6.7 (21264A)")
  244. UNAME_MACHINE="alphaev67" ;;
  245. "EV6.8CB (21264C)")
  246. UNAME_MACHINE="alphaev68" ;;
  247. "EV6.8AL (21264B)")
  248. UNAME_MACHINE="alphaev68" ;;
  249. "EV6.8CX (21264D)")
  250. UNAME_MACHINE="alphaev68" ;;
  251. "EV6.9A (21264/EV69A)")
  252. UNAME_MACHINE="alphaev69" ;;
  253. "EV7 (21364)")
  254. UNAME_MACHINE="alphaev7" ;;
  255. "EV7.9 (21364A)")
  256. UNAME_MACHINE="alphaev79" ;;
  257. esac
  258. # A Pn.n version is a patched version.
  259. # A Vn.n version is a released version.
  260. # A Tn.n version is a released field test version.
  261. # A Xn.n version is an unreleased experimental baselevel.
  262. # 1.2 uses "1.2" for uname -r.
  263. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
  264. exit ;;
  265. Alpha\ *:Windows_NT*:*)
  266. # How do we know it's Interix rather than the generic POSIX subsystem?
  267. # Should we change UNAME_MACHINE based on the output of uname instead
  268. # of the specific Alpha model?
  269. echo alpha-pc-interix
  270. exit ;;
  271. 21064:Windows_NT:50:3)
  272. echo alpha-dec-winnt3.5
  273. exit ;;
  274. Amiga*:UNIX_System_V:4.0:*)
  275. echo m68k-unknown-sysv4
  276. exit ;;
  277. *:[Aa]miga[Oo][Ss]:*:*)
  278. echo ${UNAME_MACHINE}-unknown-amigaos
  279. exit ;;
  280. *:[Mm]orph[Oo][Ss]:*:*)
  281. echo ${UNAME_MACHINE}-unknown-morphos
  282. exit ;;
  283. *:OS/390:*:*)
  284. echo i370-ibm-openedition
  285. exit ;;
  286. *:z/VM:*:*)
  287. echo s390-ibm-zvmoe
  288. exit ;;
  289. *:OS400:*:*)
  290. echo powerpc-ibm-os400
  291. exit ;;
  292. arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
  293. echo arm-acorn-riscix${UNAME_RELEASE}
  294. exit ;;
  295. arm:riscos:*:*|arm:RISCOS:*:*)
  296. echo arm-unknown-riscos
  297. exit ;;
  298. SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
  299. echo hppa1.1-hitachi-hiuxmpp
  300. exit ;;
  301. Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
  302. # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
  303. if test "`(/bin/universe) 2>/dev/null`" = att ; then
  304. echo pyramid-pyramid-sysv3
  305. else
  306. echo pyramid-pyramid-bsd
  307. fi
  308. exit ;;
  309. NILE*:*:*:dcosx)
  310. echo pyramid-pyramid-svr4
  311. exit ;;
  312. DRS?6000:unix:4.0:6*)
  313. echo sparc-icl-nx6
  314. exit ;;
  315. DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
  316. case `/usr/bin/uname -p` in
  317. sparc) echo sparc-icl-nx7; exit ;;
  318. esac ;;
  319. sun4H:SunOS:5.*:*)
  320. echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
  321. exit ;;
  322. sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
  323. echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
  324. exit ;;
  325. i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
  326. echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
  327. exit ;;
  328. sun4*:SunOS:6*:*)
  329. # According to config.sub, this is the proper way to canonicalize
  330. # SunOS6. Hard to guess exactly what SunOS6 will be like, but
  331. # it's likely to be more like Solaris than SunOS4.
  332. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
  333. exit ;;
  334. sun4*:SunOS:*:*)
  335. case "`/usr/bin/arch -k`" in
  336. Series*|S4*)
  337. UNAME_RELEASE=`uname -v`
  338. ;;
  339. esac
  340. # Japanese Language versions have a version number like `4.1.3-JL'.
  341. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
  342. exit ;;
  343. sun3*:SunOS:*:*)
  344. echo m68k-sun-sunos${UNAME_RELEASE}
  345. exit ;;
  346. sun*:*:4.2BSD:*)
  347. UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
  348. test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
  349. case "`/bin/arch`" in
  350. sun3)
  351. echo m68k-sun-sunos${UNAME_RELEASE}
  352. ;;
  353. sun4)
  354. echo sparc-sun-sunos${UNAME_RELEASE}
  355. ;;
  356. esac
  357. exit ;;
  358. aushp:SunOS:*:*)
  359. echo sparc-auspex-sunos${UNAME_RELEASE}
  360. exit ;;
  361. # The situation for MiNT is a little confusing. The machine name
  362. # can be virtually everything (everything which is not
  363. # "atarist" or "atariste" at least should have a processor
  364. # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
  365. # to the lowercase version "mint" (or "freemint"). Finally
  366. # the system name "TOS" denotes a system which is actually not
  367. # MiNT. But MiNT is downward compatible to TOS, so this should
  368. # be no problem.
  369. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
  370. echo m68k-atari-mint${UNAME_RELEASE}
  371. exit ;;
  372. atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
  373. echo m68k-atari-mint${UNAME_RELEASE}
  374. exit ;;
  375. *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
  376. echo m68k-atari-mint${UNAME_RELEASE}
  377. exit ;;
  378. milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
  379. echo m68k-milan-mint${UNAME_RELEASE}
  380. exit ;;
  381. hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
  382. echo m68k-hades-mint${UNAME_RELEASE}
  383. exit ;;
  384. *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
  385. echo m68k-unknown-mint${UNAME_RELEASE}
  386. exit ;;
  387. m68k:machten:*:*)
  388. echo m68k-apple-machten${UNAME_RELEASE}
  389. exit ;;
  390. powerpc:machten:*:*)
  391. echo powerpc-apple-machten${UNAME_RELEASE}
  392. exit ;;
  393. RISC*:Mach:*:*)
  394. echo mips-dec-mach_bsd4.3
  395. exit ;;
  396. RISC*:ULTRIX:*:*)
  397. echo mips-dec-ultrix${UNAME_RELEASE}
  398. exit ;;
  399. VAX*:ULTRIX*:*:*)
  400. echo vax-dec-ultrix${UNAME_RELEASE}
  401. exit ;;
  402. 2020:CLIX:*:* | 2430:CLIX:*:*)
  403. echo clipper-intergraph-clix${UNAME_RELEASE}
  404. exit ;;
  405. mips:*:*:UMIPS | mips:*:*:RISCos)
  406. eval $set_cc_for_build
  407. sed 's/^ //' << EOF >$dummy.c
  408. #ifdef __cplusplus
  409. #include <stdio.h> /* for printf() prototype */
  410. int main (int argc, char *argv[]) {
  411. #else
  412. int main (argc, argv) int argc; char *argv[]; {
  413. #endif
  414. #if defined (host_mips) && defined (MIPSEB)
  415. #if defined (SYSTYPE_SYSV)
  416. printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
  417. #endif
  418. #if defined (SYSTYPE_SVR4)
  419. printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
  420. #endif
  421. #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
  422. printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
  423. #endif
  424. #endif
  425. exit (-1);
  426. }
  427. EOF
  428. $CC_FOR_BUILD -o $dummy $dummy.c &&
  429. dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
  430. SYSTEM_NAME=`$dummy $dummyarg` &&
  431. { echo "$SYSTEM_NAME"; exit; }
  432. echo mips-mips-riscos${UNAME_RELEASE}
  433. exit ;;
  434. Motorola:PowerMAX_OS:*:*)
  435. echo powerpc-motorola-powermax
  436. exit ;;
  437. Motorola:*:4.3:PL8-*)
  438. echo powerpc-harris-powermax
  439. exit ;;
  440. Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
  441. echo powerpc-harris-powermax
  442. exit ;;
  443. Night_Hawk:Power_UNIX:*:*)
  444. echo powerpc-harris-powerunix
  445. exit ;;
  446. m88k:CX/UX:7*:*)
  447. echo m88k-harris-cxux7
  448. exit ;;
  449. m88k:*:4*:R4*)
  450. echo m88k-motorola-sysv4
  451. exit ;;
  452. m88k:*:3*:R3*)
  453. echo m88k-motorola-sysv3
  454. exit ;;
  455. AViiON:dgux:*:*)
  456. # DG/UX returns AViiON for all architectures
  457. UNAME_PROCESSOR=`/usr/bin/uname -p`
  458. if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
  459. then
  460. if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
  461. [ ${TARGET_BINARY_INTERFACE}x = x ]
  462. then
  463. echo m88k-dg-dgux${UNAME_RELEASE}
  464. else
  465. echo m88k-dg-dguxbcs${UNAME_RELEASE}
  466. fi
  467. else
  468. echo i586-dg-dgux${UNAME_RELEASE}
  469. fi
  470. exit ;;
  471. M88*:DolphinOS:*:*) # DolphinOS (SVR3)
  472. echo m88k-dolphin-sysv3
  473. exit ;;
  474. M88*:*:R3*:*)
  475. # Delta 88k system running SVR3
  476. echo m88k-motorola-sysv3
  477. exit ;;
  478. XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
  479. echo m88k-tektronix-sysv3
  480. exit ;;
  481. Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
  482. echo m68k-tektronix-bsd
  483. exit ;;
  484. *:IRIX*:*:*)
  485. echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
  486. exit ;;
  487. ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
  488. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
  489. exit ;; # Note that: echo "'`uname -s`'" gives 'AIX '
  490. i*86:AIX:*:*)
  491. echo i386-ibm-aix
  492. exit ;;
  493. ia64:AIX:*:*)
  494. if [ -x /usr/bin/oslevel ] ; then
  495. IBM_REV=`/usr/bin/oslevel`
  496. else
  497. IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
  498. fi
  499. echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
  500. exit ;;
  501. *:AIX:2:3)
  502. if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
  503. eval $set_cc_for_build
  504. sed 's/^ //' << EOF >$dummy.c
  505. #include <sys/systemcfg.h>
  506. main()
  507. {
  508. if (!__power_pc())
  509. exit(1);
  510. puts("powerpc-ibm-aix3.2.5");
  511. exit(0);
  512. }
  513. EOF
  514. if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
  515. then
  516. echo "$SYSTEM_NAME"
  517. else
  518. echo rs6000-ibm-aix3.2.5
  519. fi
  520. elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
  521. echo rs6000-ibm-aix3.2.4
  522. else
  523. echo rs6000-ibm-aix3.2
  524. fi
  525. exit ;;
  526. *:AIX:*:[45])
  527. IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
  528. if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
  529. IBM_ARCH=rs6000
  530. else
  531. IBM_ARCH=powerpc
  532. fi
  533. if [ -x /usr/bin/oslevel ] ; then
  534. IBM_REV=`/usr/bin/oslevel`
  535. else
  536. IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
  537. fi
  538. echo ${IBM_ARCH}-ibm-aix${IBM_REV}
  539. exit ;;
  540. *:AIX:*:*)
  541. echo rs6000-ibm-aix
  542. exit ;;
  543. ibmrt:4.4BSD:*|romp-ibm:BSD:*)
  544. echo romp-ibm-bsd4.4
  545. exit ;;
  546. ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
  547. echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
  548. exit ;; # report: romp-ibm BSD 4.3
  549. *:BOSX:*:*)
  550. echo rs6000-bull-bosx
  551. exit ;;
  552. DPX/2?00:B.O.S.:*:*)
  553. echo m68k-bull-sysv3
  554. exit ;;
  555. 9000/[34]??:4.3bsd:1.*:*)
  556. echo m68k-hp-bsd
  557. exit ;;
  558. hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
  559. echo m68k-hp-bsd4.4
  560. exit ;;
  561. 9000/[34678]??:HP-UX:*:*)
  562. HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
  563. case "${UNAME_MACHINE}" in
  564. 9000/31? ) HP_ARCH=m68000 ;;
  565. 9000/[34]?? ) HP_ARCH=m68k ;;
  566. 9000/[678][0-9][0-9])
  567. if [ -x /usr/bin/getconf ]; then
  568. sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
  569. sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
  570. case "${sc_cpu_version}" in
  571. 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
  572. 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
  573. 532) # CPU_PA_RISC2_0
  574. case "${sc_kernel_bits}" in
  575. 32) HP_ARCH="hppa2.0n" ;;
  576. 64) HP_ARCH="hppa2.0w" ;;
  577. '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20
  578. esac ;;
  579. esac
  580. fi
  581. if [ "${HP_ARCH}" = "" ]; then
  582. eval $set_cc_for_build
  583. sed 's/^ //' << EOF >$dummy.c
  584. #define _HPUX_SOURCE
  585. #include <stdlib.h>
  586. #include <unistd.h>
  587. int main ()
  588. {
  589. #if defined(_SC_KERNEL_BITS)
  590. long bits = sysconf(_SC_KERNEL_BITS);
  591. #endif
  592. long cpu = sysconf (_SC_CPU_VERSION);
  593. switch (cpu)
  594. {
  595. case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
  596. case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
  597. case CPU_PA_RISC2_0:
  598. #if defined(_SC_KERNEL_BITS)
  599. switch (bits)
  600. {
  601. case 64: puts ("hppa2.0w"); break;
  602. case 32: puts ("hppa2.0n"); break;
  603. default: puts ("hppa2.0"); break;
  604. } break;
  605. #else /* !defined(_SC_KERNEL_BITS) */
  606. puts ("hppa2.0"); break;
  607. #endif
  608. default: puts ("hppa1.0"); break;
  609. }
  610. exit (0);
  611. }
  612. EOF
  613. (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
  614. test -z "$HP_ARCH" && HP_ARCH=hppa
  615. fi ;;
  616. esac
  617. if [ ${HP_ARCH} = "hppa2.0w" ]
  618. then
  619. eval $set_cc_for_build
  620. # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
  621. # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
  622. # generating 64-bit code. GNU and HP use different nomenclature:
  623. #
  624. # $ CC_FOR_BUILD=cc ./config.guess
  625. # => hppa2.0w-hp-hpux11.23
  626. # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
  627. # => hppa64-hp-hpux11.23
  628. if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
  629. grep __LP64__ >/dev/null
  630. then
  631. HP_ARCH="hppa2.0w"
  632. else
  633. HP_ARCH="hppa64"
  634. fi
  635. fi
  636. echo ${HP_ARCH}-hp-hpux${HPUX_REV}
  637. exit ;;
  638. ia64:HP-UX:*:*)
  639. HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
  640. echo ia64-hp-hpux${HPUX_REV}
  641. exit ;;
  642. 3050*:HI-UX:*:*)
  643. eval $set_cc_for_build
  644. sed 's/^ //' << EOF >$dummy.c
  645. #include <unistd.h>
  646. int
  647. main ()
  648. {
  649. long cpu = sysconf (_SC_CPU_VERSION);
  650. /* The order matters, because CPU_IS_HP_MC68K erroneously returns
  651. true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct
  652. results, however. */
  653. if (CPU_IS_PA_RISC (cpu))
  654. {
  655. switch (cpu)
  656. {
  657. case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
  658. case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
  659. case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
  660. default: puts ("hppa-hitachi-hiuxwe2"); break;
  661. }
  662. }
  663. else if (CPU_IS_HP_MC68K (cpu))
  664. puts ("m68k-hitachi-hiuxwe2");
  665. else puts ("unknown-hitachi-hiuxwe2");
  666. exit (0);
  667. }
  668. EOF
  669. $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
  670. { echo "$SYSTEM_NAME"; exit; }
  671. echo unknown-hitachi-hiuxwe2
  672. exit ;;
  673. 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
  674. echo hppa1.1-hp-bsd
  675. exit ;;
  676. 9000/8??:4.3bsd:*:*)
  677. echo hppa1.0-hp-bsd
  678. exit ;;
  679. *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
  680. echo hppa1.0-hp-mpeix
  681. exit ;;
  682. hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
  683. echo hppa1.1-hp-osf
  684. exit ;;
  685. hp8??:OSF1:*:*)
  686. echo hppa1.0-hp-osf
  687. exit ;;
  688. i*86:OSF1:*:*)
  689. if [ -x /usr/sbin/sysversion ] ; then
  690. echo ${UNAME_MACHINE}-unknown-osf1mk
  691. else
  692. echo ${UNAME_MACHINE}-unknown-osf1
  693. fi
  694. exit ;;
  695. parisc*:Lites*:*:*)
  696. echo hppa1.1-hp-lites
  697. exit ;;
  698. C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
  699. echo c1-convex-bsd
  700. exit ;;
  701. C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
  702. if getsysinfo -f scalar_acc
  703. then echo c32-convex-bsd
  704. else echo c2-convex-bsd
  705. fi
  706. exit ;;
  707. C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
  708. echo c34-convex-bsd
  709. exit ;;
  710. C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
  711. echo c38-convex-bsd
  712. exit ;;
  713. C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
  714. echo c4-convex-bsd
  715. exit ;;
  716. CRAY*Y-MP:*:*:*)
  717. echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
  718. exit ;;
  719. CRAY*[A-Z]90:*:*:*)
  720. echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
  721. | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
  722. -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
  723. -e 's/\.[^.]*$/.X/'
  724. exit ;;
  725. CRAY*TS:*:*:*)
  726. echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
  727. exit ;;
  728. CRAY*T3E:*:*:*)
  729. echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
  730. exit ;;
  731. CRAY*SV1:*:*:*)
  732. echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
  733. exit ;;
  734. *:UNICOS/mp:*:*)
  735. echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
  736. exit ;;
  737. F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
  738. FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
  739. FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
  740. FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
  741. echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
  742. exit ;;
  743. 5000:UNIX_System_V:4.*:*)
  744. FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
  745. FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
  746. echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
  747. exit ;;
  748. i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
  749. echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
  750. exit ;;
  751. sparc*:BSD/OS:*:*)
  752. echo sparc-unknown-bsdi${UNAME_RELEASE}
  753. exit ;;
  754. *:BSD/OS:*:*)
  755. echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
  756. exit ;;
  757. *:FreeBSD:*:*)
  758. case ${UNAME_MACHINE} in
  759. pc98)
  760. echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
  761. amd64)
  762. echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
  763. *)
  764. echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
  765. esac
  766. exit ;;
  767. i*:CYGWIN*:*)
  768. echo ${UNAME_MACHINE}-pc-cygwin
  769. exit ;;
  770. *:MINGW*:*)
  771. echo ${UNAME_MACHINE}-pc-mingw32
  772. exit ;;
  773. i*:windows32*:*)
  774. # uname -m includes "-pc" on this system.
  775. echo ${UNAME_MACHINE}-mingw32
  776. exit ;;
  777. i*:PW*:*)
  778. echo ${UNAME_MACHINE}-pc-pw32
  779. exit ;;
  780. *:Interix*:[3456]*)
  781. case ${UNAME_MACHINE} in
  782. x86)
  783. echo i586-pc-interix${UNAME_RELEASE}
  784. exit ;;
  785. EM64T | authenticamd)
  786. echo x86_64-unknown-interix${UNAME_RELEASE}
  787. exit ;;
  788. esac ;;
  789. [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
  790. echo i${UNAME_MACHINE}-pc-mks
  791. exit ;;
  792. i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
  793. # How do we know it's Interix rather than the generic POSIX subsystem?
  794. # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
  795. # UNAME_MACHINE based on the output of uname instead of i386?
  796. echo i586-pc-interix
  797. exit ;;
  798. i*:UWIN*:*)
  799. echo ${UNAME_MACHINE}-pc-uwin
  800. exit ;;
  801. amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
  802. echo x86_64-unknown-cygwin
  803. exit ;;
  804. p*:CYGWIN*:*)
  805. echo powerpcle-unknown-cygwin
  806. exit ;;
  807. prep*:SunOS:5.*:*)
  808. echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
  809. exit ;;
  810. *:GNU:*:*)
  811. # the GNU system
  812. echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
  813. exit ;;
  814. *:GNU/*:*:*)
  815. # other systems with GNU libc and userland
  816. echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
  817. exit ;;
  818. i*86:Minix:*:*)
  819. echo ${UNAME_MACHINE}-pc-minix
  820. exit ;;
  821. arm*:Linux:*:*)
  822. echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
  823. exit ;;
  824. avr32*:Linux:*:*)
  825. echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
  826. exit ;;
  827. cris:Linux:*:*)
  828. echo cris-axis-linux-${LIBC}
  829. exit ;;
  830. crisv32:Linux:*:*)
  831. echo crisv32-axis-linux-${LIBC}
  832. exit ;;
  833. frv:Linux:*:*)
  834. echo frv-unknown-linux-${LIBC}
  835. exit ;;
  836. ia64:Linux:*:*)
  837. echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
  838. exit ;;
  839. m32r*:Linux:*:*)
  840. echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
  841. exit ;;
  842. m68*:Linux:*:*)
  843. echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
  844. exit ;;
  845. mips:Linux:*:*)
  846. eval $set_cc_for_build
  847. sed 's/^ //' << EOF >$dummy.c
  848. #undef CPU
  849. #undef mips
  850. #undef mipsel
  851. #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
  852. CPU=mipsel
  853. #else
  854. #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
  855. CPU=mips
  856. #else
  857. CPU=
  858. #endif
  859. #endif
  860. EOF
  861. eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
  862. /^CPU/{
  863. s: ::g
  864. p
  865. }'`"
  866. test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
  867. ;;
  868. mips64:Linux:*:*)
  869. eval $set_cc_for_build
  870. sed 's/^ //' << EOF >$dummy.c
  871. #undef CPU
  872. #undef mips64
  873. #undef mips64el
  874. #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
  875. CPU=mips64el
  876. #else
  877. #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
  878. CPU=mips64
  879. #else
  880. CPU=
  881. #endif
  882. #endif
  883. EOF
  884. eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
  885. /^CPU/{
  886. s: ::g
  887. p
  888. }'`"
  889. test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
  890. ;;
  891. or32:Linux:*:*)
  892. echo or32-unknown-linux-${LIBC}
  893. exit ;;
  894. ppc:Linux:*:*)
  895. echo powerpc-unknown-linux-${LIBC}
  896. exit ;;
  897. ppc64:Linux:*:*)
  898. echo powerpc64-unknown-linux-${LIBC}
  899. exit ;;
  900. alpha:Linux:*:*)
  901. case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
  902. EV5) UNAME_MACHINE=alphaev5 ;;
  903. EV56) UNAME_MACHINE=alphaev56 ;;
  904. PCA56) UNAME_MACHINE=alphapca56 ;;
  905. PCA57) UNAME_MACHINE=alphapca56 ;;
  906. EV6) UNAME_MACHINE=alphaev6 ;;
  907. EV67) UNAME_MACHINE=alphaev67 ;;
  908. EV68*) UNAME_MACHINE=alphaev68 ;;
  909. esac
  910. objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
  911. if test "$?" = 0 ; then LIBC="gnulibc1" ; fi
  912. echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
  913. exit ;;
  914. parisc:Linux:*:* | hppa:Linux:*:*)
  915. # Look for CPU level
  916. case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
  917. PA7*) echo hppa1.1-unknown-linux-${LIBC} ;;
  918. PA8*) echo hppa2.0-unknown-linux-${LIBC} ;;
  919. *) echo hppa-unknown-linux-${LIBC} ;;
  920. esac
  921. exit ;;
  922. parisc64:Linux:*:* | hppa64:Linux:*:*)
  923. echo hppa64-unknown-linux-${LIBC}
  924. exit ;;
  925. s390:Linux:*:* | s390x:Linux:*:*)
  926. echo ${UNAME_MACHINE}-ibm-linux
  927. exit ;;
  928. sh64*:Linux:*:*)
  929. echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
  930. exit ;;
  931. sh*:Linux:*:*)
  932. echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
  933. exit ;;
  934. sparc:Linux:*:* | sparc64:Linux:*:*)
  935. echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
  936. exit ;;
  937. vax:Linux:*:*)
  938. echo ${UNAME_MACHINE}-dec-linux-${LIBC}
  939. exit ;;
  940. x86_64:Linux:*:*)
  941. echo x86_64-unknown-linux-${LIBC}
  942. exit ;;
  943. xtensa:Linux:*:*)
  944. echo xtensa-unknown-linux-${LIBC}
  945. exit ;;
  946. i*86:Linux:*:*)
  947. # The BFD linker knows what the default object file format is, so
  948. # first see if it will tell us. cd to the root directory to prevent
  949. # problems with other programs or directories called `ld' in the path.
  950. # Set LC_ALL=C to ensure ld outputs messages in English.
  951. ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
  952. | sed -ne '/supported targets:/!d
  953. s/[ ][ ]*/ /g
  954. s/.*supported targets: *//
  955. s/ .*//
  956. p'`
  957. case "$ld_supported_targets" in
  958. elf32-i386)
  959. TENTATIVE="${UNAME_MACHINE}-pc-linux-${LIBC}"
  960. ;;
  961. a.out-i386-linux)
  962. echo "${UNAME_MACHINE}-pc-linux-${LIBC}aout"
  963. exit ;;
  964. coff-i386)
  965. echo "${UNAME_MACHINE}-pc-linux-${LIBC}coff"
  966. exit ;;
  967. "")
  968. # Either a pre-BFD a.out linker (linux-gnuoldld) or
  969. # one that does not give us useful --help.
  970. echo "${UNAME_MACHINE}-pc-linux-${LIBC}oldld"
  971. exit ;;
  972. esac
  973. # This should get integrated into the C code below, but now we hack
  974. if [ "$LIBC" != "gnu" ] ; then echo "$TENTATIVE" && exit 0 ; fi
  975. # Determine whether the default compiler is a.out or elf
  976. eval $set_cc_for_build
  977. sed 's/^ //' << EOF >$dummy.c
  978. #include <features.h>
  979. #ifdef __ELF__
  980. # ifdef __GLIBC__
  981. # if __GLIBC__ >= 2
  982. LIBC=gnu
  983. # else
  984. LIBC=gnulibc1
  985. # endif
  986. # else
  987. LIBC=gnulibc1
  988. # endif
  989. #else
  990. #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
  991. LIBC=gnu
  992. #else
  993. LIBC=gnuaout
  994. #endif
  995. #endif
  996. #ifdef __dietlibc__
  997. LIBC=dietlibc
  998. #endif
  999. EOF
  1000. eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
  1001. /^LIBC/{
  1002. s: ::g
  1003. p
  1004. }'`"
  1005. test x"${LIBC}" != x && {
  1006. echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
  1007. exit
  1008. }
  1009. test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; }
  1010. ;;
  1011. i*86:DYNIX/ptx:4*:*)
  1012. # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
  1013. # earlier versions are messed up and put the nodename in both
  1014. # sysname and nodename.
  1015. echo i386-sequent-sysv4
  1016. exit ;;
  1017. i*86:UNIX_SV:4.2MP:2.*)
  1018. # Unixware is an offshoot of SVR4, but it has its own version
  1019. # number series starting with 2...
  1020. # I am not positive that other SVR4 systems won't match this,
  1021. # I just have to hope. -- rms.
  1022. # Use sysv4.2uw... so that sysv4* matches it.
  1023. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
  1024. exit ;;
  1025. i*86:OS/2:*:*)
  1026. # If we were able to find `uname', then EMX Unix compatibility
  1027. # is probably installed.
  1028. echo ${UNAME_MACHINE}-pc-os2-emx
  1029. exit ;;
  1030. i*86:XTS-300:*:STOP)
  1031. echo ${UNAME_MACHINE}-unknown-stop
  1032. exit ;;
  1033. i*86:atheos:*:*)
  1034. echo ${UNAME_MACHINE}-unknown-atheos
  1035. exit ;;
  1036. i*86:syllable:*:*)
  1037. echo ${UNAME_MACHINE}-pc-syllable
  1038. exit ;;
  1039. i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
  1040. echo i386-unknown-lynxos${UNAME_RELEASE}
  1041. exit ;;
  1042. i*86:*DOS:*:*)
  1043. echo ${UNAME_MACHINE}-pc-msdosdjgpp
  1044. exit ;;
  1045. i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
  1046. UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
  1047. if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
  1048. echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
  1049. else
  1050. echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
  1051. fi
  1052. exit ;;
  1053. i*86:*:5:[678]*)
  1054. # UnixWare 7.x, OpenUNIX and OpenServer 6.
  1055. case `/bin/uname -X | grep "^Machine"` in
  1056. *486*) UNAME_MACHINE=i486 ;;
  1057. *Pentium) UNAME_MACHINE=i586 ;;
  1058. *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
  1059. esac
  1060. echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
  1061. exit ;;
  1062. i*86:*:3.2:*)
  1063. if test -f /usr/options/cb.name; then
  1064. UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
  1065. echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
  1066. elif /bin/uname -X 2>/dev/null >/dev/null ; then
  1067. UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
  1068. (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
  1069. (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
  1070. && UNAME_MACHINE=i586
  1071. (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
  1072. && UNAME_MACHINE=i686
  1073. (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
  1074. && UNAME_MACHINE=i686
  1075. echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
  1076. else
  1077. echo ${UNAME_MACHINE}-pc-sysv32
  1078. fi
  1079. exit ;;
  1080. pc:*:*:*)
  1081. # Left here for compatibility:
  1082. # uname -m prints for DJGPP always 'pc', but it prints nothing about
  1083. # the processor, so we play safe by assuming i386.
  1084. echo i386-pc-msdosdjgpp
  1085. exit ;;
  1086. Intel:Mach:3*:*)
  1087. echo i386-pc-mach3
  1088. exit ;;
  1089. paragon:*:*:*)
  1090. echo i860-intel-osf1
  1091. exit ;;
  1092. i860:*:4.*:*) # i860-SVR4
  1093. if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
  1094. echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
  1095. else # Add other i860-SVR4 vendors below as they are discovered.
  1096. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4
  1097. fi
  1098. exit ;;
  1099. mini*:CTIX:SYS*5:*)
  1100. # "miniframe"
  1101. echo m68010-convergent-sysv
  1102. exit ;;
  1103. mc68k:UNIX:SYSTEM5:3.51m)
  1104. echo m68k-convergent-sysv
  1105. exit ;;
  1106. M680?0:D-NIX:5.3:*)
  1107. echo m68k-diab-dnix
  1108. exit ;;
  1109. M68*:*:R3V[5678]*:*)
  1110. test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;;
  1111. 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
  1112. OS_REL=''
  1113. test -r /etc/.relid \
  1114. && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
  1115. /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
  1116. && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
  1117. /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
  1118. && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
  1119. 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
  1120. /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
  1121. && { echo i486-ncr-sysv4; exit; } ;;
  1122. m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
  1123. echo m68k-unknown-lynxos${UNAME_RELEASE}
  1124. exit ;;
  1125. mc68030:UNIX_System_V:4.*:*)
  1126. echo m68k-atari-sysv4
  1127. exit ;;
  1128. TSUNAMI:LynxOS:2.*:*)
  1129. echo sparc-unknown-lynxos${UNAME_RELEASE}
  1130. exit ;;
  1131. rs6000:LynxOS:2.*:*)
  1132. echo rs6000-unknown-lynxos${UNAME_RELEASE}
  1133. exit ;;
  1134. PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)
  1135. echo powerpc-unknown-lynxos${UNAME_RELEASE}
  1136. exit ;;
  1137. SM[BE]S:UNIX_SV:*:*)
  1138. echo mips-dde-sysv${UNAME_RELEASE}
  1139. exit ;;
  1140. RM*:ReliantUNIX-*:*:*)
  1141. echo mips-sni-sysv4
  1142. exit ;;
  1143. RM*:SINIX-*:*:*)
  1144. echo mips-sni-sysv4
  1145. exit ;;
  1146. *:SINIX-*:*:*)
  1147. if uname -p 2>/dev/null >/dev/null ; then
  1148. UNAME_MACHINE=`(uname -p) 2>/dev/null`
  1149. echo ${UNAME_MACHINE}-sni-sysv4
  1150. else
  1151. echo ns32k-sni-sysv
  1152. fi
  1153. exit ;;
  1154. PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
  1155. # says <Richard.M.Bartel@ccMail.Census.GOV>
  1156. echo i586-unisys-sysv4
  1157. exit ;;
  1158. *:UNIX_System_V:4*:FTX*)
  1159. # From Gerald Hewes <hewes@openmarket.com>.
  1160. # How about differentiating between stratus architectures? -djm
  1161. echo hppa1.1-stratus-sysv4
  1162. exit ;;
  1163. *:*:*:FTX*)
  1164. # From seanf@swdc.stratus.com.
  1165. echo i860-stratus-sysv4
  1166. exit ;;
  1167. i*86:VOS:*:*)
  1168. # From Paul.Green@stratus.com.
  1169. echo ${UNAME_MACHINE}-stratus-vos
  1170. exit ;;
  1171. *:VOS:*:*)
  1172. # From Paul.Green@stratus.com.
  1173. echo hppa1.1-stratus-vos
  1174. exit ;;
  1175. mc68*:A/UX:*:*)
  1176. echo m68k-apple-aux${UNAME_RELEASE}
  1177. exit ;;
  1178. news*:NEWS-OS:6*:*)
  1179. echo mips-sony-newsos6
  1180. exit ;;
  1181. R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
  1182. if [ -d /usr/nec ]; then
  1183. echo mips-nec-sysv${UNAME_RELEASE}
  1184. else
  1185. echo mips-unknown-sysv${UNAME_RELEASE}
  1186. fi
  1187. exit ;;
  1188. BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only.
  1189. echo powerpc-be-beos
  1190. exit ;;
  1191. BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only.
  1192. echo powerpc-apple-beos
  1193. exit ;;
  1194. BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
  1195. echo i586-pc-beos
  1196. exit ;;
  1197. SX-4:SUPER-UX:*:*)
  1198. echo sx4-nec-superux${UNAME_RELEASE}
  1199. exit ;;
  1200. SX-5:SUPER-UX:*:*)
  1201. echo sx5-nec-superux${UNAME_RELEASE}
  1202. exit ;;
  1203. SX-6:SUPER-UX:*:*)
  1204. echo sx6-nec-superux${UNAME_RELEASE}
  1205. exit ;;
  1206. SX-7:SUPER-UX:*:*)
  1207. echo sx7-nec-superux${UNAME_RELEASE}
  1208. exit ;;
  1209. SX-8:SUPER-UX:*:*)
  1210. echo sx8-nec-superux${UNAME_RELEASE}
  1211. exit ;;
  1212. SX-8R:SUPER-UX:*:*)
  1213. echo sx8r-nec-superux${UNAME_RELEASE}
  1214. exit ;;
  1215. Power*:Rhapsody:*:*)
  1216. echo powerpc-apple-rhapsody${UNAME_RELEASE}
  1217. exit ;;
  1218. *:Rhapsody:*:*)
  1219. echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
  1220. exit ;;
  1221. *:Darwin:*:*)
  1222. UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
  1223. case $UNAME_PROCESSOR in
  1224. unknown) UNAME_PROCESSOR=powerpc ;;
  1225. esac
  1226. echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
  1227. exit ;;
  1228. *:procnto*:*:* | *:QNX:[0123456789]*:*)
  1229. UNAME_PROCESSOR=`uname -p`
  1230. if test "$UNAME_PROCESSOR" = "x86"; then
  1231. UNAME_PROCESSOR=i386
  1232. UNAME_MACHINE=pc
  1233. fi
  1234. echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
  1235. exit ;;
  1236. *:QNX:*:4*)
  1237. echo i386-pc-qnx
  1238. exit ;;
  1239. NSE-?:NONSTOP_KERNEL:*:*)
  1240. echo nse-tandem-nsk${UNAME_RELEASE}
  1241. exit ;;
  1242. NSR-?:NONSTOP_KERNEL:*:*)
  1243. echo nsr-tandem-nsk${UNAME_RELEASE}
  1244. exit ;;
  1245. *:NonStop-UX:*:*)
  1246. echo mips-compaq-nonstopux
  1247. exit ;;
  1248. BS2000:POSIX*:*:*)
  1249. echo bs2000-siemens-sysv
  1250. exit ;;
  1251. DS/*:UNIX_System_V:*:*)
  1252. echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
  1253. exit ;;
  1254. *:Plan9:*:*)
  1255. # "uname -m" is not consistent, so use $cputype instead. 386
  1256. # is converted to i386 for consistency with other x86
  1257. # operating systems.
  1258. if test "$cputype" = "386"; then
  1259. UNAME_MACHINE=i386
  1260. else
  1261. UNAME_MACHINE="$cputype"
  1262. fi
  1263. echo ${UNAME_MACHINE}-unknown-plan9
  1264. exit ;;
  1265. *:TOPS-10:*:*)
  1266. echo pdp10-unknown-tops10
  1267. exit ;;
  1268. *:TENEX:*:*)
  1269. echo pdp10-unknown-tenex
  1270. exit ;;
  1271. KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
  1272. echo pdp10-dec-tops20
  1273. exit ;;
  1274. XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
  1275. echo pdp10-xkl-tops20
  1276. exit ;;
  1277. *:TOPS-20:*:*)
  1278. echo pdp10-unknown-tops20
  1279. exit ;;
  1280. *:ITS:*:*)
  1281. echo pdp10-unknown-its
  1282. exit ;;
  1283. SEI:*:*:SEIUX)
  1284. echo mips-sei-seiux${UNAME_RELEASE}
  1285. exit ;;
  1286. *:DragonFly:*:*)
  1287. echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
  1288. exit ;;
  1289. *:*VMS:*:*)
  1290. UNAME_MACHINE=`(uname -p) 2>/dev/null`
  1291. case "${UNAME_MACHINE}" in
  1292. A*) echo alpha-dec-vms ; exit ;;
  1293. I*) echo ia64-dec-vms ; exit ;;
  1294. V*) echo vax-dec-vms ; exit ;;
  1295. esac ;;
  1296. *:XENIX:*:SysV)
  1297. echo i386-pc-xenix
  1298. exit ;;
  1299. i*86:skyos:*:*)
  1300. echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
  1301. exit ;;
  1302. i*86:rdos:*:*)
  1303. echo ${UNAME_MACHINE}-pc-rdos
  1304. exit ;;
  1305. esac
  1306. #echo '(No uname command or uname output not recognized.)' 1>&2
  1307. #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
  1308. eval $set_cc_for_build
  1309. cat >$dummy.c <<EOF
  1310. #ifdef _SEQUENT_
  1311. # include <sys/types.h>
  1312. # include <sys/utsname.h>
  1313. #endif
  1314. main ()
  1315. {
  1316. #if defined (sony)
  1317. #if defined (MIPSEB)
  1318. /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
  1319. I don't know.... */
  1320. printf ("mips-sony-bsd\n"); exit (0);
  1321. #else
  1322. #include <sys/param.h>
  1323. printf ("m68k-sony-newsos%s\n",
  1324. #ifdef NEWSOS4
  1325. "4"
  1326. #else
  1327. ""
  1328. #endif
  1329. ); exit (0);
  1330. #endif
  1331. #endif
  1332. #if defined (__arm) && defined (__acorn) && defined (__unix)
  1333. printf ("arm-acorn-riscix\n"); exit (0);
  1334. #endif
  1335. #if defined (hp300) && !defined (hpux)
  1336. printf ("m68k-hp-bsd\n"); exit (0);
  1337. #endif
  1338. #if defined (NeXT)
  1339. #if !defined (__ARCHITECTURE__)
  1340. #define __ARCHITECTURE__ "m68k"
  1341. #endif
  1342. int version;
  1343. version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
  1344. if (version < 4)
  1345. printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
  1346. else
  1347. printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
  1348. exit (0);
  1349. #endif
  1350. #if defined (MULTIMAX) || defined (n16)
  1351. #if defined (UMAXV)
  1352. printf ("ns32k-encore-sysv\n"); exit (0);
  1353. #else
  1354. #if defined (CMU)
  1355. printf ("ns32k-encore-mach\n"); exit (0);
  1356. #else
  1357. printf ("ns32k-encore-bsd\n"); exit (0);
  1358. #endif
  1359. #endif
  1360. #endif
  1361. #if defined (__386BSD__)
  1362. printf ("i386-pc-bsd\n"); exit (0);
  1363. #endif
  1364. #if defined (sequent)
  1365. #if defined (i386)
  1366. printf ("i386-sequent-dynix\n"); exit (0);
  1367. #endif
  1368. #if defined (ns32000)
  1369. printf ("ns32k-sequent-dynix\n"); exit (0);
  1370. #endif
  1371. #endif
  1372. #if defined (_SEQUENT_)
  1373. struct utsname un;
  1374. uname(&un);
  1375. if (strncmp(un.version, "V2", 2) == 0) {
  1376. printf ("i386-sequent-ptx2\n"); exit (0);
  1377. }
  1378. if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
  1379. printf ("i386-sequent-ptx1\n"); exit (0);
  1380. }
  1381. printf ("i386-sequent-ptx\n"); exit (0);
  1382. #endif
  1383. #if defined (vax)
  1384. # if !defined (ultrix)
  1385. # include <sys/param.h>
  1386. # if defined (BSD)
  1387. # if BSD == 43
  1388. printf ("vax-dec-bsd4.3\n"); exit (0);
  1389. # else
  1390. # if BSD == 199006
  1391. printf ("vax-dec-bsd4.3reno\n"); exit (0);
  1392. # else
  1393. printf ("vax-dec-bsd\n"); exit (0);
  1394. # endif
  1395. # endif
  1396. # else
  1397. printf ("vax-dec-bsd\n"); exit (0);
  1398. # endif
  1399. # else
  1400. printf ("vax-dec-ultrix\n"); exit (0);
  1401. # endif
  1402. #endif
  1403. #if defined (alliant) && defined (i860)
  1404. printf ("i860-alliant-bsd\n"); exit (0);
  1405. #endif
  1406. exit (1);
  1407. }
  1408. EOF
  1409. $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
  1410. { echo "$SYSTEM_NAME"; exit; }
  1411. # Apollos put the system type in the environment.
  1412. test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
  1413. # Convex versions that predate uname can use getsysinfo(1)
  1414. if [ -x /usr/convex/getsysinfo ]
  1415. then
  1416. case `getsysinfo -f cpu_type` in
  1417. c1*)
  1418. echo c1-convex-bsd
  1419. exit ;;
  1420. c2*)
  1421. if getsysinfo -f scalar_acc
  1422. then echo c32-convex-bsd
  1423. else echo c2-convex-bsd
  1424. fi
  1425. exit ;;
  1426. c34*)
  1427. echo c34-convex-bsd
  1428. exit ;;
  1429. c38*)
  1430. echo c38-convex-bsd
  1431. exit ;;
  1432. c4*)
  1433. echo c4-convex-bsd
  1434. exit ;;
  1435. esac
  1436. fi
  1437. cat >&2 <<EOF
  1438. $0: unable to guess system type
  1439. This script, last modified $timestamp, has failed to recognize
  1440. the operating system you are using. It is advised that you
  1441. download the most up to date version of the config scripts from
  1442. http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
  1443. and
  1444. http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
  1445. If the version you run ($0) is already up to date, please
  1446. send the following data and any information you think might be
  1447. pertinent to <config-patches@gnu.org> in order to provide the needed
  1448. information to handle your system.
  1449. config.guess timestamp = $timestamp
  1450. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  1451. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  1452. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  1453. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  1454. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
  1455. /bin/uname -X = `(/bin/uname -X) 2>/dev/null`
  1456. hostinfo = `(hostinfo) 2>/dev/null`
  1457. /bin/universe = `(/bin/universe) 2>/dev/null`
  1458. /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null`
  1459. /bin/arch = `(/bin/arch) 2>/dev/null`
  1460. /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null`
  1461. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
  1462. UNAME_MACHINE = ${UNAME_MACHINE}
  1463. UNAME_RELEASE = ${UNAME_RELEASE}
  1464. UNAME_SYSTEM = ${UNAME_SYSTEM}
  1465. UNAME_VERSION = ${UNAME_VERSION}
  1466. EOF
  1467. exit 1
  1468. # Local variables:
  1469. # eval: (add-hook 'write-file-hooks 'time-stamp)
  1470. # time-stamp-start: "timestamp='"
  1471. # time-stamp-format: "%:y-%02m-%02d"
  1472. # time-stamp-end: "'"
  1473. # End: