diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-12 00:53:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-12 00:53:18 +0200 |
commit | 6c4495b080026e0649048ed4dfe83a0f3a15457a (patch) | |
tree | 0aff9dede7b7436e70f269ad5bd4bf0500ccd07c /target | |
parent | 2d0bb30192adea21bafeb40c957d853734a4b205 (diff) |
gdb: update to 7.11.1
Diffstat (limited to 'target')
-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 3c962d671..a9d279044 100644 --- a/target/config/Config.in.gdb +++ b/target/config/Config.in.gdb @@ -4,7 +4,7 @@ choice prompt "GNU debugger version" default ADK_TOOLCHAIN_GDB_H8300_GIT if ADK_TARGET_ARCH_H8300 -default ADK_TOOLCHAIN_GDB_7_11 +default ADK_TOOLCHAIN_GDB_7_11_1 config ADK_TOOLCHAIN_GDB_GIT bool "git" @@ -15,8 +15,8 @@ config ADK_TOOLCHAIN_GDB_H8300_GIT bool "h8300-git" depends on ADK_TARGET_ARCH_H8300 -config ADK_TOOLCHAIN_GDB_7_11 - bool "7.11" +config ADK_TOOLCHAIN_GDB_7_11_1 + bool "7.11.1" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_H8300 |