From d0ac419702c94bf2d2eda50b008613bac8149745 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 12 Sep 2016 22:40:46 +0200 Subject: gdb: decouple toolchain and package, add special package for microblaze, looks cleaner to me --- target/config/Config.in.gdb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'target/config/Config.in.gdb') diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb index 0e5062bb2..21cd3564b 100644 --- a/target/config/Config.in.gdb +++ b/target/config/Config.in.gdb @@ -19,6 +19,7 @@ endchoice 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_11_1 @@ -51,10 +52,6 @@ config ADK_TOOLCHAIN_GDB_7_9_1 depends on !ADK_TARGET_ARCH_H8300 depends on !ADK_TARGET_ARCH_NDS32 -config ADK_TOOLCHAIN_GDB_7_8_2 - bool "7.8.2" - depends on ADK_TARGET_ARCH_MICROBLAZE - config ADK_TOOLCHAIN_GDB_6_7_1 bool "6.7.1" depends on ADK_TARGET_ARCH_AVR32 -- cgit v1.2.3