config.guess
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:30k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

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