diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-10 03:53:48 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-10 03:53:48 +0100 |
commit | 7b3aab4d4c900024c27c24130e22dc6eb1fd30c6 (patch) | |
tree | 749cc3684ec534198f07cd7c86439fa3334f657c /target/config | |
parent | 50564cc508098a307ae86aa0c0c7563d4c511373 (diff) |
gdb/gdbserver: update to 14.2
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 1001943ab..c86930a30 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_14_1 +default ADK_TOOLCHAIN_GDB_14_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_14_1 - bool "14.1" +config ADK_TOOLCHAIN_GDB_14_2 + bool "14.2" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_H8300 depends on !ADK_TARGET_ARCH_NDS32 |