From 1a0cbc1cd216932e4ecd7c773a4fa8aecce5b536 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 7 Sep 2010 18:00:14 +1000 Subject: [PATCH] From Macpaul Lin . * config.sub (nds32, nds32le, nds32be): New. * testsuite/config-sub.data: Add test cases. --- ChangeLog | 6 ++++++ config.sub | 4 +++- testsuite/config-sub.data | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ff1a255..5c7be45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-09-07 Ben Elliston + + From Macpaul Lin . + * config.sub (nds32, nds32le, nds32be): New. + * testsuite/config-sub.data: Add test cases. + 2010-08-21 Ben Elliston From Chris Metcalf . diff --git a/config.sub b/config.sub index 204218c..cbabb52 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-09-07' # 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 | nds32be \ | nios | nios2 \ | ns16k | ns32k \ | or32 \ @@ -378,6 +379,7 @@ case $basic_machine in | mmix-* \ | mt-* \ | msp430-* \ + | nds32-* | nds32le-* | nds32be-* \ | 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