config.guess
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:14k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. #!/bin/sh
  2. # Attempt to guess a canonical system name.
  3. #   Copyright (C) 1992, 1993, 1994 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., 675 Mass Ave, Cambridge, MA 02139, 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:V*:*)
  49. # After 1.2, OSF1 uses "V1.3" for uname -r.
  50. echo alpha-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^V//'`
  51. exit 0 ;;
  52.     alpha:OSF1:*:*)
  53. # 1.2 uses "1.2" for uname -r.
  54. echo alpha-dec-osf${UNAME_RELEASE}
  55.         exit 0 ;;
  56.     arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
  57. echo arm-acorn-riscix${UNAME_RELEASE}
  58. exit 0;;
  59.     Pyramid*:OSx*:*:*)
  60. if test "`(/bin/universe) 2>/dev/null`" = att ; then
  61. echo pyramid-pyramid-sysv3
  62. else
  63. echo pyramid-pyramid-bsd
  64. fi
  65. exit 0 ;;
  66.     sun4*:SunOS:5.*:*)
  67. echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
  68. exit 0 ;;
  69.     sun4*:SunOS:6*:*)
  70. # According to config.sub, this is the proper way to canonicalize
  71. # SunOS6.  Hard to guess exactly what SunOS6 will be like, but
  72. # it's likely to be more like Solaris than SunOS4.
  73. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
  74. exit 0 ;;
  75.     sun4*:SunOS:*:*)
  76. # Japanese Language versions have a version number like `4.1.3-JL'.
  77. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
  78. exit 0 ;;
  79.     sun3*:SunOS:*:*)
  80. echo m68k-sun-sunos${UNAME_RELEASE}
  81. exit 0 ;;
  82.     RISC*:ULTRIX:*:*)
  83. echo mips-dec-ultrix${UNAME_RELEASE}
  84. exit 0 ;;
  85.     VAX*:ULTRIX*:*:*)
  86. echo vax-dec-ultrix${UNAME_RELEASE}
  87. exit 0 ;;
  88.     mips:*:5*:RISCos)
  89. echo mips-mips-riscos${UNAME_RELEASE}
  90. exit 0 ;;
  91.     m88k:CX/UX:7*:*)
  92. echo m88k-harris-cxux7
  93. exit 0 ;;
  94.     m88k:*:4*:R4*)
  95. echo m88k-motorola-sysv4
  96. exit 0 ;;
  97.     m88k:*:3*:R3*)
  98. echo m88k-motorola-sysv3
  99. exit 0 ;;
  100.     AViiON:dgux:*:*)
  101. if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx 
  102.      -o ${TARGET_BINARY_INTERFACE}x = x ] ; then
  103. echo m88k-dg-dgux${UNAME_RELEASE}
  104. else
  105. echo m88k-dg-dguxbcs${UNAME_RELEASE}
  106. fi
  107.   exit 0 ;;
  108.     M88*:DolphinOS:*:*) # DolphinOS (SVR3)
  109. echo m88k-dolphin-sysv3
  110. exit 0 ;;
  111.     M88*:*:R3*:*)
  112. # Delta 88k system running SVR3
  113. echo m88k-motorola-sysv3
  114. exit 0 ;;
  115.     XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
  116. echo m88k-tektronix-sysv3
  117. exit 0 ;;
  118.     Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
  119. echo m68k-tektronix-bsd
  120. exit 0 ;;
  121.     *:IRIX:*:*)
  122. echo mips-sgi-irix${UNAME_RELEASE}
  123. exit 0 ;;
  124.     i[34]86:AIX:*:*)
  125. echo i386-ibm-aix
  126. exit 0 ;;
  127.     *:AIX:2:3)
  128. if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
  129. sed 's/^ //' << EOF >dummy.c
  130. #include <sys/systemcfg.h>
  131. main()
  132. {
  133. if (!__power_pc())
  134. exit(1);
  135. puts("powerpc-ibm-aix3.2.5");
  136. exit(0);
  137. }
  138. EOF
  139. ${CC-cc} dummy.c -o dummy && ./dummy && rm dummy.c dummy && exit 0
  140. rm -f dummy.c dummy
  141. echo rs6000-ibm-aix3.2.5
  142. elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
  143. echo rs6000-ibm-aix3.2.4
  144. else
  145. echo rs6000-ibm-aix3.2
  146. fi
  147. exit 0 ;;
  148.     *:AIX:*:4)
  149. if /usr/sbin/lsattr -EHl proc0 | grep POWER >/dev/null 2>&1; then
  150. IBM_ARCH=rs6000
  151. else
  152. IBM_ARCH=powerpc
  153. fi
  154. if grep bos410 /usr/include/stdio.h >/dev/null 2>&1; then
  155. IBM_REV=4.1
  156. elif grep bos411 /usr/include/stdio.h >/dev/null 2>&1; then
  157. IBM_REV=4.1.1
  158. else
  159. IBM_REV=4.${UNAME_RELEASE}
  160. fi
  161. echo ${IBM_ARCH}-ibm-aix${IBM_REV}
  162. exit 0 ;;
  163.     *:AIX:*:*)
  164. echo rs6000-ibm-aix
  165. exit 0 ;;
  166.     *:BOSX:*:*)
  167. echo rs6000-bull-bosx
  168. exit 0 ;;
  169.     DPX/2?00:B.O.S.:*:*)
  170. echo m68k-bull-sysv3
  171. exit 0 ;;
  172.     9000/[34]??:4.3bsd:1.*:*)
  173. echo m68k-hp-bsd
  174. exit 0 ;;
  175.     hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
  176. echo m68k-hp-bsd4.4
  177. exit 0 ;;
  178.     9000/[3478]??:HP-UX:*:*)
  179. case "${UNAME_MACHINE}" in
  180.     9000/31? )            HP_ARCH=m68000 ;;
  181.     9000/[34]?? )         HP_ARCH=m68k ;;
  182.     9000/7?? | 9000/8?7 ) HP_ARCH=hppa1.1 ;;
  183.     9000/8?? )            HP_ARCH=hppa1.0 ;;
  184. esac
  185. HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
  186. echo ${HP_ARCH}-hp-hpux${HPUX_REV}
  187. exit 0 ;;
  188.     3050*:HI-UX:*:*)
  189. sed 's/^ //' << EOF >dummy.c
  190. #include <unistd.h>
  191. int
  192. main ()
  193. {
  194.   long cpu = sysconf (_SC_CPU_VERSION);
  195.   /* The order matters, because CPU_IS_HP_MC68K erroneously returns
  196.      true for CPU_PA_RISC1_0.  CPU_IS_PA_RISC returns correct
  197.      results, however.  */
  198.   if (CPU_IS_PA_RISC (cpu))
  199.     {
  200.       switch (cpu)
  201. {
  202.   case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
  203.   case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
  204.   case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
  205.   default: puts ("hppa-hitachi-hiuxwe2"); break;
  206. }
  207.     }
  208.   else if (CPU_IS_HP_MC68K (cpu))
  209.     puts ("m68k-hitachi-hiuxwe2");
  210.   else puts ("unknown-hitachi-hiuxwe2");
  211.   exit (0);
  212. }
  213. EOF
  214. ${CC-cc} dummy.c -o dummy && ./dummy && rm dummy.c dummy && exit 0
  215. rm -f dummy.c dummy
  216. echo unknown-hitachi-hiuxwe2
  217. exit 0 ;;
  218.     9000/7??:4.3bsd:*:* | 9000/8?7:4.3bsd:*:* )
  219. echo hppa1.1-hp-bsd
  220. exit 0 ;;
  221.     9000/8??:4.3bsd:*:*)
  222. echo hppa1.0-hp-bsd
  223. exit 0 ;;
  224.     hp7??:OSF1:*:* | hp8?7:OSF1:*:* )
  225. echo hppa1.1-hp-osf
  226. exit 0 ;;
  227.     hp8??:OSF1:*:*)
  228. echo hppa1.0-hp-osf
  229. exit 0 ;;
  230.     C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
  231. echo c1-convex-bsd
  232.         exit 0 ;;
  233.     C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
  234. if getsysinfo -f scalar_acc
  235. then echo c32-convex-bsd
  236. else echo c2-convex-bsd
  237. fi
  238.         exit 0 ;;
  239.     C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
  240. echo c34-convex-bsd
  241.         exit 0 ;;
  242.     C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
  243. echo c38-convex-bsd
  244.         exit 0 ;;
  245.     C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
  246. echo c4-convex-bsd
  247.         exit 0 ;;
  248.     CRAY*X-MP:UNICOS:*:*)
  249. echo xmp-cray-unicos
  250.         exit 0 ;;
  251.     CRAY*Y-MP:UNICOS:*:*)
  252. echo ymp-cray-unicos
  253.         exit 0 ;;
  254.     CRAY-2:UNICOS:*:*)
  255. echo cray2-cray-unicos
  256.         exit 0 ;;
  257.     amiga:NetBSD:*:*)
  258. echo m68k-amiga-netbsd${UNAME_RELEASE}
  259. exit 0 ;;
  260.     atari:NetBSD:*:*)
  261. echo m68k-atari-netbsd${UNAME_RELEASE}
  262. exit 0 ;;
  263.     hp3[0-9][05]:NetBSD:*:*)
  264. echo m68k-hp-netbsd${UNAME_RELEASE}
  265. exit 0 ;;
  266.     mac68k:NetBSD:*:*)
  267. echo m68k-apple-netbsd${UNAME_RELEASE}
  268. exit 0 ;;
  269.     mvme68:NetBSD:*:*)
  270. echo m68k-motorola-netbsd${UNAME_RELEASE}
  271. exit 0 ;;
  272.     next68k:NetBSD:*:*)
  273. echo m68k-next-netbsd${UNAME_RELEASE}
  274. exit 0 ;;
  275.     news68k:NetBSD:*:*)
  276. echo m68k-sony-netbsd${UNAME_RELEASE}
  277. exit 0 ;;
  278.     sun3:NetBSD:*:*)
  279. echo m68k-sun-netbsd${UNAME_RELEASE}
  280. exit 0 ;;
  281.     x68k:NetBSD:*:*)
  282. echo m68k-sharp-netbsd${UNAME_RELEASE}
  283. exit 0 ;;
  284.     i[34]86:BSD/386:*:* | *:BSD/OS:*:*)
  285. echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
  286. exit 0 ;;
  287.     *:FreeBSD:*:*)
  288. echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
  289. exit 0 ;;
  290.     *:NetBSD:*:*)
  291. UNAME_PROCESSOR=`uname -p 2>/dev/null` || UNAME_PROCESSOR=$UNAME_MACHINE
  292. echo ${UNAME_PROCESSOR}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/./'`
  293. exit 0 ;;
  294.     *:OpenBSD:*:*)
  295. echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
  296. exit 0 ;;
  297.     *:GNU:*:*)
  298. echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
  299. exit 0 ;;
  300.     *:Linux:*:*)
  301. echo ${UNAME_MACHINE}-unknown-linux
  302. exit 0 ;;
  303. # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.  earlier versions
  304. # are messed up and put the nodename in both sysname and nodename.
  305.     i[34]86:DYNIX/ptx:4*:*)
  306. echo i386-sequent-sysv4
  307. exit 0 ;;
  308.     i[34]86:*:4.*:* | i[34]86:SYSTEM_V:4.*:*)
  309. if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
  310. echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE}
  311. else
  312. echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}
  313. fi
  314. exit 0 ;;
  315.     i[34]86:*:3.2:*)
  316. if /bin/uname -X 2>/dev/null >/dev/null ; then
  317. UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
  318. (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
  319. echo ${UNAME_MACHINE}-unknown-sco$UNAME_REL
  320. elif test -f /usr/options/cb.name; then
  321. UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
  322. echo ${UNAME_MACHINE}-unknown-isc$UNAME_REL
  323. else
  324. echo ${UNAME_MACHINE}-unknown-sysv32
  325. fi
  326. exit 0 ;;
  327.     i?86:*:5:7)
  328. UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
  329.     (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
  330.     (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) 
  331. && UNAME_MACHINE=i586
  332. echo ${UNAME_MACHINE}-${UNAME_SYSTEM}${UNAME_VERSION}-sysv${UNAME_RELEASE}
  333. exit 0 ;;
  334.     Intel:Mach:3*:*)
  335. echo i386-unknown-mach3
  336. exit 0 ;;
  337.     i860:*:4.*:*) # i860-SVR4
  338. if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
  339.   echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
  340. else # Add other i860-SVR4 vendors below as they are discovered.
  341.   echo i860-unknown-sysv${UNAME_RELEASE}  # Unknown i860-SVR4
  342. fi
  343. exit 0 ;;
  344.     mini*:CTIX:SYS*5:*)
  345. # "miniframe"
  346. echo m68010-convergent-sysv
  347. exit 0 ;;
  348.     M680[234]0:*:R3V[567]*:*)
  349. test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
  350.     3[34]??:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0)
  351.         uname -p 2>/dev/null | grep 86 >/dev/null 
  352.           && echo i486-ncr-sysv4.3 && exit 0 ;;
  353.     3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
  354.         uname -p 2>/dev/null | grep 86 >/dev/null 
  355.           && echo i486-ncr-sysv4 && exit 0 ;;
  356.     m680[234]0:LynxOS:2.2*:*)
  357. echo m68k-lynx-lynxos${UNAME_RELEASE}
  358. exit 0 ;;
  359.     mc68030:UNIX_System_V:4.*:*)
  360. echo m68k-atari-sysv4
  361. exit 0 ;;
  362.     i[34]86:LynxOS:2.2*:*)
  363. echo i386-lynx-lynxos${UNAME_RELEASE}
  364. exit 0 ;;
  365.     TSUNAMI:LynxOS:2.2*:*)
  366. echo sparc-lynx-lynxos${UNAME_RELEASE}
  367. exit 0 ;;
  368.     rs6000:LynxOS:2.2*:*)
  369. echo rs6000-lynx-lynxos${UNAME_RELEASE}
  370. exit 0 ;;
  371.     RM*:SINIX-*:*:*)
  372. echo mips-sni-sysv4
  373. exit 0 ;;
  374.     *:SINIX-*:*:*)
  375. if uname -p 2>/dev/null >/dev/null ; then
  376. UNAME_MACHINE=`(uname -p) 2>/dev/null`
  377. echo ${UNAME_MACHINE}-sni-sysv4
  378. else
  379. echo ns32k-sni-sysv
  380. fi
  381. exit 0 ;;
  382. esac
  383. #echo '(No uname command or uname output not recognized.)' 1>&2
  384. #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
  385. cat >dummy.c <<EOF
  386. main ()
  387. {
  388. #if defined (sony)
  389. #if defined (MIPSEB)
  390.   /* BFD wants "bsd" instead of "newsos".  Perhaps BFD should be changed,
  391.      I don't know....  */
  392.   printf ("mips-sony-bsdn"); exit (0);
  393. #else
  394.   printf ("m68k-sony-newsosn"); exit (0);
  395. #endif
  396. #endif
  397. #if defined (__arm) && defined (__acorn) && defined (__unix)
  398.   printf ("arm-acorn-riscix"); exit (0);
  399. #endif
  400. #if defined (hp300) && !defined (hpux)
  401.   printf ("m68k-hp-bsdn"); exit (0);
  402. #endif
  403. #if defined (NeXT)
  404. #if !defined (__ARCHITECTURE__)
  405. #define __ARCHITECTURE__ "m68k"
  406. #endif
  407.   int version;
  408.   version=`(hostinfo | sed -n 's/.*NeXT Mach ([0-9]*).*/1/p') 2>/dev/null`;
  409.   printf ("%s-next-nextstep%sn", __ARCHITECTURE__,  version==2 ? "2" : "3");
  410.   exit (0);
  411. #endif
  412. #if defined (MULTIMAX) || defined (n16)
  413. #if defined (UMAXV)
  414.   printf ("ns32k-encore-sysvn"); exit (0);
  415. #else
  416. #if defined (CMU)
  417.   printf ("ns32k-encore-machn"); exit (0);
  418. #else
  419.   printf ("ns32k-encore-bsdn"); exit (0);
  420. #endif
  421. #endif
  422. #endif
  423. #if defined (__386BSD__)
  424.   printf ("i386-unknown-bsdn"); exit (0);
  425. #endif
  426. #if defined (sequent)
  427. #if defined (i386)
  428.   printf ("i386-sequent-dynixn"); exit (0);
  429. #endif
  430. #if defined (ns32000)
  431.   printf ("ns32k-sequent-dynixn"); exit (0);
  432. #endif
  433. #endif
  434. #if defined (_SEQUENT_)
  435.   printf ("i386-sequent-ptxn"); exit (0);
  436. #endif
  437. #if defined (vax)
  438. #if !defined (ultrix)
  439.   printf ("vax-dec-bsdn"); exit (0);
  440. #else
  441.   printf ("vax-dec-ultrixn"); exit (0);
  442. #endif
  443. #endif
  444. #if defined (alliant) && defined (i860)
  445.   printf ("i860-alliant-bsdn"); exit (0);
  446. #endif
  447.   exit (1);
  448. }
  449. EOF
  450. ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy && rm dummy.c dummy && exit 0
  451. rm -f dummy.c dummy
  452. # Apollos put the system type in the environment.
  453. test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; }
  454. # Convex versions that predate uname can use getsysinfo(1)
  455. if [ -x /usr/convex/getsysinfo ]
  456. then
  457.     case `getsysinfo -f cpu_type` in
  458.     c1*)
  459. echo c1-convex-bsd
  460. exit 0 ;;
  461.     c2*)
  462. if getsysinfo -f scalar_acc
  463. then echo c32-convex-bsd
  464. else echo c2-convex-bsd
  465. fi
  466. exit 0 ;;
  467.     c34*)
  468. echo c34-convex-bsd
  469. exit 0 ;;
  470.     c38*)
  471. echo c38-convex-bsd
  472. exit 0 ;;
  473.     c4*)
  474. echo c4-convex-bsd
  475. exit 0 ;;
  476.     esac
  477. fi
  478. #echo '(Unable to guess system type)' 1>&2
  479. exit 1