mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 01:56:38 +12:00
* config.sub: Add xgate (Freescale XGATE processor) and m68hcs12x.
* testsuite/config-sub.data: Add a test case.
This commit is contained in:
parent
13c1595b32
commit
31f0690217
@ -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
9
config.sub
vendored
@ -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
|
||||
;;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user