ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/newio/config.guess
(Generate patch)

Comparing ircd-hybrid-8/config.guess (file contents):
Revision 1462 by michael, Fri Jul 13 19:27:24 2012 UTC vs.
Revision 1504 by michael, Thu Aug 16 18:03:00 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-06-10'
7 > timestamp='2012-06-17'
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 200 | Line 200 | case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
200          # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
201          echo "${machine}-${os}${release}"
202          exit ;;
203 +    *:Bitrig:*:*)
204 +        UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
205 +        echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
206 +        exit ;;
207      *:OpenBSD:*:*)
208          UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
209          echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines