mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub: Handle ubicom32, ubicom32-*.
* testsuite/config-sub.data: Add a test case.
This commit is contained in:
parent
d045af9d0d
commit
24a57dca54
@ -1,3 +1,9 @@
|
|||||||
|
2009-11-07 Yakup Akbay <yakbay@ubicom.com>
|
||||||
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* config.sub: Handle ubicom32, ubicom32-*.
|
||||||
|
* testsuite/config-sub.data: Add a test case.
|
||||||
|
|
||||||
2009-10-07 Shiki Okasaka <shiki.okasaka@gmail.com>
|
2009-10-07 Shiki Okasaka <shiki.okasaka@gmail.com>
|
||||||
Ben Elliston <bje@gnu.org>
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
4
config.sub
vendored
4
config.sub
vendored
@ -4,7 +4,7 @@
|
|||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2009-10-07'
|
timestamp='2009-11-07'
|
||||||
|
|
||||||
# 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
|
||||||
@ -295,6 +295,7 @@ case $basic_machine in
|
|||||||
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
|
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
|
||||||
| spu | strongarm \
|
| spu | strongarm \
|
||||||
| tahoe | thumb | tic4x | tic80 | tron \
|
| tahoe | thumb | tic4x | tic80 | tron \
|
||||||
|
| ubicom32 \
|
||||||
| v850 | v850e \
|
| v850 | v850e \
|
||||||
| we32k \
|
| we32k \
|
||||||
| x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
|
| x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
|
||||||
@ -381,6 +382,7 @@ case $basic_machine in
|
|||||||
| tahoe-* | thumb-* \
|
| tahoe-* | thumb-* \
|
||||||
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
|
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
|
||||||
| tron-* \
|
| tron-* \
|
||||||
|
| ubicom32-* \
|
||||||
| v850-* | v850e-* | vax-* \
|
| v850-* | v850e-* | vax-* \
|
||||||
| we32k-* \
|
| we32k-* \
|
||||||
| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
|
| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
|
||||||
|
@ -158,3 +158,5 @@ rx rx-unknown-none
|
|||||||
rx-linux rx-unknown-linux-gnu
|
rx-linux rx-unknown-linux-gnu
|
||||||
picochip picochip-unknown-none
|
picochip picochip-unknown-none
|
||||||
i386-es i386-pc-es
|
i386-es i386-pc-es
|
||||||
|
ubicom32 ubicom32-unknown-none
|
||||||
|
ubicom32-elf ubicom32-unknown-elf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user