⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.guess

📁 Linux下ztelnet 的rz、sz源码
💻 GUESS
📖 第 1 页 / 共 2 页
字号:
	echo xmp-cray-unicos        exit 0 ;;    CRAY*Y-MP:*:*:*)	echo ymp-cray-unicos${UNAME_RELEASE}	exit 0 ;;    CRAY*C90:*:*:*)	echo c90-cray-unicos${UNAME_RELEASE}	exit 0 ;;    CRAY-2:*:*:*)	echo cray2-cray-unicos        exit 0 ;;    hp3[0-9][05]:NetBSD:*:*)	echo m68k-hp-netbsd${UNAME_RELEASE}	exit 0 ;;    i[34]86:BSD/386:*:* | *:BSD/OS:*:*)	echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}	exit 0 ;;    *:FreeBSD:*:*)	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`	exit 0 ;;    *:NetBSD:*:*)	echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`	exit 0 ;;    i*:CYGWIN*:*)	echo i386-unknown-cygwin32	exit 0 ;;    p*:CYGWIN*:*)	echo powerpcle-unknown-cygwin32	exit 0 ;;    prep*:SunOS:5.*:*)	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`	exit 0 ;;    *:GNU:*:*)	echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`	exit 0 ;;    *:Linux:*:*)	# The BFD linker knows what the default object file format is, so	# first see if it will tell us.	ld_help_string=`ld --help 2>&1`	if echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf_i[345]86"; then	  echo "${UNAME_MACHINE}-unknown-linux" ; exit 0	elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i[345]86linux"; then	  echo "${UNAME_MACHINE}-unknown-linuxaout" ; exit 0	elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i[345]86coff"; then	  echo "${UNAME_MACHINE}-unknown-linuxcoff" ; exit 0	elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68kelf"; then	  echo "${UNAME_MACHINE}-unknown-linux" ; exit 0	elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68klinux"; then	  echo "${UNAME_MACHINE}-unknown-linuxaout" ; exit 0	elif test "${UNAME_MACHINE}" = "alpha" ; then	  echo alpha-unknown-linux ; exit 0	else	  # Either a pre-BFD a.out linker (linuxoldld) or one that does not give us	  # useful --help.  Gcc wants to distinguish between linuxoldld and linuxaout.	  test ! -d /usr/lib/ldscripts/. \	    && echo "${UNAME_MACHINE}-unknown-linuxoldld" && exit 0	  # Determine whether the default compiler is a.out or elf	  cat >dummy.c <<EOFmain(argc, argv)int argc;char *argv[];{#ifdef __ELF__  printf ("%s-unknown-linux\n", argv[1]);#else  printf ("%s-unknown-linuxaout\n", argv[1]);#endif  return 0;}EOF	  ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy "${UNAME_MACHINE}" && rm dummy.c dummy && exit 0	  rm -f dummy.c dummy	fi ;;# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.  earlier versions# are messed up and put the nodename in both sysname and nodename.    i[34]86:DYNIX/ptx:4*:*)	echo i386-sequent-sysv4	exit 0 ;;    i[34]86:*:4.*:* | i[34]86:SYSTEM_V:4.*:*)	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then		echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE}	else		echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}	fi	exit 0 ;;    i[34]86:*:3.2:*)	if test -f /usr/options/cb.name; then		UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`		echo ${UNAME_MACHINE}-unknown-isc$UNAME_REL	elif /bin/uname -X 2>/dev/null >/dev/null ; then		UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`		(/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486		(/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \			&& UNAME_MACHINE=i586		echo ${UNAME_MACHINE}-unknown-sco$UNAME_REL	else		echo ${UNAME_MACHINE}-unknown-sysv32	fi	exit 0 ;;    Intel:Mach:3*:*)	echo i386-unknown-mach3	exit 0 ;;    paragon:*:*:*)	echo i860-intel-osf1	exit 0 ;;    i860:*:4.*:*) # i860-SVR4	if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then	  echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4	else # Add other i860-SVR4 vendors below as they are discovered.	  echo i860-unknown-sysv${UNAME_RELEASE}  # Unknown i860-SVR4	fi	exit 0 ;;    mini*:CTIX:SYS*5:*)	# "miniframe"	echo m68010-convergent-sysv	exit 0 ;;    M680[234]0:*:R3V[567]*:*)	test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;    3[34]??:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0)        uname -p 2>/dev/null | grep 86 >/dev/null \          && echo i486-ncr-sysv4.3 && exit 0 ;;    3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)        uname -p 2>/dev/null | grep 86 >/dev/null \          && echo i486-ncr-sysv4 && exit 0 ;;    m680[234]0:LynxOS:2.[23]*:*)	echo m68k-lynx-lynxos${UNAME_RELEASE}	exit 0 ;;    mc68030:UNIX_System_V:4.*:*)	echo m68k-atari-sysv4	exit 0 ;;    i[34]86:LynxOS:2.[23]*:*)	echo i386-lynx-lynxos${UNAME_RELEASE}	exit 0 ;;    TSUNAMI:LynxOS:2.[23]*:*)	echo sparc-lynx-lynxos${UNAME_RELEASE}	exit 0 ;;    rs6000:LynxOS:2.[23]*:*)	echo rs6000-lynx-lynxos${UNAME_RELEASE}	exit 0 ;;    RM*:SINIX-*:*:*)	echo mips-sni-sysv4	exit 0 ;;    *:SINIX-*:*:*)	if uname -p 2>/dev/null >/dev/null ; then		UNAME_MACHINE=`(uname -p) 2>/dev/null`		echo ${UNAME_MACHINE}-sni-sysv4	else		echo ns32k-sni-sysv	fi	exit 0 ;;    mc68*:A/UX:*:*)	echo m68k-apple-aux${UNAME_RELEASE}	exit 0 ;;    R3000:*System_V*:*:*)	if [ -d /usr/nec ]; then	        echo mips-nec-sysv${UNAME_RELEASE}	else	        echo mips-unknown-sysv${UNAME_RELEASE}	fi        exit 0 ;;esac#echo '(No uname command or uname output not recognized.)' 1>&2#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2cat >dummy.c <<EOF#ifdef _SEQUENT_# include <sys/types.h># include <sys/utsname.h>#endifmain (){#if defined (sony)#if defined (MIPSEB)  /* BFD wants "bsd" instead of "newsos".  Perhaps BFD should be changed,     I don't know....  */  printf ("mips-sony-bsd\n"); exit (0);#else#include <sys/param.h>  printf ("m68k-sony-newsos%s\n",#ifdef NEWSOS4          "4"#else	  ""#endif         ); exit (0);#endif#endif#if defined (__arm) && defined (__acorn) && defined (__unix)  printf ("arm-acorn-riscix"); exit (0);#endif#if defined (hp300) && !defined (hpux)  printf ("m68k-hp-bsd\n"); exit (0);#endif#if defined (NeXT)#if !defined (__ARCHITECTURE__)#define __ARCHITECTURE__ "m68k"#endif  int version;  version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;  printf ("%s-next-nextstep%s\n", __ARCHITECTURE__,  version==2 ? "2" : "3");  exit (0);#endif#if defined (MULTIMAX) || defined (n16)#if defined (UMAXV)  printf ("ns32k-encore-sysv\n"); exit (0);#else#if defined (CMU)  printf ("ns32k-encore-mach\n"); exit (0);#else  printf ("ns32k-encore-bsd\n"); exit (0);#endif#endif#endif#if defined (__386BSD__)  printf ("i386-unknown-bsd\n"); exit (0);#endif#if defined (sequent)#if defined (i386)  printf ("i386-sequent-dynix\n"); exit (0);#endif#if defined (ns32000)  printf ("ns32k-sequent-dynix\n"); exit (0);#endif#endif#if defined (_SEQUENT_)    struct utsname un;    uname(&un);    if (strncmp(un.version, "V2", 2) == 0) {	printf ("i386-sequent-ptx2\n"); exit (0);    }    if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */	printf ("i386-sequent-ptx1\n"); exit (0);    }    printf ("i386-sequent-ptx\n"); exit (0);#endif#if defined (vax)#if !defined (ultrix)  printf ("vax-dec-bsd\n"); exit (0);#else  printf ("vax-dec-ultrix\n"); exit (0);#endif#endif#if defined (alliant) && defined (i860)  printf ("i860-alliant-bsd\n"); exit (0);#endif  exit (1);}EOF${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy && rm dummy.c dummy && exit 0rm -f dummy.c dummy# Apollos put the system type in the environment.test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; }# Convex versions that predate uname can use getsysinfo(1)if [ -x /usr/convex/getsysinfo ]then    case `getsysinfo -f cpu_type` in    c1*)	echo c1-convex-bsd	exit 0 ;;    c2*)	if getsysinfo -f scalar_acc	then echo c32-convex-bsd	else echo c2-convex-bsd	fi	exit 0 ;;    c34*)	echo c34-convex-bsd	exit 0 ;;    c38*)	echo c38-convex-bsd	exit 0 ;;    c4*)	echo c4-convex-bsd	exit 0 ;;    esacfi#echo '(Unable to guess system type)' 1>&2exit 1

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -