config.guess
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:26k
源码类别:

DVD

开发平台:

Unix_Linux

  1. #! /bin/sh
  2. # Attempt to guess a canonical system name.
  3. #   Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
  4. #
  5. # This file is free software; you can redistribute it and/or modify it
  6. # under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation; either version 2 of the License, or
  8. # (at your option) any later version.
  9. #
  10. # This program is distributed in the hope that it will be useful, but
  11. # WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  13. # General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License
  16. # along with this program; if not, write to the Free Software
  17. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  18. #
  19. # As a special exception to the GNU General Public License, if you
  20. # distribute this file as part of a program that contains a
  21. # configuration script generated by Autoconf, you may include it under
  22. # the same distribution terms that you use for the rest of that program.
  23. # Written by Per Bothner <bothner@cygnus.com>.
  24. # The master version of this file is at the FSF in /home/gd/gnu/lib.
  25. #
  26. # This script attempts to guess a canonical system name similar to
  27. # config.sub.  If it succeeds, it prints the system name on stdout, and
  28. # exits with 0.  Otherwise, it exits with 1.
  29. #
  30. # The plan is that this can be called by configure scripts if you
  31. # don't specify an explicit system type (host/target name).
  32. #
  33. # Only a few systems have been added to this list; please add others
  34. # (but try to keep the structure clean).
  35. #
  36. # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
  37. # (ghazi@noc.rutgers.edu 8/24/94.)
  38. if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
  39. PATH=$PATH:/.attbin ; export PATH
  40. fi
  41. UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
  42. UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
  43. UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
  44. UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
  45. trap 'rm -f dummy.c dummy.o dummy; exit 1' 1 2 15
  46. # Note: order is significant - the case branches are not exclusive.
  47. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
  48.     alpha:OSF1:*:*)
  49. if test $UNAME_RELEASE = "V4.0"; then
  50. UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
  51. fi
  52. # A Vn.n version is a released version.
  53. # A Tn.n version is a released field test version.
  54. # A Xn.n version is an unreleased experimental baselevel.
  55. # 1.2 uses "1.2" for uname -r.
  56. cat <<EOF >dummy.s
  57. .globl main
  58. .ent main
  59. main:
  60. .frame $30,0,$26,0
  61. .prologue 0
  62. .long 0x47e03d80 # implver $0
  63. lda $2,259
  64. .long 0x47e20c21 # amask $2,$1
  65. srl $1,8,$2
  66. sll $2,2,$2
  67. sll $0,3,$0
  68. addl $1,$0,$0
  69. addl $2,$0,$0
  70. ret $31,($26),1
  71. .end main
  72. EOF
  73. ${CC-cc} dummy.s -o dummy 2>/dev/null
  74. if test "$?" = 0 ; then
  75. ./dummy
  76. case "$?" in
  77. 7)
  78. UNAME_MACHINE="alpha"
  79. ;;
  80. 15)
  81. UNAME_MACHINE="alphaev5"
  82. ;;
  83. 14)
  84. UNAME_MACHINE="alphaev56"
  85. ;;
  86. 10)
  87. UNAME_MACHINE="alphapca56"
  88. ;;
  89. 16)
  90. UNAME_MACHINE="alphaev6"
  91. ;;
  92. esac
  93. fi
  94. rm -f dummy.s dummy
  95. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr [[A-Z]] [[a-z]]`
  96. exit 0 ;;
  97.     21064:Windows_NT:50:3)
  98. echo alpha-dec-winnt3.5
  99. exit 0 ;;
  100.     Amiga*:UNIX_System_V:4.0:*)
  101. echo m68k-cbm-sysv4
  102. exit 0;;
  103.     amiga:NetBSD:*:*)
  104.       echo m68k-cbm-netbsd${UNAME_RELEASE}
  105.       exit 0 ;;
  106.     amiga:OpenBSD:*:*)
  107. echo m68k-unknown-openbsd${UNAME_RELEASE}
  108. exit 0 ;;
  109.     *:[Aa]miga[Oo][Ss]:*:*)
  110. echo ${UNAME_MACHINE}-unknown-amigaos
  111. exit 0 ;;
  112.     arc64:OpenBSD:*:*)
  113. echo mips64el-unknown-openbsd${UNAME_RELEASE}
  114. exit 0 ;;
  115.     arc:OpenBSD:*:*)
  116. echo mipsel-unknown-openbsd${UNAME_RELEASE}
  117. exit 0 ;;
  118.     hkmips:OpenBSD:*:*)
  119. echo mips-unknown-openbsd${UNAME_RELEASE}
  120. exit 0 ;;
  121.     pmax:OpenBSD:*:*)
  122. echo mipsel-unknown-openbsd${UNAME_RELEASE}
  123. exit 0 ;;
  124.     sgi:OpenBSD:*:*)
  125. echo mips-unknown-openbsd${UNAME_RELEASE}
  126. exit 0 ;;
  127.     wgrisc:OpenBSD:*:*)
  128. echo mipsel-unknown-openbsd${UNAME_RELEASE}
  129. exit 0 ;;
  130.     arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
  131. echo arm-acorn-riscix${UNAME_RELEASE}
  132. exit 0;;
  133.     arm32:NetBSD:*:*)
  134. echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/./'`
  135. exit 0 ;;
  136.     SR2?01:HI-UX/MPP:*:*)
  137. echo hppa1.1-hitachi-hiuxmpp
  138. exit 0;;
  139.     Pyramid*:OSx*:*:*|MIS*:OSx*:*:*|MIS*:SMP_DC-OSx*:*:*)
  140. # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
  141. if test "`(/bin/universe) 2>/dev/null`" = att ; then
  142. echo pyramid-pyramid-sysv3
  143. else
  144. echo pyramid-pyramid-bsd
  145. fi
  146. exit 0 ;;
  147.     NILE:*:*:dcosx)
  148. echo pyramid-pyramid-svr4
  149. exit 0 ;;
  150.     sun4H:SunOS:5.*:*)
  151. echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
  152. exit 0 ;;
  153.     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
  154. echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
  155. exit 0 ;;
  156.     i86pc:SunOS:5.*:*)
  157. echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
  158. exit 0 ;;
  159.     sun4*:SunOS:6*:*)
  160. # According to config.sub, this is the proper way to canonicalize
  161. # SunOS6.  Hard to guess exactly what SunOS6 will be like, but
  162. # it's likely to be more like Solaris than SunOS4.
  163. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
  164. exit 0 ;;
  165.     sun4*:SunOS:*:*)
  166. case "`/usr/bin/arch -k`" in
  167.     Series*|S4*)
  168. UNAME_RELEASE=`uname -v`
  169. ;;
  170. esac
  171. # Japanese Language versions have a version number like `4.1.3-JL'.
  172. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
  173. exit 0 ;;
  174.     sun3*:SunOS:*:*)
  175. echo m68k-sun-sunos${UNAME_RELEASE}
  176. exit 0 ;;
  177.     sun*:*:4.2BSD:*)
  178. UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
  179. test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
  180. case "`/bin/arch`" in
  181.     sun3)
  182. echo m68k-sun-sunos${UNAME_RELEASE}
  183. ;;
  184.     sun4)
  185. echo sparc-sun-sunos${UNAME_RELEASE}
  186. ;;
  187. esac
  188. exit 0 ;;
  189.     aushp:SunOS:*:*)
  190. echo sparc-auspex-sunos${UNAME_RELEASE}
  191. exit 0 ;;
  192.     atari*:NetBSD:*:*)
  193. echo m68k-atari-netbsd${UNAME_RELEASE}
  194. exit 0 ;;
  195.     atari*:OpenBSD:*:*)
  196. echo m68k-unknown-openbsd${UNAME_RELEASE}
  197. exit 0 ;;
  198.     sun3*:NetBSD:*:*)
  199. echo m68k-sun-netbsd${UNAME_RELEASE}
  200. exit 0 ;;
  201.     sun3*:OpenBSD:*:*)
  202. echo m68k-unknown-openbsd${UNAME_RELEASE}
  203. exit 0 ;;
  204.     mac68k:NetBSD:*:*)
  205. echo m68k-apple-netbsd${UNAME_RELEASE}
  206. exit 0 ;;
  207.     mac68k:OpenBSD:*:*)
  208. echo m68k-unknown-openbsd${UNAME_RELEASE}
  209. exit 0 ;;
  210.     mvme68k:OpenBSD:*:*)
  211. echo m68k-unknown-openbsd${UNAME_RELEASE}
  212. exit 0 ;;
  213.     mvme88k:OpenBSD:*:*)
  214. echo m88k-unknown-openbsd${UNAME_RELEASE}
  215. exit 0 ;;
  216.     powerpc:machten:*:*)
  217. echo powerpc-apple-machten${UNAME_RELEASE}
  218. exit 0 ;;
  219.     macppc:NetBSD:*:*)
  220.         echo powerpc-apple-netbsd${UNAME_RELEASE}
  221.         exit 0 ;;
  222.     RISC*:Mach:*:*)
  223. echo mips-dec-mach_bsd4.3
  224. exit 0 ;;
  225.     RISC*:ULTRIX:*:*)
  226. echo mips-dec-ultrix${UNAME_RELEASE}
  227. exit 0 ;;
  228.     VAX*:ULTRIX*:*:*)
  229. echo vax-dec-ultrix${UNAME_RELEASE}
  230. exit 0 ;;
  231.     2020:CLIX:*:*)
  232. echo clipper-intergraph-clix${UNAME_RELEASE}
  233. exit 0 ;;
  234.     mips:*:*:UMIPS | mips:*:*:RISCos)
  235. sed 's/^ //' << EOF >dummy.c
  236. int main (argc, argv) int argc; char **argv; {
  237. #if defined (host_mips) && defined (MIPSEB)
  238. #if defined (SYSTYPE_SYSV)
  239.   printf ("mips-mips-riscos%ssysvn", argv[1]); exit (0);
  240. #endif
  241. #if defined (SYSTYPE_SVR4)
  242.   printf ("mips-mips-riscos%ssvr4n", argv[1]); exit (0);
  243. #endif
  244. #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
  245.   printf ("mips-mips-riscos%sbsdn", argv[1]); exit (0);
  246. #endif
  247. #endif
  248.   exit (-1);
  249. }
  250. EOF
  251. ${CC-cc} dummy.c -o dummy 
  252.   && ./dummy `echo "${UNAME_RELEASE}" | sed -n 's/([0-9]*).*/1/p'` 
  253.   && rm dummy.c dummy && exit 0
  254. rm -f dummy.c dummy
  255. echo mips-mips-riscos${UNAME_RELEASE}
  256. exit 0 ;;
  257.     Night_Hawk:Power_UNIX:*:*)
  258. echo powerpc-harris-powerunix
  259. exit 0 ;;
  260.     m88k:CX/UX:7*:*)
  261. echo m88k-harris-cxux7
  262. exit 0 ;;
  263.     m88k:*:4*:R4*)
  264. echo m88k-motorola-sysv4
  265. exit 0 ;;
  266.     m88k:*:3*:R3*)
  267. echo m88k-motorola-sysv3
  268. exit 0 ;;
  269.     AViiON:dgux:*:*)
  270.         # DG/UX returns AViiON for all architectures
  271.         UNAME_PROCESSOR=`/usr/bin/uname -p`
  272.         if [ $UNAME_PROCESSOR = mc88100 -o $UNAME_PROCESSOR = mc88110 ] ; then
  273. if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx 
  274.      -o ${TARGET_BINARY_INTERFACE}x = x ] ; then
  275. echo m88k-dg-dgux${UNAME_RELEASE}
  276. else
  277. echo m88k-dg-dguxbcs${UNAME_RELEASE}
  278. fi
  279.         else echo i586-dg-dgux${UNAME_RELEASE}
  280.         fi
  281.   exit 0 ;;
  282.     M88*:DolphinOS:*:*) # DolphinOS (SVR3)
  283. echo m88k-dolphin-sysv3
  284. exit 0 ;;
  285.     M88*:*:R3*:*)
  286. # Delta 88k system running SVR3
  287. echo m88k-motorola-sysv3
  288. exit 0 ;;
  289.     XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
  290. echo m88k-tektronix-sysv3
  291. exit 0 ;;
  292.     Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
  293. echo m68k-tektronix-bsd
  294. exit 0 ;;
  295.     *:IRIX*:*:*)
  296. echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
  297. exit 0 ;;
  298.     ????????:AIX?:[12].1:2)   # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
  299. echo romp-ibm-aix      # uname -m gives an 8 hex-code CPU id
  300. exit 0 ;;              # Note that: echo "'`uname -s`'" gives 'AIX '
  301.     i?86:AIX:*:*)
  302. echo i386-ibm-aix
  303. exit 0 ;;
  304.     *:AIX:2:3)
  305. if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
  306. sed 's/^ //' << EOF >dummy.c
  307. #include <sys/systemcfg.h>
  308. main()
  309. {
  310. if (!__power_pc())
  311. exit(1);
  312. puts("powerpc-ibm-aix3.2.5");
  313. exit(0);
  314. }
  315. EOF
  316. ${CC-cc} dummy.c -o dummy && ./dummy && rm dummy.c dummy && exit 0
  317. rm -f dummy.c dummy
  318. echo rs6000-ibm-aix3.2.5
  319. elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
  320. echo rs6000-ibm-aix3.2.4
  321. else
  322. echo rs6000-ibm-aix3.2
  323. fi
  324. exit 0 ;;
  325.     *:AIX:*:4)
  326. IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'`
  327. if /usr/sbin/lsattr -EHl ${IBM_CPU_ID} | grep POWER >/dev/null 2>&1; then
  328. IBM_ARCH=rs6000
  329. else
  330. IBM_ARCH=powerpc
  331. fi
  332. if [ -x /usr/bin/oslevel ] ; then
  333. IBM_REV=`/usr/bin/oslevel`
  334. else
  335. IBM_REV=4.${UNAME_RELEASE}
  336. fi
  337. echo ${IBM_ARCH}-ibm-aix${IBM_REV}
  338. exit 0 ;;
  339.     *:AIX:*:*)
  340. echo rs6000-ibm-aix
  341. exit 0 ;;
  342.     ibmrt:4.4BSD:*|romp-ibm:BSD:*)
  343. echo romp-ibm-bsd4.4
  344. exit 0 ;;
  345.     ibmrt:*BSD:*|romp-ibm:BSD:*)            # covers RT/PC NetBSD and
  346. echo romp-ibm-bsd${UNAME_RELEASE}   # 4.3 with uname added to
  347. exit 0 ;;                           # report: romp-ibm BSD 4.3
  348.     *:BOSX:*:*)
  349. echo rs6000-bull-bosx
  350. exit 0 ;;
  351.     DPX/2?00:B.O.S.:*:*)
  352. echo m68k-bull-sysv3
  353. exit 0 ;;
  354.     9000/[34]??:4.3bsd:1.*:*)
  355. echo m68k-hp-bsd
  356. exit 0 ;;
  357.     hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
  358. echo m68k-hp-bsd4.4
  359. exit 0 ;;
  360.     9000/[34678]??:HP-UX:*:*)
  361. case "${UNAME_MACHINE}" in
  362.     9000/31? )            HP_ARCH=m68000 ;;
  363.     9000/[34]?? )         HP_ARCH=m68k ;;
  364.     9000/6?? | 9000/7?? | 9000/80[24] | 9000/8?[13679] | 9000/892 )
  365.               sed 's/^              //' << EOF >dummy.c
  366.               #include <stdlib.h>
  367.               #include <unistd.h>
  368.               
  369.               int main ()
  370.               {
  371.               #if defined(_SC_KERNEL_BITS)
  372.                   long bits = sysconf(_SC_KERNEL_BITS);
  373.               #endif 
  374.                   long cpu  = sysconf (_SC_CPU_VERSION);
  375.               
  376.                   switch (cpu) 
  377.                {
  378.                case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
  379.                case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
  380.                case CPU_PA_RISC2_0: 
  381.               #if defined(_SC_KERNEL_BITS)
  382.                    switch (bits) 
  383.                {
  384.                case 64: puts ("hppa2.0w"); break;
  385.                case 32: puts ("hppa2.0n"); break;
  386.                default: puts ("hppa2.0"); break;
  387.                } break;
  388.               #else  /* !defined(_SC_KERNEL_BITS) */
  389.                    puts ("hppa2.0"); break;
  390.               #endif 
  391.                default: puts ("hppa1.0"); break;
  392.                }
  393.                   exit (0);
  394.               }
  395. EOF
  396. (${CC-cc} dummy.c -o dummy 2>/dev/null ) && HP_ARCH=`./dummy`
  397. rm -f dummy.c dummy
  398. esac
  399. HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
  400. echo ${HP_ARCH}-hp-hpux${HPUX_REV}
  401. exit 0 ;;
  402.     3050*:HI-UX:*:*)
  403. sed 's/^ //' << EOF >dummy.c
  404. #include <unistd.h>
  405. int
  406. main ()
  407. {
  408.   long cpu = sysconf (_SC_CPU_VERSION);
  409.   /* The order matters, because CPU_IS_HP_MC68K erroneously returns
  410.      true for CPU_PA_RISC1_0.  CPU_IS_PA_RISC returns correct
  411.      results, however.  */
  412.   if (CPU_IS_PA_RISC (cpu))
  413.     {
  414.       switch (cpu)
  415. {
  416.   case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
  417.   case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
  418.   case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
  419.   default: puts ("hppa-hitachi-hiuxwe2"); break;
  420. }
  421.     }
  422.   else if (CPU_IS_HP_MC68K (cpu))
  423.     puts ("m68k-hitachi-hiuxwe2");
  424.   else puts ("unknown-hitachi-hiuxwe2");
  425.   exit (0);
  426. }
  427. EOF
  428. ${CC-cc} dummy.c -o dummy && ./dummy && rm dummy.c dummy && exit 0
  429. rm -f dummy.c dummy
  430. echo unknown-hitachi-hiuxwe2
  431. exit 0 ;;
  432.     9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
  433. echo hppa1.1-hp-bsd
  434. exit 0 ;;
  435.     9000/8??:4.3bsd:*:*)
  436. echo hppa1.0-hp-bsd
  437. exit 0 ;;
  438.     hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
  439. echo hppa1.1-hp-osf
  440. exit 0 ;;
  441.     hp8??:OSF1:*:*)
  442. echo hppa1.0-hp-osf
  443. exit 0 ;;
  444.     i?86:OSF1:*:*)
  445. if [ -x /usr/sbin/sysversion ] ; then
  446.     echo ${UNAME_MACHINE}-unknown-osf1mk
  447. else
  448.     echo ${UNAME_MACHINE}-unknown-osf1
  449. fi
  450. exit 0 ;;
  451.     parisc*:Lites*:*:*)
  452. echo hppa1.1-hp-lites
  453. exit 0 ;;
  454.     C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
  455. echo c1-convex-bsd
  456.         exit 0 ;;
  457.     C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
  458. if getsysinfo -f scalar_acc
  459. then echo c32-convex-bsd
  460. else echo c2-convex-bsd
  461. fi
  462.         exit 0 ;;
  463.     C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
  464. echo c34-convex-bsd
  465.         exit 0 ;;
  466.     C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
  467. echo c38-convex-bsd
  468.         exit 0 ;;
  469.     C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
  470. echo c4-convex-bsd
  471.         exit 0 ;;
  472.     CRAY*X-MP:*:*:*)
  473. echo xmp-cray-unicos
  474.         exit 0 ;;
  475.     CRAY*Y-MP:*:*:*)
  476. echo ymp-cray-unicos${UNAME_RELEASE}
  477. exit 0 ;;
  478.     CRAY*[A-Z]90:*:*:*)
  479. echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} 
  480. | sed -e 's/CRAY.*([A-Z]90)/1/' 
  481.       -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/
  482. exit 0 ;;
  483.     CRAY*TS:*:*:*)
  484. echo t90-cray-unicos${UNAME_RELEASE}
  485. exit 0 ;;
  486.     CRAY-2:*:*:*)
  487. echo cray2-cray-unicos
  488.         exit 0 ;;
  489.     F300:UNIX_System_V:*:*)
  490.         FUJITSU_SYS=`uname -p | tr [A-Z] [a-z] | sed -e 's////'`
  491.         FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
  492.         echo "f300-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
  493.         exit 0 ;;
  494.     F301:UNIX_System_V:*:*)
  495.        echo f301-fujitsu-uxpv`echo $UNAME_RELEASE | sed 's/ .*//'`
  496.        exit 0 ;;
  497.     hp3[0-9][05]:NetBSD:*:*)
  498. echo m68k-hp-netbsd${UNAME_RELEASE}
  499. exit 0 ;;
  500.     hp300:OpenBSD:*:*)
  501. echo m68k-unknown-openbsd${UNAME_RELEASE}
  502. exit 0 ;;
  503.     sparc*:BSD/OS:*:*)
  504. echo sparc-unknown-bsdi${UNAME_RELEASE}
  505. exit 0 ;;
  506.     i?86:BSD/386:*:* | *:BSD/OS:*:*)
  507. echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
  508. exit 0 ;;
  509.     *:FreeBSD:*:*)
  510. echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
  511. exit 0 ;;
  512.     *:NetBSD:*:*)
  513. echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/./'`
  514. exit 0 ;;
  515.     *:OpenBSD:*:*)
  516. echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/./'`
  517. exit 0 ;;
  518.     i*:CYGWIN*:*)
  519. echo ${UNAME_MACHINE}-pc-cygwin32
  520. exit 0 ;;
  521.     i*:MINGW*:*)
  522. echo ${UNAME_MACHINE}-pc-mingw32
  523. exit 0 ;;
  524.     p*:CYGWIN*:*)
  525. echo powerpcle-unknown-cygwin32
  526. exit 0 ;;
  527.     prep*:SunOS:5.*:*)
  528. echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
  529. exit 0 ;;
  530.     *:GNU:*:*)
  531. echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
  532. exit 0 ;;
  533.     *:Linux:*:*)
  534. # uname on the ARM produces all sorts of strangeness, and we need to
  535. # filter it out.
  536. case "$UNAME_MACHINE" in
  537.   arm* | sa110*)       UNAME_MACHINE="arm" ;;
  538. esac
  539. # The BFD linker knows what the default object file format is, so
  540. # first see if it will tell us.
  541. ld_help_string=`ld --help 2>&1`
  542. ld_supported_emulations=`echo $ld_help_string 
  543.  | sed -ne '/supported emulations:/!d
  544.     s/[  ][  ]*/ /g
  545.     s/.*supported emulations: *//
  546.     s/ .*//
  547.     p'`
  548.         case "$ld_supported_emulations" in
  549.   i?86linux)  echo "${UNAME_MACHINE}-pc-linux-gnuaout"      ; exit 0 ;;
  550.   i?86coff)   echo "${UNAME_MACHINE}-pc-linux-gnucoff"      ; exit 0 ;;
  551.   sparclinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
  552.   armlinux)   echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
  553.   m68klinux)  echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
  554.   elf32ppc)   echo "powerpc-unknown-linux-gnu"              ; exit 0 ;;
  555. esac
  556. if test "${UNAME_MACHINE}" = "alpha" ; then
  557. sed 's/^ //'  <<EOF >dummy.s
  558. .globl main
  559. .ent main
  560. main:
  561. .frame $30,0,$26,0
  562. .prologue 0
  563. .long 0x47e03d80 # implver $0
  564. lda $2,259
  565. .long 0x47e20c21 # amask $2,$1
  566. srl $1,8,$2
  567. sll $2,2,$2
  568. sll $0,3,$0
  569. addl $1,$0,$0
  570. addl $2,$0,$0
  571. ret $31,($26),1
  572. .end main
  573. EOF
  574. LIBC=""
  575. ${CC-cc} dummy.s -o dummy 2>/dev/null
  576. if test "$?" = 0 ; then
  577. ./dummy
  578. case "$?" in
  579. 7)
  580. UNAME_MACHINE="alpha"
  581. ;;
  582. 15)
  583. UNAME_MACHINE="alphaev5"
  584. ;;
  585. 14)
  586. UNAME_MACHINE="alphaev56"
  587. ;;
  588. 10)
  589. UNAME_MACHINE="alphapca56"
  590. ;;
  591. 16)
  592. UNAME_MACHINE="alphaev6"
  593. ;;
  594. esac
  595. objdump --private-headers dummy | 
  596.   grep ld.so.1 > /dev/null
  597. if test "$?" = 0 ; then
  598. LIBC="libc1"
  599. fi
  600. fi
  601. rm -f dummy.s dummy
  602. echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} ; exit 0
  603. elif test "${UNAME_MACHINE}" = "mips" ; then
  604.   cat >dummy.c <<EOF
  605. main(argc, argv)
  606.      int argc;
  607.      char *argv[];
  608. {
  609. #ifdef __MIPSEB__
  610.   printf ("%s-unknown-linux-gnun", argv[1]);
  611. #endif
  612. #ifdef __MIPSEL__
  613.   printf ("%sel-unknown-linux-gnun", argv[1]);
  614. #endif
  615.   return 0;
  616. }
  617. EOF
  618.   ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy "${UNAME_MACHINE}" && rm dummy.c dummy && exit 0
  619.   rm -f dummy.c dummy
  620. else
  621.   # Either a pre-BFD a.out linker (linux-gnuoldld)
  622.   # or one that does not give us useful --help.
  623.   # GCC wants to distinguish between linux-gnuoldld and linux-gnuaout.
  624.   # If ld does not provide *any* "supported emulations:"
  625.   # that means it is gnuoldld.
  626.   echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations:"
  627.   test $? != 0 && echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0
  628.   case "${UNAME_MACHINE}" in
  629.   i?86)
  630.     VENDOR=pc;
  631.     ;;
  632.   *)
  633.     VENDOR=unknown;
  634.     ;;
  635.   esac
  636.   # Determine whether the default compiler is a.out or elf
  637.   cat >dummy.c <<EOF
  638. #include <features.h>
  639. main(argc, argv)
  640.      int argc;
  641.      char *argv[];
  642. {
  643. #ifdef __ELF__
  644. # ifdef __GLIBC__
  645. #  if __GLIBC__ >= 2
  646.     printf ("%s-${VENDOR}-linux-gnun", argv[1]);
  647. #  else
  648.     printf ("%s-${VENDOR}-linux-gnulibc1n", argv[1]);
  649. #  endif
  650. # else
  651.    printf ("%s-${VENDOR}-linux-gnulibc1n", argv[1]);
  652. # endif
  653. #else
  654.   printf ("%s-${VENDOR}-linux-gnuaoutn", argv[1]);
  655. #endif
  656.   return 0;
  657. }
  658. EOF
  659.   ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy "${UNAME_MACHINE}" && rm dummy.c dummy && exit 0
  660.   rm -f dummy.c dummy
  661. fi ;;
  662. # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.  earlier versions
  663. # are messed up and put the nodename in both sysname and nodename.
  664.     i?86:DYNIX/ptx:4*:*)
  665. echo i386-sequent-sysv4
  666. exit 0 ;;
  667.     i?86:UNIX_SV:4.2MP:2.*)
  668.         # Unixware is an offshoot of SVR4, but it has its own version
  669.         # number series starting with 2...
  670.         # I am not positive that other SVR4 systems won't match this,
  671. # I just have to hope.  -- rms.
  672.         # Use sysv4.2uw... so that sysv4* matches it.
  673. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
  674. exit 0 ;;
  675.     i?86:*:4.*:* | i?86:SYSTEM_V:4.*:*)
  676. if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
  677. echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE}
  678. else
  679. echo ${UNAME_MACHINE}-pc-sysv${UNAME_RELEASE}
  680. fi
  681. exit 0 ;;
  682.     i?86:*:3.2:*)
  683. if test -f /usr/options/cb.name; then
  684. UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
  685. echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
  686. elif /bin/uname -X 2>/dev/null >/dev/null ; then
  687. UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
  688. (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
  689. (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) 
  690. && UNAME_MACHINE=i586
  691. echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
  692. else
  693. echo ${UNAME_MACHINE}-pc-sysv32
  694. fi
  695. exit 0 ;;
  696.     i?86:UnixWare:*:*)
  697. if /bin/uname -X 2>/dev/null >/dev/null ; then
  698.   (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) 
  699.     && UNAME_MACHINE=i586
  700. fi
  701. echo ${UNAME_MACHINE}-unixware-${UNAME_RELEASE}-${UNAME_VERSION}
  702. exit 0 ;;
  703.     pc:*:*:*)
  704.         # uname -m prints for DJGPP always 'pc', but it prints nothing about
  705.         # the processor, so we play safe by assuming i386.
  706. echo i386-pc-msdosdjgpp
  707.         exit 0 ;;
  708.     Intel:Mach:3*:*)
  709. echo i386-pc-mach3
  710. exit 0 ;;
  711.     paragon:*:*:*)
  712. echo i860-intel-osf1
  713. exit 0 ;;
  714.     i860:*:4.*:*) # i860-SVR4
  715. if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
  716.   echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
  717. else # Add other i860-SVR4 vendors below as they are discovered.
  718.   echo i860-unknown-sysv${UNAME_RELEASE}  # Unknown i860-SVR4
  719. fi
  720. exit 0 ;;
  721.     mini*:CTIX:SYS*5:*)
  722. # "miniframe"
  723. echo m68010-convergent-sysv
  724. exit 0 ;;
  725.     M68*:*:R3V[567]*:*)
  726. test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
  727.     3[34]??:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 4850:*:4.0:3.0)
  728. OS_REL=''
  729. test -r /etc/.relid 
  730. && OS_REL=.`sed -n 's/[^ ]* [^ ]* ([0-9][0-9]).*/1/p' < /etc/.relid`
  731. /bin/uname -p 2>/dev/null | grep 86 >/dev/null 
  732.   && echo i486-ncr-sysv4.3${OS_REL} && exit 0
  733. /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null 
  734.   && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;;
  735.     3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
  736.         /bin/uname -p 2>/dev/null | grep 86 >/dev/null 
  737.           && echo i486-ncr-sysv4 && exit 0 ;;
  738.     m68*:LynxOS:2.*:*)
  739. echo m68k-unknown-lynxos${UNAME_RELEASE}
  740. exit 0 ;;
  741.     mc68030:UNIX_System_V:4.*:*)
  742. echo m68k-atari-sysv4
  743. exit 0 ;;
  744.     i?86:LynxOS:2.*:*)
  745. echo i386-unknown-lynxos${UNAME_RELEASE}
  746. exit 0 ;;
  747.     TSUNAMI:LynxOS:2.*:*)
  748. echo sparc-unknown-lynxos${UNAME_RELEASE}
  749. exit 0 ;;
  750.     rs6000:LynxOS:2.*:* | PowerPC:LynxOS:2.*:*)
  751. echo rs6000-unknown-lynxos${UNAME_RELEASE}
  752. exit 0 ;;
  753.     SM[BE]S:UNIX_SV:*:*)
  754. echo mips-dde-sysv${UNAME_RELEASE}
  755. exit 0 ;;
  756.     RM*:SINIX-*:*:*)
  757. echo mips-sni-sysv4
  758. exit 0 ;;
  759.     *:SINIX-*:*:*)
  760. if uname -p 2>/dev/null >/dev/null ; then
  761. UNAME_MACHINE=`(uname -p) 2>/dev/null`
  762. echo ${UNAME_MACHINE}-sni-sysv4
  763. else
  764. echo ns32k-sni-sysv
  765. fi
  766. exit 0 ;;
  767.     PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
  768.                            # says <Richard.M.Bartel@ccMail.Census.GOV>
  769.         echo i586-unisys-sysv4
  770.         exit 0 ;;
  771.     *:UNIX_System_V:4*:FTX*)
  772. # From Gerald Hewes <hewes@openmarket.com>.
  773. # How about differentiating between stratus architectures? -djm
  774. echo hppa1.1-stratus-sysv4
  775. exit 0 ;;
  776.     *:*:*:FTX*)
  777. # From seanf@swdc.stratus.com.
  778. echo i860-stratus-sysv4
  779. exit 0 ;;
  780.     mc68*:A/UX:*:*)
  781. echo m68k-apple-aux${UNAME_RELEASE}
  782. exit 0 ;;
  783.     news*:NEWS-OS:*:6*)
  784. echo mips-sony-newsos6
  785. exit 0 ;;
  786.     R3000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R4000:UNIX_SV:*:*)
  787. if [ -d /usr/nec ]; then
  788.         echo mips-nec-sysv${UNAME_RELEASE}
  789. else
  790.         echo mips-unknown-sysv${UNAME_RELEASE}
  791. fi
  792.         exit 0 ;;
  793.     BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only.
  794. echo powerpc-be-beos
  795. exit 0 ;;
  796.     BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only.
  797. echo powerpc-apple-beos
  798. exit 0 ;;
  799.     BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
  800. echo i586-pc-beos
  801. exit 0 ;;
  802. esac
  803. #echo '(No uname command or uname output not recognized.)' 1>&2
  804. #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
  805. cat >dummy.c <<EOF
  806. #ifdef _SEQUENT_
  807. # include <sys/types.h>
  808. # include <sys/utsname.h>
  809. #endif
  810. main ()
  811. {
  812. #if defined (sony)
  813. #if defined (MIPSEB)
  814.   /* BFD wants "bsd" instead of "newsos".  Perhaps BFD should be changed,
  815.      I don't know....  */
  816.   printf ("mips-sony-bsdn"); exit (0);
  817. #else
  818. #include <sys/param.h>
  819.   printf ("m68k-sony-newsos%sn",
  820. #ifdef NEWSOS4
  821.           "4"
  822. #else
  823.   ""
  824. #endif
  825.          ); exit (0);
  826. #endif
  827. #endif
  828. #if defined (__arm) && defined (__acorn) && defined (__unix)
  829.   printf ("arm-acorn-riscix"); exit (0);
  830. #endif
  831. #if defined (hp300) && !defined (hpux)
  832.   printf ("m68k-hp-bsdn"); exit (0);
  833. #endif
  834. #if defined (NeXT)
  835. #if !defined (__ARCHITECTURE__)
  836. #define __ARCHITECTURE__ "m68k"
  837. #endif
  838.   int version;
  839.   version=`(hostinfo | sed -n 's/.*NeXT Mach ([0-9]*).*/1/p') 2>/dev/null`;
  840.   printf ("%s-next-nextstep%dn", __ARCHITECTURE__, version);
  841.   exit (0);
  842. #endif
  843. #if defined (MULTIMAX) || defined (n16)
  844. #if defined (UMAXV)
  845.   printf ("ns32k-encore-sysvn"); exit (0);
  846. #else
  847. #if defined (CMU)
  848.   printf ("ns32k-encore-machn"); exit (0);
  849. #else
  850.   printf ("ns32k-encore-bsdn"); exit (0);
  851. #endif
  852. #endif
  853. #endif
  854. #if defined (__386BSD__)
  855.   printf ("i386-pc-bsdn"); exit (0);
  856. #endif
  857. #if defined (sequent)
  858. #if defined (i386)
  859.   printf ("i386-sequent-dynixn"); exit (0);
  860. #endif
  861. #if defined (ns32000)
  862.   printf ("ns32k-sequent-dynixn"); exit (0);
  863. #endif
  864. #endif
  865. #if defined (_SEQUENT_)
  866.     struct utsname un;
  867.     uname(&un);
  868.     if (strncmp(un.version, "V2", 2) == 0) {
  869. printf ("i386-sequent-ptx2n"); exit (0);
  870.     }
  871.     if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
  872. printf ("i386-sequent-ptx1n"); exit (0);
  873.     }
  874.     printf ("i386-sequent-ptxn"); exit (0);
  875. #endif
  876. #if defined (vax)
  877. #if !defined (ultrix)
  878.   printf ("vax-dec-bsdn"); exit (0);
  879. #else
  880.   printf ("vax-dec-ultrixn"); exit (0);
  881. #endif
  882. #endif
  883. #if defined (alliant) && defined (i860)
  884.   printf ("i860-alliant-bsdn"); exit (0);
  885. #endif
  886.   exit (1);
  887. }
  888. EOF
  889. ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy && rm dummy.c dummy && exit 0
  890. rm -f dummy.c dummy
  891. # Apollos put the system type in the environment.
  892. test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; }
  893. # Convex versions that predate uname can use getsysinfo(1)
  894. if [ -x /usr/convex/getsysinfo ]
  895. then
  896.     case `getsysinfo -f cpu_type` in
  897.     c1*)
  898. echo c1-convex-bsd
  899. exit 0 ;;
  900.     c2*)
  901. if getsysinfo -f scalar_acc
  902. then echo c32-convex-bsd
  903. else echo c2-convex-bsd
  904. fi
  905. exit 0 ;;
  906.     c34*)
  907. echo c34-convex-bsd
  908. exit 0 ;;
  909.     c38*)
  910. echo c38-convex-bsd
  911. exit 0 ;;
  912.     c4*)
  913. echo c4-convex-bsd
  914. exit 0 ;;
  915.     esac
  916. fi
  917. #echo '(Unable to guess system type)' 1>&2
  918. exit 1