From dda6acebb84450a47f6d196cdaf885241c6ae289 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 28 Mar 2015 18:54:50 +0100 Subject: Toolchain: gdb: add sha256 for gdbserver and gdbhost Signed-off-by: Abdoulaye Walsimou Gaye --- core/toolchain/addons/gdb/gdb.kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/core/toolchain/addons/gdb/gdb.kconfig b/core/toolchain/addons/gdb/gdb.kconfig index c5e0c6b..023dff1 100644 --- a/core/toolchain/addons/gdb/gdb.kconfig +++ b/core/toolchain/addons/gdb/gdb.kconfig @@ -104,6 +104,11 @@ config EMBTK_GDBSERVER_VERSION_STRING depends on EMBTK_HAVE_GDBSERVER default EMBTK_GDB_VERSION_STRING +config EMBTK_GDBSERVER_SHA256 + string + depends on EMBTK_HAVE_GDBSERVER + default EMBTK_GDB_SHA256 + config EMBTK_GDBSERVER_CATEGORY string depends on EMBTK_HAVE_GDBSERVER @@ -122,6 +127,11 @@ config EMBTK_GDB_HOST_VERSION_STRING depends on EMBTK_HOST_HAVE_GDB default EMBTK_GDB_VERSION_STRING +config EMBTK_GDB_HOST_SHA256 + string + depends on EMBTK_HOST_HAVE_GDB + default EMBTK_GDB_SHA256 + config EMBTK_GDB_HOST_CATEGORY string depends on EMBTK_HOST_HAVE_GDB -- cgit v1.2.3