tools/config.sub
changeset 1001 c8ac48ba1411
parent 600 8c669e6e9af3
child 1096 4632c305eb73
     1.1 --- a/tools/config.sub	Fri Jun 20 12:02:25 2008 +0000
     1.2 +++ b/tools/config.sub	Mon Oct 27 18:42:26 2008 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4  #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
     1.5  #   Free Software Foundation, Inc.
     1.6  
     1.7 -timestamp='2008-06-16'
     1.8 +timestamp='2008-09-08'
     1.9  
    1.10  # This file is (in principle) common to ALL GNU software.
    1.11  # The presence of a machine in this file suggests that SOME GNU software
    1.12 @@ -288,7 +288,7 @@
    1.13  	| v850 | v850e \
    1.14  	| we32k \
    1.15  	| x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
    1.16 -	| z8k)
    1.17 +	| z8k | z80)
    1.18  		basic_machine=$basic_machine-unknown
    1.19  		;;
    1.20  	m6811 | m68hc11 | m6812 | m68hc12)
    1.21 @@ -375,7 +375,7 @@
    1.22  	| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
    1.23  	| xstormy16-* | xtensa*-* \
    1.24  	| ymp-* \
    1.25 -	| z8k-*)
    1.26 +	| z8k-* | z80-*)
    1.27  		;;
    1.28  	# Recognize the basic CPU types without company name, with glob match.
    1.29  	xtensa*)
    1.30 @@ -1140,6 +1140,10 @@
    1.31  		basic_machine=z8k-unknown
    1.32  		os=-sim
    1.33  		;;
    1.34 +	z80-*-coff)
    1.35 +		basic_machine=z80-unknown
    1.36 +		os=-sim
    1.37 +		;;
    1.38  	none)
    1.39  		basic_machine=none-none
    1.40  		os=-none