summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-01-21 06:36:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-01-21 17:18:27 +0100
commitc0ee224bb1f69febd79788fb30ce921d53af217d (patch)
treeb00699557911db90711104633a9a9e38945bce36 /target
parent7ecc51388754e527dd8d56ff950a8dc52ca2ca4d (diff)
gdb: update to 11.2
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.gdb6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb
index 2bf0c8870..fa1c1a992 100644
--- a/target/config/Config.in.gdb
+++ b/target/config/Config.in.gdb
@@ -21,7 +21,7 @@ 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_11_1
+default ADK_TOOLCHAIN_GDB_11_2
config ADK_TOOLCHAIN_GDB_GIT
bool "git"
@@ -33,8 +33,8 @@ config ADK_TOOLCHAIN_GDB_H8300_GIT
bool "h8300-git"
depends on ADK_TARGET_ARCH_H8300
-config ADK_TOOLCHAIN_GDB_11_1
- bool "11.1"
+config ADK_TOOLCHAIN_GDB_11_2
+ bool "11.2"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_H8300
depends on !ADK_TARGET_ARCH_NDS32