From Thomas YS Liu <nckuhuahua@gmail.com>.

* config.sub (nds32, nds32le): New.
	* testsuite/config-sub.data: Add test case.
This commit is contained in:
Ben Elliston 2010-08-13 21:45:45 +10:00
parent 94a16bba42
commit 0efcf599f6
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-08-13 Ben Elliston <bje@gnu.org>
From Thomas YS Liu <nckuhuahua@gmail.com>.
* config.sub (nds32, nds32le): New.
* testsuite/config-sub.data: Add test case.
2010-07-29 Ben Elliston <bje@gnu.org> 2010-07-29 Ben Elliston <bje@gnu.org>
Patch from Rainer Tammer <tammer@tammer.net>: Patch from Rainer Tammer <tammer@tammer.net>:

4
config.sub vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Free Software Foundation, Inc. # Free Software Foundation, Inc.
timestamp='2010-05-21' timestamp='2010-08-13'
# 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
@ -283,6 +283,7 @@ case $basic_machine in
| moxie \ | moxie \
| mt \ | mt \
| msp430 \ | msp430 \
| nds32 | nds32le \
| nios | nios2 \ | nios | nios2 \
| ns16k | ns32k \ | ns16k | ns32k \
| or32 \ | or32 \
@ -378,6 +379,7 @@ case $basic_machine in
| mmix-* \ | mmix-* \
| mt-* \ | mt-* \
| msp430-* \ | msp430-* \
| nds32-* | nds32le-* \
| nios-* | nios2-* \ | nios-* | nios2-* \
| none-* | np1-* | ns16k-* | ns32k-* \ | none-* | np1-* | ns16k-* | ns32k-* \
| orion-* \ | orion-* \

View File

@ -198,3 +198,7 @@ tic6x-elf tic6x-unknown-elf
tic6x-none-elf tic6x-none-elf tic6x-none-elf tic6x-none-elf
tic6x-unknown-elf tic6x-unknown-elf tic6x-unknown-elf tic6x-unknown-elf
tic6x-uclinux tic6x-unknown-uclinux tic6x-uclinux tic6x-unknown-uclinux
nds32 nds32-unknown-none
nds32le nds32le-unknown-none
nds32-elf nds32-unknown-elf
nds32le-elf nds32le-unknown-elf