summaryrefslogtreecommitdiff
path: root/target/config/Config.in.gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-04-09 12:48:08 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-30 03:44:10 +0200
commit7ed4d2a409cb24e7beef850c6b90e47f0f6b71d2 (patch)
treebc1ebdfaa9cafaab8c30fa915ff98f51a5509eee /target/config/Config.in.gdb
parentc5990c364e54fae1b1d0da5f88d3cf7c9c0ba782 (diff)
add support for nds32 architecture
Verified on a FPGA board sponsored by Andes Technology. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'target/config/Config.in.gdb')
-rw-r--r--target/config/Config.in.gdb5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb
index a9d279044..bbde9df6c 100644
--- a/target/config/Config.in.gdb
+++ b/target/config/Config.in.gdb
@@ -4,12 +4,14 @@
choice
prompt "GNU debugger version"
default ADK_TOOLCHAIN_GDB_H8300_GIT if ADK_TARGET_ARCH_H8300
+default ADK_TOOLCHAIN_GDB_NDS32 if ADK_TARGET_ARCH_NDS32
default ADK_TOOLCHAIN_GDB_7_11_1
config ADK_TOOLCHAIN_GDB_GIT
bool "git"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_H8300
+ depends on !ADK_TARGET_ARCH_NDS32
config ADK_TOOLCHAIN_GDB_H8300_GIT
bool "h8300-git"
@@ -19,16 +21,19 @@ config ADK_TOOLCHAIN_GDB_7_11_1
bool "7.11.1"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_H8300
+ depends on !ADK_TARGET_ARCH_NDS32
config ADK_TOOLCHAIN_GDB_7_10_1
bool "7.10.1"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_H8300
+ depends on !ADK_TARGET_ARCH_NDS32
config ADK_TOOLCHAIN_GDB_7_9_1
bool "7.9.1"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_H8300
+ depends on !ADK_TARGET_ARCH_NDS32
config ADK_TOOLCHAIN_GDB_7_8_2
bool "7.8.2"