From 39f7a079eb2cd2432cb12671066adb72ef9088dd Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 1 Nov 2014 20:57:59 +0100 Subject: Toolchain: gdb: add v7.8.1 and drop 7.6.2 support Signed-off-by: Abdoulaye Walsimou Gaye --- core/toolchain/addons/gdb/gdb.kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/toolchain/addons/gdb/gdb.kconfig') diff --git a/core/toolchain/addons/gdb/gdb.kconfig b/core/toolchain/addons/gdb/gdb.kconfig index 247abfc..ed8296c 100644 --- a/core/toolchain/addons/gdb/gdb.kconfig +++ b/core/toolchain/addons/gdb/gdb.kconfig @@ -39,12 +39,12 @@ choice help Choose which version of gdb to use. + config EMBTK_GDB_VERSION_7_8_1 + bool "gdb-7.8.1" + select EMBTK_GDB_NEED_PATCH config EMBTK_GDB_VERSION_7_7_1 bool "gdb-7.7.1" select EMBTK_GDB_NEED_PATCH - config EMBTK_GDB_VERSION_7_6_2 - bool "gdb-7.6.2" - select EMBTK_GDB_NEED_PATCH endchoice choice @@ -74,8 +74,8 @@ config EMBTK_HOST_HAVE_GDB # config EMBTK_GDB_VERSION_STRING string + default "7.8.1" if EMBTK_GDB_VERSION_7_8_1 default "7.7.1" if EMBTK_GDB_VERSION_7_7_1 - default "7.6.2" if EMBTK_GDB_VERSION_7_6_2 config EMBTK_GDB_CATEGORY string -- cgit v1.2.3