diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-09-07 11:41:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-09-07 11:41:28 +0200 |
commit | 5c09f2c5311f5562cfc774aa092cec2d182be3d4 (patch) | |
tree | 329147c1957001603a63489e8a4679081161f77c /target | |
parent | 03e1dc432bf2e7c2ea1a26b3f8c92338f63aa127 (diff) |
update gdb to latest, set to default
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.gdb.choice | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/target/config/Config.in.gdb.choice b/target/config/Config.in.gdb.choice index d03530d25..b05e0202b 100644 --- a/target/config/Config.in.gdb.choice +++ b/target/config/Config.in.gdb.choice @@ -1,11 +1,16 @@ choice prompt "GNU debugger version" -default ADK_TOOLCHAIN_GDB_7_9_1 +default ADK_TOOLCHAIN_GDB_7_10 config ADK_TOOLCHAIN_GDB_GIT bool "git" depends on !ADK_TARGET_ARCH_AVR32 +config ADK_TOOLCHAIN_GDB_7_10 + bool "7.10" + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_H8300 + config ADK_TOOLCHAIN_GDB_7_9_1 bool "7.9.1" depends on !ADK_TARGET_ARCH_AVR32 |