summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-12 00:18:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-13 03:19:11 +0200
commitbff6a9c54bc83a017ca1710be827644596b947f0 (patch)
treecdcd1b310c830f34514aeb61d251edf8c5d1ec2a /target
parent490cc258f3762fcb12aa046e90e6dc4fe2556f59 (diff)
gdb: add 8.0, remove older 7.x versions
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.gdb19
1 files changed, 3 insertions, 16 deletions
diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb
index 1e0433566..cc0f94e24 100644
--- a/target/config/Config.in.gdb
+++ b/target/config/Config.in.gdb
@@ -21,8 +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_NDS32 if ADK_TARGET_ARCH_NDS32
-default ADK_TOOLCHAIN_GDB_7_12_1
+default ADK_TOOLCHAIN_GDB_8_0
config ADK_TOOLCHAIN_GDB_GIT
bool "git"
@@ -34,20 +33,8 @@ config ADK_TOOLCHAIN_GDB_H8300_GIT
bool "h8300-git"
depends on ADK_TARGET_ARCH_H8300
-config ADK_TOOLCHAIN_GDB_7_12_1
- bool "7.12.1"
- depends on !ADK_TARGET_ARCH_AVR32
- depends on !ADK_TARGET_ARCH_H8300
- depends on !ADK_TARGET_ARCH_NDS32
-
-config ADK_TOOLCHAIN_GDB_7_11_1
- bool "7.11.1"
- depends on !ADK_TARGET_ARCH_AVR32
- depends on !ADK_TARGET_ARCH_H8300
- depends on !ADK_TARGET_ARCH_NDS32
-
-config ADK_TOOLCHAIN_GDB_7_10_1
- bool "7.10.1"
+config ADK_TOOLCHAIN_GDB_8_0
+ bool "8.0"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_H8300
depends on !ADK_TARGET_ARCH_NDS32