summaryrefslogtreecommitdiff
path: root/target/config/Config.in.gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2019-01-08 13:48:34 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2019-01-08 13:48:34 +0100
commit4a557d08c0aa80dc03a5b6ef6f15c0b2a6b1f49f (patch)
tree815ac9e1c0e258750f2478c9b41730e72f8be7b2 /target/config/Config.in.gdb
parent48de36b68264624ac52b5bd1f77d5c884ecd5999 (diff)
gdb: update to 8.2.1
Diffstat (limited to 'target/config/Config.in.gdb')
-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 00e12c62a..d07a29ac1 100644
--- a/target/config/Config.in.gdb
+++ b/target/config/Config.in.gdb
@@ -23,7 +23,7 @@ depends on ADK_TOOLCHAIN_WITH_GDB
default ADK_TOOLCHAIN_GDB_H8300_GIT if ADK_TARGET_ARCH_H8300
default ADK_TOOLCHAIN_GDB_RISCV_GIT if ADK_TARGET_ARCH_RISCV32
default ADK_TOOLCHAIN_GDB_RISCV_GIT if ADK_TARGET_ARCH_RISCV64
-default ADK_TOOLCHAIN_GDB_8_1
+default ADK_TOOLCHAIN_GDB_8_2
config ADK_TOOLCHAIN_GDB_GIT
bool "git"
@@ -41,8 +41,8 @@ config ADK_TOOLCHAIN_GDB_RISCV_GIT
bool "riscv-git"
depends on ADK_TARGET_ARCH_RISCV32 || ADK_TARGET_ARCH_RISCV64
-config ADK_TOOLCHAIN_GDB_8_1
- bool "8.1"
+config ADK_TOOLCHAIN_GDB_8_2
+ bool "8.2.1"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_H8300
depends on !ADK_TARGET_ARCH_NDS32