scripts: update config.{guess,sub}
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Wed Jan 09 18:52:00 2013 +0100 (2013-01-09)
changeset 3156006736cdb4e5
parent 3155 d988235eab7b
child 3157 2a773bd38e71
scripts: update config.{guess,sub}

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
scripts/config.guess
scripts/config.sub
     1.1 --- a/scripts/config.guess	Mon Jan 07 00:58:13 2013 +0100
     1.2 +++ b/scripts/config.guess	Wed Jan 09 18:52:00 2013 +0100
     1.3 @@ -2,13 +2,13 @@
     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, 2012 Free Software Foundation, Inc.
     1.8 +#   2011, 2012, 2013 Free Software Foundation, Inc.
     1.9  
    1.10 -timestamp='2012-09-25'
    1.11 +timestamp='2012-12-30'
    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 -# the Free Software Foundation; either version 2 of the License, or
    1.16 +# the Free Software Foundation; either version 3 of the License, or
    1.17  # (at your option) any later version.
    1.18  #
    1.19  # This program is distributed in the hope that it will be useful, but
    1.20 @@ -22,19 +22,17 @@
    1.21  # As a special exception to the GNU General Public License, if you
    1.22  # distribute this file as part of a program that contains a
    1.23  # configuration script generated by Autoconf, you may include it under
    1.24 -# the same distribution terms that you use for the rest of that program.
    1.25 -
    1.26 -
    1.27 -# Originally written by Per Bothner.  Please send patches (context
    1.28 -# diff format) to <config-patches@gnu.org> and include a ChangeLog
    1.29 -# entry.
    1.30 +# the same distribution terms that you use for the rest of that
    1.31 +# program.  This Exception is an additional permission under section 7
    1.32 +# of the GNU General Public License, version 3 ("GPLv3").
    1.33  #
    1.34 -# This script attempts to guess a canonical system name similar to
    1.35 -# config.sub.  If it succeeds, it prints the system name on stdout, and
    1.36 -# exits with 0.  Otherwise, it exits with 1.
    1.37 +# Originally written by Per Bothner.
    1.38  #
    1.39  # You can get the latest version of this script from:
    1.40  # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
    1.41 +#
    1.42 +# Please send patches with a ChangeLog entry to config-patches@gnu.org.
    1.43 +
    1.44  
    1.45  me=`echo "$0" | sed -e 's,.*/,,'`
    1.46  
    1.47 @@ -55,8 +53,8 @@
    1.48  
    1.49  Originally written by Per Bothner.
    1.50  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
    1.51 -2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
    1.52 -Free Software Foundation, Inc.
    1.53 +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
    1.54 +2012, 2013 Free Software Foundation, Inc.
    1.55  
    1.56  This is free software; see the source for copying conditions.  There is NO
    1.57  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
     2.1 --- a/scripts/config.sub	Mon Jan 07 00:58:13 2013 +0100
     2.2 +++ b/scripts/config.sub	Wed Jan 09 18:52:00 2013 +0100
     2.3 @@ -2,23 +2,19 @@
     2.4  # Configuration validation subroutine script.
     2.5  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
     2.6  #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
     2.7 -#   2011, 2012 Free Software Foundation, Inc.
     2.8 +#   2011, 2012, 2013 Free Software Foundation, Inc.
     2.9  
    2.10 -timestamp='2012-10-10'
    2.11 +timestamp='2013-01-04'
    2.12  
    2.13 -# This file is (in principle) common to ALL GNU software.
    2.14 -# The presence of a machine in this file suggests that SOME GNU software
    2.15 -# can handle that machine.  It does not imply ALL GNU software can.
    2.16 -#
    2.17 -# This file is free software; you can redistribute it and/or modify
    2.18 -# it under the terms of the GNU General Public License as published by
    2.19 -# the Free Software Foundation; either version 2 of the License, or
    2.20 +# This file is free software; you can redistribute it and/or modify it
    2.21 +# under the terms of the GNU General Public License as published by
    2.22 +# the Free Software Foundation; either version 3 of the License, or
    2.23  # (at your option) any later version.
    2.24  #
    2.25 -# This program is distributed in the hope that it will be useful,
    2.26 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
    2.27 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    2.28 -# GNU General Public License for more details.
    2.29 +# This program is distributed in the hope that it will be useful, but
    2.30 +# WITHOUT ANY WARRANTY; without even the implied warranty of
    2.31 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    2.32 +# General Public License for more details.
    2.33  #
    2.34  # You should have received a copy of the GNU General Public License
    2.35  # along with this program; if not, see <http://www.gnu.org/licenses/>.
    2.36 @@ -26,11 +22,12 @@
    2.37  # As a special exception to the GNU General Public License, if you
    2.38  # distribute this file as part of a program that contains a
    2.39  # configuration script generated by Autoconf, you may include it under
    2.40 -# the same distribution terms that you use for the rest of that program.
    2.41 +# the same distribution terms that you use for the rest of that
    2.42 +# program.  This Exception is an additional permission under section 7
    2.43 +# of the GNU General Public License, version 3 ("GPLv3").
    2.44  
    2.45  
    2.46 -# Please send patches to <config-patches@gnu.org>.  Submit a context
    2.47 -# diff and a properly formatted GNU ChangeLog entry.
    2.48 +# Please send patches with a ChangeLog entry to config-patches@gnu.org.
    2.49  #
    2.50  # Configuration subroutine to validate and canonicalize a configuration type.
    2.51  # Supply the specified configuration type as an argument.
    2.52 @@ -74,8 +71,8 @@
    2.53  GNU config.sub ($timestamp)
    2.54  
    2.55  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
    2.56 -2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
    2.57 -Free Software Foundation, Inc.
    2.58 +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
    2.59 +2012, 2013 Free Software Foundation, Inc.
    2.60  
    2.61  This is free software; see the source for copying conditions.  There is NO
    2.62  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
    2.63 @@ -259,8 +256,10 @@
    2.64  	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
    2.65  	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
    2.66  	| am33_2.0 \
    2.67 -	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
    2.68 -        | be32 | be64 \
    2.69 +	| arc \
    2.70 +	| arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
    2.71 +	| avr | avr32 \
    2.72 +	| be32 | be64 \
    2.73  	| bfin \
    2.74  	| c4x | clipper \
    2.75  	| d10v | d30v | dlx | dsp16xx \
    2.76 @@ -1024,7 +1023,11 @@
    2.77  		basic_machine=i586-unknown
    2.78  		os=-pw32
    2.79  		;;
    2.80 -	rdos)
    2.81 +	rdos | rdos64)
    2.82 +		basic_machine=x86_64-pc
    2.83 +		os=-rdos
    2.84 +		;;
    2.85 +	rdos32)
    2.86  		basic_machine=i386-pc
    2.87  		os=-rdos
    2.88  		;;
    2.89 @@ -1351,7 +1354,7 @@
    2.90  	-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
    2.91  	      | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
    2.92  	      | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
    2.93 -	      | -sym* | -kopensolaris* \
    2.94 +	      | -sym* | -kopensolaris* | -plan9* \
    2.95  	      | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
    2.96  	      | -aos* | -aros* \
    2.97  	      | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
    2.98 @@ -1497,9 +1500,6 @@
    2.99  	-aros*)
   2.100  		os=-aros
   2.101  		;;
   2.102 -	-kaos*)
   2.103 -		os=-kaos
   2.104 -		;;
   2.105  	-zvmoe)
   2.106  		os=-zvmoe
   2.107  		;;