From 0efcf599f632775b84c99b252ee76b317ae1a0a2 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 13 Aug 2010 21:45:45 +1000 Subject: [PATCH] From Thomas YS Liu . * config.sub (nds32, nds32le): New. * testsuite/config-sub.data: Add test case. --- ChangeLog | 6 ++++++ config.sub | 4 +++- testsuite/config-sub.data | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4417c21..04d4798 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-08-13 Ben Elliston + + From Thomas YS Liu . + * config.sub (nds32, nds32le): New. + * testsuite/config-sub.data: Add test case. + 2010-07-29 Ben Elliston Patch from Rainer Tammer : diff --git a/config.sub b/config.sub index 204218c..b54b980 100755 --- a/config.sub +++ b/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. -timestamp='2010-05-21' +timestamp='2010-08-13' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -283,6 +283,7 @@ case $basic_machine in | moxie \ | mt \ | msp430 \ + | nds32 | nds32le \ | nios | nios2 \ | ns16k | ns32k \ | or32 \ @@ -378,6 +379,7 @@ case $basic_machine in | mmix-* \ | mt-* \ | msp430-* \ + | nds32-* | nds32le-* \ | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index 80c5fc6..6022347 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -198,3 +198,7 @@ tic6x-elf tic6x-unknown-elf tic6x-none-elf tic6x-none-elf tic6x-unknown-elf tic6x-unknown-elf tic6x-uclinux tic6x-unknown-uclinux +nds32 nds32-unknown-none +nds32le nds32le-unknown-none +nds32-elf nds32-unknown-elf +nds32le-elf nds32le-unknown-elf