summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-18 11:50:37 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-18 11:50:37 +0200
commit6c1fa64a8a5f5518edf3893ca69373ef32062095 (patch)
tree7b6da20d35265729193323a4fa24df43c92923f1
parent3ccb7430f538e7eefe53ef1a82ae1a5fc548e9be (diff)
downloadembtoolkit-6c1fa64a8a5f5518edf3893ca69373ef32062095.tar.gz
embtoolkit-6c1fa64a8a5f5518edf3893ca69373ef32062095.tar.bz2
embtoolkit-6c1fa64a8a5f5518edf3893ca69373ef32062095.tar.xz
Toolchain: gdb: add v7.7.1 and remove support of v7.5.1
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/toolchain/addons/gdb/gdb.kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/toolchain/addons/gdb/gdb.kconfig b/core/toolchain/addons/gdb/gdb.kconfig
index 1a25ccf..247abfc 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_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
- config EMBTK_GDB_VERSION_7_5_1
- bool "gdb-7.5.1"
- select EMBTK_GDB_NEED_PATCH
endchoice
choice
@@ -74,8 +74,8 @@ config EMBTK_HOST_HAVE_GDB
#
config EMBTK_GDB_VERSION_STRING
string
+ default "7.7.1" if EMBTK_GDB_VERSION_7_7_1
default "7.6.2" if EMBTK_GDB_VERSION_7_6_2
- default "7.5.1" if EMBTK_GDB_VERSION_7_5_1
config EMBTK_GDB_CATEGORY
string