summaryrefslogtreecommitdiff
path: root/core/toolchain/addons/gdb/gdb.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'core/toolchain/addons/gdb/gdb.kconfig')
-rw-r--r--core/toolchain/addons/gdb/gdb.kconfig10
1 files changed, 7 insertions, 3 deletions
diff --git a/core/toolchain/addons/gdb/gdb.kconfig b/core/toolchain/addons/gdb/gdb.kconfig
index ed8296c..c5e0c6b 100644
--- a/core/toolchain/addons/gdb/gdb.kconfig
+++ b/core/toolchain/addons/gdb/gdb.kconfig
@@ -39,8 +39,8 @@ choice
help
Choose which version of gdb to use.
- config EMBTK_GDB_VERSION_7_8_1
- bool "gdb-7.8.1"
+ config EMBTK_GDB_VERSION_7_8_2
+ bool "gdb-7.8.2"
select EMBTK_GDB_NEED_PATCH
config EMBTK_GDB_VERSION_7_7_1
bool "gdb-7.7.1"
@@ -74,9 +74,13 @@ config EMBTK_HOST_HAVE_GDB
#
config EMBTK_GDB_VERSION_STRING
string
- default "7.8.1" if EMBTK_GDB_VERSION_7_8_1
+ default "7.8.2" if EMBTK_GDB_VERSION_7_8_2
default "7.7.1" if EMBTK_GDB_VERSION_7_7_1
+config EMBTK_GDB_SHA256
+ string
+ default "605954d5747d5f08ea4b7f48e958d1ebbf39265e18f7f36738deeabb83744485" if EMBTK_GDB_VERSION_7_8_2
+
config EMBTK_GDB_CATEGORY
string
depends on EMBTK_HAVE_GDB_SYSTEM