mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub (z80, z80-*): Handle.
* testsuite/config-sub.data: Add a test case.
This commit is contained in:
parent
8b4866b097
commit
46c3be0996
@ -1,3 +1,9 @@
|
|||||||
|
2008-09-08 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* config.sub (z80, z80-*): Handle.
|
||||||
|
* testsuite/config-sub.data: Add a test case.
|
||||||
|
|
||||||
2008-06-16 Ben Elliston <bje@gnu.org>
|
2008-06-16 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* testsuite/config-sub.data: Strip stray whitespace.
|
* testsuite/config-sub.data: Strip stray whitespace.
|
||||||
|
10
config.sub
vendored
10
config.sub
vendored
@ -4,7 +4,7 @@
|
|||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2008-06-16'
|
timestamp='2008-09-08'
|
||||||
|
|
||||||
# This file is (in principle) common to ALL GNU software.
|
# This file is (in principle) common to ALL GNU software.
|
||||||
# The presence of a machine in this file suggests that SOME GNU software
|
# The presence of a machine in this file suggests that SOME GNU software
|
||||||
@ -288,7 +288,7 @@ case $basic_machine in
|
|||||||
| v850 | v850e \
|
| v850 | v850e \
|
||||||
| we32k \
|
| we32k \
|
||||||
| x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
|
| x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
|
||||||
| z8k)
|
| z8k | z80)
|
||||||
basic_machine=$basic_machine-unknown
|
basic_machine=$basic_machine-unknown
|
||||||
;;
|
;;
|
||||||
m6811 | m68hc11 | m6812 | m68hc12)
|
m6811 | m68hc11 | m6812 | m68hc12)
|
||||||
@ -375,7 +375,7 @@ case $basic_machine in
|
|||||||
| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
|
| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
|
||||||
| xstormy16-* | xtensa*-* \
|
| xstormy16-* | xtensa*-* \
|
||||||
| ymp-* \
|
| ymp-* \
|
||||||
| z8k-*)
|
| z8k-* | z80-*)
|
||||||
;;
|
;;
|
||||||
# Recognize the basic CPU types without company name, with glob match.
|
# Recognize the basic CPU types without company name, with glob match.
|
||||||
xtensa*)
|
xtensa*)
|
||||||
@ -1140,6 +1140,10 @@ case $basic_machine in
|
|||||||
basic_machine=z8k-unknown
|
basic_machine=z8k-unknown
|
||||||
os=-sim
|
os=-sim
|
||||||
;;
|
;;
|
||||||
|
z80-*-coff)
|
||||||
|
basic_machine=z80-unknown
|
||||||
|
os=-sim
|
||||||
|
;;
|
||||||
none)
|
none)
|
||||||
basic_machine=none-none
|
basic_machine=none-none
|
||||||
os=-none
|
os=-none
|
||||||
|
@ -139,3 +139,4 @@ x86_64-dicos x86_64-pc-dicos
|
|||||||
x86_64-ericsson-dicos x86_64-ericsson-dicos
|
x86_64-ericsson-dicos x86_64-ericsson-dicos
|
||||||
cegcc arm-unknown-cegcc
|
cegcc arm-unknown-cegcc
|
||||||
arm-cegcc arm-unknown-cegcc
|
arm-cegcc arm-unknown-cegcc
|
||||||
|
z80-coff z80-unknown-coff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user