summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-03-28 16:55:06 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-03-28 16:55:06 +0100
commitcffad3f63d7822fcc6f5ddc26e3813fa702b4ccb (patch)
tree41886255632e3d5deb270eec050ca853e0b91864
parentfd46e99a1de03380acdca89e0e9f6c7ec75fd2e8 (diff)
downloadembtoolkit-cffad3f63d7822fcc6f5ddc26e3813fa702b4ccb.tar.gz
embtoolkit-cffad3f63d7822fcc6f5ddc26e3813fa702b4ccb.tar.bz2
embtoolkit-cffad3f63d7822fcc6f5ddc26e3813fa702b4ccb.tar.xz
Toolchain: gdb v7.8.x: update to v7.8.2
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-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