ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/utils/config.guess
(Generate patch)

Comparing deliantra/server/utils/config.guess (file contents):
Revision 1.4 by root, Thu Mar 16 21:08:21 2006 UTC vs.
Revision 1.5 by pippijn, Thu Sep 7 21:10:38 2006 UTC

1#! /bin/sh 1#! /bin/sh
2# Attempt to guess a canonical system name. 2# Attempt to guess a canonical system name.
3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 4# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5# Inc.
5 6
6timestamp='2006-02-23' 7timestamp='2006-07-02'
7 8
8# This file is free software; you can redistribute it and/or modify it 9# This file is free software; you can redistribute it and/or modify it
9# under the terms of the GNU General Public License as published by 10# under the terms of the GNU General Public License as published by
10# the Free Software Foundation; either version 2 of the License, or 11# the Free Software Foundation; either version 2 of the License, or
11# (at your option) any later version. 12# (at your option) any later version.
208 exit ;; 209 exit ;;
209 *:SolidBSD:*:*) 210 *:SolidBSD:*:*)
210 echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} 211 echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
211 exit ;; 212 exit ;;
212 macppc:MirBSD:*:*) 213 macppc:MirBSD:*:*)
213 echo powerppc-unknown-mirbsd${UNAME_RELEASE} 214 echo powerpc-unknown-mirbsd${UNAME_RELEASE}
214 exit ;; 215 exit ;;
215 *:MirBSD:*:*) 216 *:MirBSD:*:*)
216 echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} 217 echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
217 exit ;; 218 exit ;;
218 alpha:OSF1:*:*) 219 alpha:OSF1:*:*)
768 exit ;; 769 exit ;;
769 *:FreeBSD:*:*) 770 *:FreeBSD:*:*)
770 case ${UNAME_MACHINE} in 771 case ${UNAME_MACHINE} in
771 pc98) 772 pc98)
772 echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 773 echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
774 amd64)
775 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
773 *) 776 *)
774 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 777 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
775 esac 778 esac
776 exit ;; 779 exit ;;
777 i*:CYGWIN*:*) 780 i*:CYGWIN*:*)
778 echo ${UNAME_MACHINE}-pc-cygwin 781 echo ${UNAME_MACHINE}-pc-cygwin
779 exit ;; 782 exit ;;
780 i*:MINGW*:*) 783 i*:MINGW*:*)
781 echo ${UNAME_MACHINE}-pc-mingw32 784 echo ${UNAME_MACHINE}-pc-mingw32
782 exit ;; 785 exit ;;
783 i*:MSYS_NT-*:*:*)
784 echo ${UNAME_MACHINE}-pc-mingw32
785 exit ;;
786 i*:windows32*:*) 786 i*:windows32*:*)
787 # uname -m includes "-pc" on this system. 787 # uname -m includes "-pc" on this system.
788 echo ${UNAME_MACHINE}-mingw32 788 echo ${UNAME_MACHINE}-mingw32
789 exit ;; 789 exit ;;
790 i*:PW*:*) 790 i*:PW*:*)
791 echo ${UNAME_MACHINE}-pc-pw32 791 echo ${UNAME_MACHINE}-pc-pw32
792 exit ;; 792 exit ;;
793 x86:Interix*:[345]*) 793 x86:Interix*:[3456]*)
794 echo i586-pc-interix${UNAME_RELEASE} 794 echo i586-pc-interix${UNAME_RELEASE}
795 exit ;; 795 exit ;;
796 EM64T:Interix*:[345]*) 796 EM64T:Interix*:[3456]*)
797 echo x86_64-unknown-interix${UNAME_RELEASE} 797 echo x86_64-unknown-interix${UNAME_RELEASE}
798 exit ;; 798 exit ;;
799 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) 799 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
800 echo i${UNAME_MACHINE}-pc-mks 800 echo i${UNAME_MACHINE}-pc-mks
801 exit ;; 801 exit ;;
827 exit ;; 827 exit ;;
828 i*86:Minix:*:*) 828 i*86:Minix:*:*)
829 echo ${UNAME_MACHINE}-pc-minix 829 echo ${UNAME_MACHINE}-pc-minix
830 exit ;; 830 exit ;;
831 arm*:Linux:*:*) 831 arm*:Linux:*:*)
832 echo ${UNAME_MACHINE}-unknown-linux-gnu
833 exit ;;
834 avr32*:Linux:*:*)
832 echo ${UNAME_MACHINE}-unknown-linux-gnu 835 echo ${UNAME_MACHINE}-unknown-linux-gnu
833 exit ;; 836 exit ;;
834 cris:Linux:*:*) 837 cris:Linux:*:*)
835 echo cris-axis-linux-gnu 838 echo cris-axis-linux-gnu
836 exit ;; 839 exit ;;
987 # endif 990 # endif
988 # else 991 # else
989 LIBC=gnulibc1 992 LIBC=gnulibc1
990 # endif 993 # endif
991 #else 994 #else
992 #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun) 995 #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
993 LIBC=gnu 996 LIBC=gnu
994 #else 997 #else
995 LIBC=gnuaout 998 LIBC=gnuaout
996 #endif 999 #endif
997 #endif 1000 #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines