summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-10 10:54:21 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-10 10:54:28 -0500
commitf37da1684f5ecc03ffadf85e9eca01d8c378a1c7 (patch)
tree7e0bfad3d3245a8923d9cf54d2aac51e2a216e13 /target
parent348fad38b9858144a1bab78662c47fc6ec8599d5 (diff)
update gdb, enable sim only for supported architectures
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.gdb.choice6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.gdb.choice b/target/config/Config.in.gdb.choice
index 4e808cdd8..6b369f0f8 100644
--- a/target/config/Config.in.gdb.choice
+++ b/target/config/Config.in.gdb.choice
@@ -1,13 +1,13 @@
choice
prompt "GNU debugger version"
-default ADK_TOOLCHAIN_GDB_7_9
+default ADK_TOOLCHAIN_GDB_7_9_1
config ADK_TOOLCHAIN_GDB_GIT
bool "git"
depends on !ADK_TARGET_ARCH_AVR32
-config ADK_TOOLCHAIN_GDB_7_9
- bool "7.9"
+config ADK_TOOLCHAIN_GDB_7_9_1
+ bool "7.9.1"
depends on !ADK_TARGET_ARCH_AVR32
config ADK_TOOLCHAIN_GDB_7_8_2