* config.sub: Add xgate (Freescale XGATE processor) and m68hcs12x.

* testsuite/config-sub.data: Add a test case.
This commit is contained in:
Ben Elliston 2012-01-28 21:17:24 +11:00
parent 13c1595b32
commit 31f0690217
3 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2012-01-28 Sean Keys <skeys@ipdatasys.com>
Ben Elliston <bje@gnu.org>
* config.sub: Add xgate (Freescale XGATE processor) and m68hcs12x.
* testsuite/config-sub.data: Add a test case.
2012-01-01 Ben Elliston <bje@gnu.org>
* config.guess: Update copyright years.

9
config.sub vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011, 2012 Free Software Foundation, Inc.
timestamp='2012-01-01'
timestamp='2012-01-28'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -319,7 +319,7 @@ case $basic_machine in
c6x)
basic_machine=tic6x-unknown
;;
m6811 | m68hc11 | m6812 | m68hc12 | picochip)
m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
basic_machine=$basic_machine-unknown
os=-none
;;
@ -332,7 +332,10 @@ case $basic_machine in
strongarm | thumb | xscale)
basic_machine=arm-unknown
;;
xgate)
basic_machine=$basic_machine-unknown
os=-none
;;
xscaleeb)
basic_machine=armeb-unknown
;;

View File

@ -229,6 +229,7 @@ x86_64-ericsson-dicos x86_64-ericsson-dicos
xbox i686-pc-mingw32
xc16x-elf xc16x-unknown-elf
xc16x xc16x-unknown-none
xgate xgate-unknown-none
xscale arm-unknown-none
xscaleeb armeb-unknown-none
xscaleeb-none-elf armeb-none-elf