summaryrefslogtreecommitdiff
path: root/packages/development
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-09-04 22:44:50 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-09-04 22:44:50 +0200
commit68f37da620849fb2dbf9325ae8a0a181f98c31a7 (patch)
tree0745f5975bb9a7a2b4b1da948104bf81ce62d043 /packages/development
parent7bf542303690948ed3fb40f41fb1a28c1bad303d (diff)
downloadembtoolkit-68f37da620849fb2dbf9325ae8a0a181f98c31a7.tar.gz
embtoolkit-68f37da620849fb2dbf9325ae8a0a181f98c31a7.tar.bz2
embtoolkit-68f37da620849fb2dbf9325ae8a0a181f98c31a7.tar.xz
Toolchain: gdb: add gdb-7.3.1
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/development')
-rw-r--r--packages/development/gdb/gdb.kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/development/gdb/gdb.kconfig b/packages/development/gdb/gdb.kconfig
index b13615d..822970e 100644
--- a/packages/development/gdb/gdb.kconfig
+++ b/packages/development/gdb/gdb.kconfig
@@ -36,6 +36,8 @@ choice
help
Choose which version of gdb to use.
+ config EMBTK_GDB_VERSION_7_3_1
+ bool "gdb-7.3.1"
config EMBTK_GDB_VERSION_7_2
bool "gdb-7.2"
select EMBTK_GDB_NEED_PATCH
@@ -78,6 +80,7 @@ config EMBTK_HOST_HAVE_GDB
config EMBTK_GDB_VERSION_STRING
string
+ default "7.3.1" if EMBTK_GDB_VERSION_7_3_1
default "7.2" if EMBTK_GDB_VERSION_7_2
default "6.8" if EMBTK_GDB_VERSION_6_8