summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-29 18:54:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-29 18:54:26 +0200
commit981a3b4e1d36c464d5ef874cc20270dbc2524405 (patch)
tree220be73416326e1f3d0db42e1f603fc4185738e2 /target
parent7bc490a6405b9eeb789c9d189c939af590861971 (diff)
update to latest stable gdb version
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.gdb.choice6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/config/Config.in.gdb.choice b/target/config/Config.in.gdb.choice
index 363aede46..4e808cdd8 100644
--- a/target/config/Config.in.gdb.choice
+++ b/target/config/Config.in.gdb.choice
@@ -1,11 +1,15 @@
choice
prompt "GNU debugger version"
-default ADK_TOOLCHAIN_GDB_7_8_2
+default ADK_TOOLCHAIN_GDB_7_9
config ADK_TOOLCHAIN_GDB_GIT
bool "git"
depends on !ADK_TARGET_ARCH_AVR32
+config ADK_TOOLCHAIN_GDB_7_9
+ bool "7.9"
+ depends on !ADK_TARGET_ARCH_AVR32
+
config ADK_TOOLCHAIN_GDB_7_8_2
bool "7.8.2"
depends on !ADK_TARGET_ARCH_AVR32