summaryrefslogtreecommitdiff
path: root/target/config/Config.in.gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-02-25 00:35:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-02-25 00:35:03 +0100
commitae3e9c9fe0d57ea7cd39ea198714a8994c621163 (patch)
treeac3ed20fc9eacd62b19d5a2e4257d18c04de7ee2 /target/config/Config.in.gdb
parent047c9808b905c34a0a97138e0543fdc2ff687a54 (diff)
gdb: update to latest version
Diffstat (limited to 'target/config/Config.in.gdb')
-rw-r--r--target/config/Config.in.gdb12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb
index 3afa3f2b4..362f9c343 100644
--- a/target/config/Config.in.gdb
+++ b/target/config/Config.in.gdb
@@ -4,7 +4,7 @@
choice
prompt "GNU debugger version"
default ADK_TOOLCHAIN_GDB_H8300_GIT if ADK_TARGET_ARCH_H8300
-default ADK_TOOLCHAIN_GDB_7_10_1
+default ADK_TOOLCHAIN_GDB_7_11
config ADK_TOOLCHAIN_GDB_GIT
bool "git"
@@ -15,6 +15,11 @@ config ADK_TOOLCHAIN_GDB_H8300_GIT
bool "h8300-git"
depends on ADK_TARGET_ARCH_H8300
+config ADK_TOOLCHAIN_GDB_7_11
+ bool "7.11"
+ depends on !ADK_TARGET_ARCH_AVR32
+ depends on !ADK_TARGET_ARCH_H8300
+
config ADK_TOOLCHAIN_GDB_7_10_1
bool "7.10.1"
depends on !ADK_TARGET_ARCH_AVR32
@@ -25,11 +30,6 @@ config ADK_TOOLCHAIN_GDB_7_9_1
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_H8300
-config ADK_TOOLCHAIN_GDB_7_8_2
- bool "7.8.2"
- depends on !ADK_TARGET_ARCH_AVR32
- depends on !ADK_TARGET_ARCH_H8300
-
config ADK_TOOLCHAIN_GDB_6_7_1
bool "6.7.1"
depends on ADK_TARGET_ARCH_AVR32