mirror of
				https://github.com/nigels-com/glew.git
				synced 2025-11-04 06:15:02 +00:00 
			
		
		
		
	Update config.guess to libtool-2.2.6b.tar.gz from http://www.gnu.org/software/libtool/
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@576 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
		
							parent
							
								
									0d04f76ced
								
							
						
					
					
						commit
						f94ab6a09b
					
				
							
								
								
									
										116
									
								
								config/config.guess
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										116
									
								
								config/config.guess
									
									
									
									
										vendored
									
									
								
							@ -1,9 +1,10 @@
 | 
				
			|||||||
#! /bin/sh
 | 
					#! /bin/sh
 | 
				
			||||||
# Attempt to guess a canonical system name.
 | 
					# Attempt to guess a canonical system name.
 | 
				
			||||||
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 | 
					#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 | 
				
			||||||
#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 | 
					#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 | 
				
			||||||
 | 
					#   Free Software Foundation, Inc.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
timestamp='2006-02-23'
 | 
					timestamp='2009-04-27'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# This file is free software; you can redistribute it and/or modify it
 | 
					# This file is free software; you can redistribute it and/or modify it
 | 
				
			||||||
# under the terms of the GNU General Public License as published by
 | 
					# under the terms of the GNU General Public License as published by
 | 
				
			||||||
@ -55,8 +56,8 @@ version="\
 | 
				
			|||||||
GNU config.guess ($timestamp)
 | 
					GNU config.guess ($timestamp)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Originally written by Per Bothner.
 | 
					Originally written by Per Bothner.
 | 
				
			||||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 | 
					Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
 | 
				
			||||||
Free Software Foundation, Inc.
 | 
					2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This is free software; see the source for copying conditions.  There is NO
 | 
					This is free software; see the source for copying conditions.  There is NO
 | 
				
			||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
 | 
					warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
 | 
				
			||||||
@ -160,6 +161,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
 | 
				
			|||||||
	    arm*) machine=arm-unknown ;;
 | 
						    arm*) machine=arm-unknown ;;
 | 
				
			||||||
	    sh3el) machine=shl-unknown ;;
 | 
						    sh3el) machine=shl-unknown ;;
 | 
				
			||||||
	    sh3eb) machine=sh-unknown ;;
 | 
						    sh3eb) machine=sh-unknown ;;
 | 
				
			||||||
 | 
						    sh5el) machine=sh5le-unknown ;;
 | 
				
			||||||
	    *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
 | 
						    *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
 | 
				
			||||||
	esac
 | 
						esac
 | 
				
			||||||
	# The Operating System including object format, if it has switched
 | 
						# The Operating System including object format, if it has switched
 | 
				
			||||||
@ -210,7 +212,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
 | 
				
			|||||||
	echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
 | 
						echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
    macppc:MirBSD:*:*)
 | 
					    macppc:MirBSD:*:*)
 | 
				
			||||||
	echo powerppc-unknown-mirbsd${UNAME_RELEASE}
 | 
						echo powerpc-unknown-mirbsd${UNAME_RELEASE}
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
    *:MirBSD:*:*)
 | 
					    *:MirBSD:*:*)
 | 
				
			||||||
	echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
 | 
						echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
 | 
				
			||||||
@ -322,14 +324,30 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
 | 
				
			|||||||
	case `/usr/bin/uname -p` in
 | 
						case `/usr/bin/uname -p` in
 | 
				
			||||||
	    sparc) echo sparc-icl-nx7; exit ;;
 | 
						    sparc) echo sparc-icl-nx7; exit ;;
 | 
				
			||||||
	esac ;;
 | 
						esac ;;
 | 
				
			||||||
 | 
					    s390x:SunOS:*:*)
 | 
				
			||||||
 | 
						echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 | 
				
			||||||
 | 
						exit ;;
 | 
				
			||||||
    sun4H:SunOS:5.*:*)
 | 
					    sun4H:SunOS:5.*:*)
 | 
				
			||||||
	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 | 
						echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
 | 
					    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
 | 
				
			||||||
	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 | 
						echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
    i86pc:SunOS:5.*:*)
 | 
					    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
 | 
				
			||||||
	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 | 
						eval $set_cc_for_build
 | 
				
			||||||
 | 
						SUN_ARCH="i386"
 | 
				
			||||||
 | 
						# If there is a compiler, see if it is configured for 64-bit objects.
 | 
				
			||||||
 | 
						# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
 | 
				
			||||||
 | 
						# This test works for both compilers.
 | 
				
			||||||
 | 
						if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
 | 
				
			||||||
 | 
						    if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
 | 
				
			||||||
 | 
							(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
 | 
				
			||||||
 | 
							grep IS_64BIT_ARCH >/dev/null
 | 
				
			||||||
 | 
						    then
 | 
				
			||||||
 | 
							SUN_ARCH="x86_64"
 | 
				
			||||||
 | 
						    fi
 | 
				
			||||||
 | 
						fi
 | 
				
			||||||
 | 
						echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
    sun4*:SunOS:6*:*)
 | 
					    sun4*:SunOS:6*:*)
 | 
				
			||||||
	# According to config.sub, this is the proper way to canonicalize
 | 
						# According to config.sub, this is the proper way to canonicalize
 | 
				
			||||||
@ -530,7 +548,7 @@ EOF
 | 
				
			|||||||
		echo rs6000-ibm-aix3.2
 | 
							echo rs6000-ibm-aix3.2
 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
    *:AIX:*:[45])
 | 
					    *:AIX:*:[456])
 | 
				
			||||||
	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
 | 
						IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
 | 
				
			||||||
	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
 | 
						if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
 | 
				
			||||||
		IBM_ARCH=rs6000
 | 
							IBM_ARCH=rs6000
 | 
				
			||||||
@ -770,6 +788,8 @@ EOF
 | 
				
			|||||||
	case ${UNAME_MACHINE} in
 | 
						case ${UNAME_MACHINE} in
 | 
				
			||||||
	    pc98)
 | 
						    pc98)
 | 
				
			||||||
		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
 | 
							echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
 | 
				
			||||||
 | 
						    amd64)
 | 
				
			||||||
 | 
							echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
 | 
				
			||||||
	    *)
 | 
						    *)
 | 
				
			||||||
		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
 | 
							echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
 | 
				
			||||||
	esac
 | 
						esac
 | 
				
			||||||
@ -777,10 +797,7 @@ EOF
 | 
				
			|||||||
    i*:CYGWIN*:*)
 | 
					    i*:CYGWIN*:*)
 | 
				
			||||||
	echo ${UNAME_MACHINE}-pc-cygwin
 | 
						echo ${UNAME_MACHINE}-pc-cygwin
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
    i*:MINGW*:*)
 | 
					    *:MINGW*:*)
 | 
				
			||||||
	echo ${UNAME_MACHINE}-pc-mingw32
 | 
					 | 
				
			||||||
	exit ;;
 | 
					 | 
				
			||||||
    i*:MSYS_NT-*:*:*)
 | 
					 | 
				
			||||||
	echo ${UNAME_MACHINE}-pc-mingw32
 | 
						echo ${UNAME_MACHINE}-pc-mingw32
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
    i*:windows32*:*)
 | 
					    i*:windows32*:*)
 | 
				
			||||||
@ -790,12 +807,18 @@ EOF
 | 
				
			|||||||
    i*:PW*:*)
 | 
					    i*:PW*:*)
 | 
				
			||||||
	echo ${UNAME_MACHINE}-pc-pw32
 | 
						echo ${UNAME_MACHINE}-pc-pw32
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
    x86:Interix*:[345]*)
 | 
					    *:Interix*:[3456]*)
 | 
				
			||||||
	echo i586-pc-interix${UNAME_RELEASE}
 | 
					    	case ${UNAME_MACHINE} in
 | 
				
			||||||
	exit ;;
 | 
						    x86)
 | 
				
			||||||
    EM64T:Interix*:[345]*)
 | 
							echo i586-pc-interix${UNAME_RELEASE}
 | 
				
			||||||
	echo x86_64-unknown-interix${UNAME_RELEASE}
 | 
							exit ;;
 | 
				
			||||||
	exit ;;
 | 
						    EM64T | authenticamd | genuineintel)
 | 
				
			||||||
 | 
							echo x86_64-unknown-interix${UNAME_RELEASE}
 | 
				
			||||||
 | 
							exit ;;
 | 
				
			||||||
 | 
						    IA64)
 | 
				
			||||||
 | 
							echo ia64-unknown-interix${UNAME_RELEASE}
 | 
				
			||||||
 | 
							exit ;;
 | 
				
			||||||
 | 
						esac ;;
 | 
				
			||||||
    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
 | 
					    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
 | 
				
			||||||
	echo i${UNAME_MACHINE}-pc-mks
 | 
						echo i${UNAME_MACHINE}-pc-mks
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
@ -829,6 +852,16 @@ EOF
 | 
				
			|||||||
	echo ${UNAME_MACHINE}-pc-minix
 | 
						echo ${UNAME_MACHINE}-pc-minix
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
    arm*:Linux:*:*)
 | 
					    arm*:Linux:*:*)
 | 
				
			||||||
 | 
						eval $set_cc_for_build
 | 
				
			||||||
 | 
						if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
 | 
				
			||||||
 | 
						    | grep -q __ARM_EABI__
 | 
				
			||||||
 | 
						then
 | 
				
			||||||
 | 
						    echo ${UNAME_MACHINE}-unknown-linux-gnu
 | 
				
			||||||
 | 
						else
 | 
				
			||||||
 | 
						    echo ${UNAME_MACHINE}-unknown-linux-gnueabi
 | 
				
			||||||
 | 
						fi
 | 
				
			||||||
 | 
						exit ;;
 | 
				
			||||||
 | 
					    avr32*:Linux:*:*)
 | 
				
			||||||
	echo ${UNAME_MACHINE}-unknown-linux-gnu
 | 
						echo ${UNAME_MACHINE}-unknown-linux-gnu
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
    cris:Linux:*:*)
 | 
					    cris:Linux:*:*)
 | 
				
			||||||
@ -918,6 +951,9 @@ EOF
 | 
				
			|||||||
	if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
 | 
						if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
 | 
				
			||||||
	echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
 | 
						echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
 | 
					    padre:Linux:*:*)
 | 
				
			||||||
 | 
						echo sparc-unknown-linux-gnu
 | 
				
			||||||
 | 
						exit ;;
 | 
				
			||||||
    parisc:Linux:*:* | hppa:Linux:*:*)
 | 
					    parisc:Linux:*:* | hppa:Linux:*:*)
 | 
				
			||||||
	# Look for CPU level
 | 
						# Look for CPU level
 | 
				
			||||||
	case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
 | 
						case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
 | 
				
			||||||
@ -947,6 +983,9 @@ EOF
 | 
				
			|||||||
    x86_64:Linux:*:*)
 | 
					    x86_64:Linux:*:*)
 | 
				
			||||||
	echo x86_64-unknown-linux-gnu
 | 
						echo x86_64-unknown-linux-gnu
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
 | 
					    xtensa*:Linux:*:*)
 | 
				
			||||||
 | 
					    	echo ${UNAME_MACHINE}-unknown-linux-gnu
 | 
				
			||||||
 | 
						exit ;;
 | 
				
			||||||
    i*86:Linux:*:*)
 | 
					    i*86:Linux:*:*)
 | 
				
			||||||
	# The BFD linker knows what the default object file format is, so
 | 
						# The BFD linker knows what the default object file format is, so
 | 
				
			||||||
	# first see if it will tell us. cd to the root directory to prevent
 | 
						# first see if it will tell us. cd to the root directory to prevent
 | 
				
			||||||
@ -965,9 +1004,6 @@ EOF
 | 
				
			|||||||
	  a.out-i386-linux)
 | 
						  a.out-i386-linux)
 | 
				
			||||||
		echo "${UNAME_MACHINE}-pc-linux-gnuaout"
 | 
							echo "${UNAME_MACHINE}-pc-linux-gnuaout"
 | 
				
			||||||
		exit ;;
 | 
							exit ;;
 | 
				
			||||||
	  coff-i386)
 | 
					 | 
				
			||||||
		echo "${UNAME_MACHINE}-pc-linux-gnucoff"
 | 
					 | 
				
			||||||
		exit ;;
 | 
					 | 
				
			||||||
	  "")
 | 
						  "")
 | 
				
			||||||
		# Either a pre-BFD a.out linker (linux-gnuoldld) or
 | 
							# Either a pre-BFD a.out linker (linux-gnuoldld) or
 | 
				
			||||||
		# one that does not give us useful --help.
 | 
							# one that does not give us useful --help.
 | 
				
			||||||
@ -989,7 +1025,7 @@ EOF
 | 
				
			|||||||
	LIBC=gnulibc1
 | 
						LIBC=gnulibc1
 | 
				
			||||||
	# endif
 | 
						# endif
 | 
				
			||||||
	#else
 | 
						#else
 | 
				
			||||||
	#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun)
 | 
						#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
 | 
				
			||||||
	LIBC=gnu
 | 
						LIBC=gnu
 | 
				
			||||||
	#else
 | 
						#else
 | 
				
			||||||
	LIBC=gnuaout
 | 
						LIBC=gnuaout
 | 
				
			||||||
@ -1082,8 +1118,11 @@ EOF
 | 
				
			|||||||
    pc:*:*:*)
 | 
					    pc:*:*:*)
 | 
				
			||||||
	# Left here for compatibility:
 | 
						# Left here for compatibility:
 | 
				
			||||||
        # uname -m prints for DJGPP always 'pc', but it prints nothing about
 | 
					        # uname -m prints for DJGPP always 'pc', but it prints nothing about
 | 
				
			||||||
        # the processor, so we play safe by assuming i386.
 | 
					        # the processor, so we play safe by assuming i586.
 | 
				
			||||||
	echo i386-pc-msdosdjgpp
 | 
						# Note: whatever this is, it MUST be the same as what config.sub
 | 
				
			||||||
 | 
						# prints for the "djgpp" host, or else GDB configury will decide that
 | 
				
			||||||
 | 
						# this is a cross-build.
 | 
				
			||||||
 | 
						echo i586-pc-msdosdjgpp
 | 
				
			||||||
        exit ;;
 | 
					        exit ;;
 | 
				
			||||||
    Intel:Mach:3*:*)
 | 
					    Intel:Mach:3*:*)
 | 
				
			||||||
	echo i386-pc-mach3
 | 
						echo i386-pc-mach3
 | 
				
			||||||
@ -1121,6 +1160,16 @@ EOF
 | 
				
			|||||||
    3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
 | 
					    3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
 | 
				
			||||||
        /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
 | 
					        /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
 | 
				
			||||||
          && { echo i486-ncr-sysv4; exit; } ;;
 | 
					          && { echo i486-ncr-sysv4; exit; } ;;
 | 
				
			||||||
 | 
					    NCR*:*:4.2:* | MPRAS*:*:4.2:*)
 | 
				
			||||||
 | 
						OS_REL='.3'
 | 
				
			||||||
 | 
						test -r /etc/.relid \
 | 
				
			||||||
 | 
						    && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
 | 
				
			||||||
 | 
						/bin/uname -p 2>/dev/null | grep 86 >/dev/null \
 | 
				
			||||||
 | 
						    && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
 | 
				
			||||||
 | 
						/bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
 | 
				
			||||||
 | 
						    && { echo i586-ncr-sysv4.3${OS_REL}; exit; }
 | 
				
			||||||
 | 
						/bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
 | 
				
			||||||
 | 
						    && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
 | 
				
			||||||
    m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
 | 
					    m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
 | 
				
			||||||
	echo m68k-unknown-lynxos${UNAME_RELEASE}
 | 
						echo m68k-unknown-lynxos${UNAME_RELEASE}
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
@ -1196,6 +1245,9 @@ EOF
 | 
				
			|||||||
    BePC:BeOS:*:*)	# BeOS running on Intel PC compatible.
 | 
					    BePC:BeOS:*:*)	# BeOS running on Intel PC compatible.
 | 
				
			||||||
	echo i586-pc-beos
 | 
						echo i586-pc-beos
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
 | 
					    BePC:Haiku:*:*)	# Haiku running on Intel PC compatible.
 | 
				
			||||||
 | 
						echo i586-pc-haiku
 | 
				
			||||||
 | 
						exit ;;
 | 
				
			||||||
    SX-4:SUPER-UX:*:*)
 | 
					    SX-4:SUPER-UX:*:*)
 | 
				
			||||||
	echo sx4-nec-superux${UNAME_RELEASE}
 | 
						echo sx4-nec-superux${UNAME_RELEASE}
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
@ -1205,6 +1257,15 @@ EOF
 | 
				
			|||||||
    SX-6:SUPER-UX:*:*)
 | 
					    SX-6:SUPER-UX:*:*)
 | 
				
			||||||
	echo sx6-nec-superux${UNAME_RELEASE}
 | 
						echo sx6-nec-superux${UNAME_RELEASE}
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
 | 
					    SX-7:SUPER-UX:*:*)
 | 
				
			||||||
 | 
						echo sx7-nec-superux${UNAME_RELEASE}
 | 
				
			||||||
 | 
						exit ;;
 | 
				
			||||||
 | 
					    SX-8:SUPER-UX:*:*)
 | 
				
			||||||
 | 
						echo sx8-nec-superux${UNAME_RELEASE}
 | 
				
			||||||
 | 
						exit ;;
 | 
				
			||||||
 | 
					    SX-8R:SUPER-UX:*:*)
 | 
				
			||||||
 | 
						echo sx8r-nec-superux${UNAME_RELEASE}
 | 
				
			||||||
 | 
						exit ;;
 | 
				
			||||||
    Power*:Rhapsody:*:*)
 | 
					    Power*:Rhapsody:*:*)
 | 
				
			||||||
	echo powerpc-apple-rhapsody${UNAME_RELEASE}
 | 
						echo powerpc-apple-rhapsody${UNAME_RELEASE}
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
@ -1295,6 +1356,9 @@ EOF
 | 
				
			|||||||
    i*86:rdos:*:*)
 | 
					    i*86:rdos:*:*)
 | 
				
			||||||
	echo ${UNAME_MACHINE}-pc-rdos
 | 
						echo ${UNAME_MACHINE}-pc-rdos
 | 
				
			||||||
	exit ;;
 | 
						exit ;;
 | 
				
			||||||
 | 
					    i*86:AROS:*:*)
 | 
				
			||||||
 | 
						echo ${UNAME_MACHINE}-pc-aros
 | 
				
			||||||
 | 
						exit ;;
 | 
				
			||||||
esac
 | 
					esac
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#echo '(No uname command or uname output not recognized.)' 1>&2
 | 
					#echo '(No uname command or uname output not recognized.)' 1>&2
 | 
				
			||||||
@ -1455,9 +1519,9 @@ This script, last modified $timestamp, has failed to recognize
 | 
				
			|||||||
the operating system you are using. It is advised that you
 | 
					the operating system you are using. It is advised that you
 | 
				
			||||||
download the most up to date version of the config scripts from
 | 
					download the most up to date version of the config scripts from
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
 | 
					  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
 | 
				
			||||||
and
 | 
					and
 | 
				
			||||||
  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
 | 
					  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If the version you run ($0) is already up to date, please
 | 
					If the version you run ($0) is already up to date, please
 | 
				
			||||||
send the following data and any information you think might be
 | 
					send the following data and any information you think might be
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user