summaryrefslogtreecommitdiff
path: root/target/config/Config.in.gdb
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.gdb')
-rw-r--r--target/config/Config.in.gdb3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb
index 89ae86b7e..87c384095 100644
--- a/target/config/Config.in.gdb
+++ b/target/config/Config.in.gdb
@@ -3,6 +3,7 @@
choice
prompt "GNU debugger version"
+default ADK_TOOLCHAIN_GDB_7_9_1 if ADK_TARGET_ARCH_BFIN
default ADK_TOOLCHAIN_GDB_7_10
config ADK_TOOLCHAIN_GDB_GIT
@@ -13,6 +14,7 @@ config ADK_TOOLCHAIN_GDB_7_10
bool "7.10"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_H8300
+ depends on !ADK_TARGET_ARCH_BFIN
config ADK_TOOLCHAIN_GDB_7_9_1
bool "7.9.1"
@@ -22,6 +24,7 @@ config ADK_TOOLCHAIN_GDB_7_9_1
config ADK_TOOLCHAIN_GDB_7_8_2
bool "7.8.2"
depends on !ADK_TARGET_ARCH_AVR32
+ depends on !ADK_TARGET_ARCH_BFIN
depends on !ADK_TARGET_ARCH_H8300
config ADK_TOOLCHAIN_GDB_6_7_1