From fdf0da83f8ad00968944bf187180fe7a7efcbbec Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 22 Nov 2009 01:17:23 +0100 Subject: Toolchain: gdb: add build of gdb-7.0 Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/gdb.kconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'kconfig') diff --git a/kconfig/gdb.kconfig b/kconfig/gdb.kconfig index 4b04ebe..af9423c 100644 --- a/kconfig/gdb.kconfig +++ b/kconfig/gdb.kconfig @@ -28,6 +28,21 @@ config EMBTK_HAVE_GDB Have GNU debugger components on your embedded target and/or on your development machine. +choice + prompt "GDB version to use" + depends on EMBTK_HAVE_GDB + config EMBTK_GDB_VERSION_7_0 + depends on !EMBTK_CLIB_UCLIBC + bool "gdb-7.0" + config EMBTK_GDB_VERSION_6_8 + bool "gdb-6.8" +endchoice + +config EMBTK_GDB_VERSION_STRING + string + default "6.8" if EMBTK_GDB_VERSION_6_8 + default "7.0" if EMBTK_GDB_VERSION_7_0 + choice prompt "GDB on your target embedded system" depends on EMBTK_HAVE_GDB -- cgit v1.2.3