ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/config.guess
(Generate patch)

Comparing ircd-hybrid-7.3/config.guess (file contents):
Revision 1094 by michael, Sun Jun 13 10:09:34 2010 UTC vs.
Revision 1107 by michael, Tue Nov 2 15:19:41 2010 UTC

# Line 4 | Line 4
4   #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
5   #   Free Software Foundation, Inc.
6  
7 < timestamp='2010-04-03'
7 > timestamp='2010-08-21'
8  
9   # This file is free software; you can redistribute it and/or modify it
10   # under the terms of the GNU General Public License as published by
# Line 552 | Line 552 | EOF
552                  echo rs6000-ibm-aix3.2
553          fi
554          exit ;;
555 <    *:AIX:*:[456])
555 >    *:AIX:*:[4567])
556          IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
557          if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
558                  IBM_ARCH=rs6000
# Line 968 | Line 968 | EOF
968      sparc:Linux:*:* | sparc64:Linux:*:*)
969          echo ${UNAME_MACHINE}-unknown-linux-gnu
970          exit ;;
971 +    tile*:Linux:*:*)
972 +        echo ${UNAME_MACHINE}-tilera-linux-gnu
973 +        exit ;;
974      vax:Linux:*:*)
975          echo ${UNAME_MACHINE}-dec-linux-gnu
976          exit ;;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines