config.guess 43 KB

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