diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-03-04 13:28:23 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-03-04 13:28:23 +0100 |
commit | 0d5cd0b0214494fa985c103e5141a08688dea48d (patch) | |
tree | c7d65f57671d1756da2ea52ce7b173d9b18236fa /target/config | |
parent | bc6956f08c225304cfb62b7314a660f52701d30c (diff) |
gdb: update to 9.1
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.gdb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb index bcac346ae..2fdd78db5 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_8_3 +default ADK_TOOLCHAIN_GDB_9_3 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_8_3 - bool "8.3.1" +config ADK_TOOLCHAIN_GDB_9_1 + bool "9.1" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_H8300 depends on !ADK_TARGET_ARCH_NDS32 |