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

Comparing ircd-hybrid-8/config.guess (file contents):
Revision 1374 by michael, Sun Feb 12 20:24:41 2012 UTC vs.
Revision 1375 by michael, Fri Apr 27 08:01:46 2012 UTC

# Line 4 | Line 4
4   #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5   #   2011, 2012 Free Software Foundation, Inc.
6  
7 < timestamp='2012-01-01'
7 > timestamp='2012-02-10'
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 17 | Line 17 | timestamp='2012-01-01'
17   # General Public License for more details.
18   #
19   # You should have received a copy of the GNU General Public License
20 < # along with this program; if not, write to the Free Software
21 < # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
22 < # 02110-1301, USA.
20 > # along with this program; if not, see <http://www.gnu.org/licenses/>.
21   #
22   # As a special exception to the GNU General Public License, if you
23   # distribute this file as part of a program that contains a
# Line 863 | Line 861 | EOF
861      i*86:Minix:*:*)
862          echo ${UNAME_MACHINE}-pc-minix
863          exit ;;
864 +    aarch64:Linux:*:*)
865 +        echo ${UNAME_MACHINE}-unknown-linux-gnu
866 +        exit ;;
867 +    aarch64_be:Linux:*:*)
868 +        UNAME_MACHINE=aarch64_be
869 +        echo ${UNAME_MACHINE}-unknown-linux-gnu
870 +        exit ;;
871      alpha:Linux:*:*)
872          case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
873            EV5)   UNAME_MACHINE=alphaev5 ;;
# Line 1320 | Line 1325 | EOF
1325      i*86:AROS:*:*)
1326          echo ${UNAME_MACHINE}-pc-aros
1327          exit ;;
1328 +    x86_64:VMkernel:*:*)
1329 +        echo ${UNAME_MACHINE}-unknown-esx
1330 +        exit ;;
1331   esac
1332  
1333   #echo '(No uname command or uname output not recognized.)' 1>&2

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)