diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-13 23:34:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-13 23:35:14 +0100 |
commit | 66cac3eadc9acc2783886327a3146cc633e270e7 (patch) | |
tree | 776df9c5b853be1a5e353cd06d4c8bef7e1f3c93 /target/config | |
parent | 4a7a5894296872c34a16ec6193a78d7cd6e76b8b (diff) |
gdb: update to latest stable version
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 1e1c361db..e151f1aa0 100644 --- a/target/config/Config.in.gdb +++ b/target/config/Config.in.gdb @@ -4,15 +4,15 @@ choice prompt "GNU debugger version" default ADK_TOOLCHAIN_GDB_7_9_1 if ADK_TARGET_ARCH_BFIN -default ADK_TOOLCHAIN_GDB_7_10 +default ADK_TOOLCHAIN_GDB_7_10_1 config ADK_TOOLCHAIN_GDB_GIT bool "git" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_BFIN -config ADK_TOOLCHAIN_GDB_7_10 - bool "7.10" +config ADK_TOOLCHAIN_GDB_7_10_1 + bool "7.10.1" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_H8300 depends on !ADK_TARGET_ARCH_BFIN |