summaryrefslogtreecommitdiff
path: root/target/config/Config.in.gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-12 22:40:46 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-12 22:40:59 +0200
commitd0ac419702c94bf2d2eda50b008613bac8149745 (patch)
treec5c4631cd19aca23abf9b76abf1ecf4d50ee6f93 /target/config/Config.in.gdb
parent9dcf0c59a384703891da3a65ce3df4742b5e7b4f (diff)
gdb: decouple toolchain and package, add special package for microblaze, looks cleaner to me
Diffstat (limited to 'target/config/Config.in.gdb')
-rw-r--r--target/config/Config.in.gdb5
1 files changed, 1 insertions, 4 deletions
diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb
index 0e5062bb2..21cd3564b 100644
--- a/target/config/Config.in.gdb
+++ b/target/config/Config.in.gdb
@@ -19,6 +19,7 @@ endchoice
choice
prompt "GNU debugger version"
+depends on ADK_TOOLCHAIN_WITH_GDB
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
@@ -51,10 +52,6 @@ config ADK_TOOLCHAIN_GDB_7_9_1
depends on !ADK_TARGET_ARCH_H8300
depends on !ADK_TARGET_ARCH_NDS32
-config ADK_TOOLCHAIN_GDB_7_8_2
- bool "7.8.2"
- depends on ADK_TARGET_ARCH_MICROBLAZE
-
config ADK_TOOLCHAIN_GDB_6_7_1
bool "6.7.1"
depends on ADK_TARGET_ARCH_AVR32