From bff6a9c54bc83a017ca1710be827644596b947f0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 12 Jun 2017 00:18:17 +0200 Subject: gdb: add 8.0, remove older 7.x versions --- target/config/Config.in.gdb | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'target/config') 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 -- cgit v1.2.3