summaryrefslogtreecommitdiff
path: root/target/config/Config.in.gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-02 18:35:17 +0000
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-02 18:35:17 +0000
commit779e259868d6e664235b6835ffd5e795776b4fa4 (patch)
treec87c312402d2351e467f91e80e2d64d904b51623 /target/config/Config.in.gdb
parent4a762acdd380273ac072a66aaca12be2cc6d7a1f (diff)
gdb: update to 8.1
Diffstat (limited to 'target/config/Config.in.gdb')
-rw-r--r--target/config/Config.in.gdb6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb
index b40499fac..bdc7c462e 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_0_1
+default ADK_TOOLCHAIN_GDB_8_1
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_0_1
- bool "8.0.1"
+config ADK_TOOLCHAIN_GDB_8_1
+ bool "8.1"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_H8300
depends on !ADK_TARGET_ARCH_NDS32