scripts/config.guess
branchnewlib
changeset 1366 5e5d1e6f55d3
parent 1261 4e1562059404
child 1418 339c8a5c9797
     1.1 --- a/scripts/config.guess	Sun Mar 15 20:52:50 2009 +0000
     1.2 +++ b/scripts/config.guess	Sun May 03 09:50:16 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