automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] nds32: add nds32 support into config_sub


From: Macpaul Lin
Subject: [PATCH] nds32: add nds32 support into config_sub
Date: Mon, 6 Sep 2010 20:03:46 +0800

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 <address@hidden>
---
 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

[Prev in Thread] Current Thread [Next in Thread]