summaryrefslogtreecommitdiff
path: root/target/config/Config.in.gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-11-04 09:00:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-11-04 09:00:55 +0100
commit0821102d2a2385c7fd8066b9bb690802e2eb3d58 (patch)
tree150aa49163998b7eea056ab2cb22c2a61fc6d50a /target/config/Config.in.gdb
parent58cd3e8fc6427aa6dcbd9971c815d3cd117642eb (diff)
gdb: update to 8.0.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 cc0f94e24..b40499fac 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
+default ADK_TOOLCHAIN_GDB_8_0_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
- bool "8.0"
+config ADK_TOOLCHAIN_GDB_8_0_1
+ bool "8.0.1"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_H8300
depends on !ADK_TARGET_ARCH_NDS32