Update the config.{guess,sub} scripts.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Apr 27 17:05:49 2009 +0000 (2009-04-27)
changeset 13098f5a412ba2ac
parent 1302 7df725fc8f66
child 1310 652602bbab6c
Update the config.{guess,sub} scripts.

-------- diffstat follows --------
/trunk/scripts/config.guess | 7 5 2 0 +++++--
/trunk/scripts/config.sub | 3 2 1 0 ++-
2 files changed, 7 insertions(+), 3 deletions(-)
scripts/config.guess
scripts/config.sub
     1.1 --- a/scripts/config.guess	Mon Apr 20 22:08:54 2009 +0000
     1.2 +++ b/scripts/config.guess	Mon Apr 27 17:05:49 2009 +0000
     1.3 @@ -1115,8 +1115,11 @@
     1.4      pc:*:*:*)
     1.5  	# Left here for compatibility:
     1.6          # uname -m prints for DJGPP always 'pc', but it prints nothing about
     1.7 -        # the processor, so we play safe by assuming i386.
     1.8 -	echo i386-pc-msdosdjgpp
     1.9 +        # the processor, so we play safe by assuming i586.
    1.10 +	# Note: whatever this is, it MUST be the same as what config.sub
    1.11 +	# prints for the "djgpp" host, or else GDB configury will decide that
    1.12 +	# this is a cross-build.
    1.13 +	echo i586-pc-msdosdjgpp
    1.14          exit ;;
    1.15      Intel:Mach:3*:*)
    1.16  	echo i386-pc-mach3
     2.1 --- a/scripts/config.sub	Mon Apr 20 22:08:54 2009 +0000
     2.2 +++ b/scripts/config.sub	Mon Apr 27 17:05:49 2009 +0000
     2.3 @@ -4,7 +4,7 @@
     2.4  #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
     2.5  #   Free Software Foundation, Inc.
     2.6  
     2.7 -timestamp='2009-02-03'
     2.8 +timestamp='2009-04-17'
     2.9  
    2.10  # This file is (in principle) common to ALL GNU software.
    2.11  # The presence of a machine in this file suggests that SOME GNU software
    2.12 @@ -272,6 +272,7 @@
    2.13  	| mipsisa64sr71k | mipsisa64sr71kel \
    2.14  	| mipstx39 | mipstx39el \
    2.15  	| mn10200 | mn10300 \
    2.16 +	| moxie \
    2.17  	| mt \
    2.18  	| msp430 \
    2.19  	| nios | nios2 \