scripts/config.guess
changeset 2941 13e40098fffc
parent 2811 d74b5845f328
child 2963 59cd7c65c347
     1.1 --- a/scripts/config.guess	Fri Dec 30 14:15:43 2011 +0100
     1.2 +++ b/scripts/config.guess	Mon Apr 16 15:25:36 2012 +0200
     1.3 @@ -2,9 +2,9 @@
     1.4  # Attempt to guess a canonical system name.
     1.5  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
     1.6  #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
     1.7 -#   2011 Free Software Foundation, Inc.
     1.8 +#   2011, 2012 Free Software Foundation, Inc.
     1.9  
    1.10 -timestamp='2011-12-29'
    1.11 +timestamp='2012-01-01'
    1.12  
    1.13  # This file is free software; you can redistribute it and/or modify it
    1.14  # under the terms of the GNU General Public License as published by
    1.15 @@ -57,8 +57,8 @@
    1.16  
    1.17  Originally written by Per Bothner.
    1.18  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
    1.19 -2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
    1.20 -Software Foundation, Inc.
    1.21 +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
    1.22 +Free Software Foundation, Inc.
    1.23  
    1.24  This is free software; see the source for copying conditions.  There is NO
    1.25  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
    1.26 @@ -145,7 +145,7 @@
    1.27  case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
    1.28      *:NetBSD:*:*)
    1.29  	# NetBSD (nbsd) targets should (where applicable) match one or
    1.30 -	# more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
    1.31 +	# more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
    1.32  	# *-*-netbsdecoff* and *-*-netbsd*.  For targets that recently
    1.33  	# switched to ELF, *-*-netbsd* would select the old
    1.34  	# object file format.  This provides both forward