NDS32 is a new 32-bit RISC architecture invented by Andestech.com.

It has a 16-bit/32-bit mixed-length instruction set to achieve optimal
system performance, code density, and power efficiency.

This is the commit for supporting automake and related config.sub.

Signed-off-by: Macpaul Lin <macp...@andestech.com>
---
 lib/config.sub |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/config.sub b/lib/config.sub
index 204218c..6162dcd 100755
--- a/lib/config.sub
+++ b/lib/config.sub
@@ -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-* \
-- 
1.7.2.2


Reply via email to