summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-12-22 20:02:08 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-12-22 20:02:08 +0100
commitd690adefdc8e254b7e251e37866b47d20b4d1b88 (patch)
tree39983eb13fe0054963ed651636b951e7e3992fa8
parent92b21b21612c4a9ae390b0526d4b1d0d3fd36d49 (diff)
downloadembtoolkit-d690adefdc8e254b7e251e37866b47d20b4d1b88.tar.gz
embtoolkit-d690adefdc8e254b7e251e37866b47d20b4d1b88.tar.bz2
embtoolkit-d690adefdc8e254b7e251e37866b47d20b4d1b88.tar.xz
Toolchain: new gdb: give ability to build gdb-7.0.1
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--kconfig/gdb.kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/kconfig/gdb.kconfig b/kconfig/gdb.kconfig
index af9423c..322da67 100644
--- a/kconfig/gdb.kconfig
+++ b/kconfig/gdb.kconfig
@@ -31,6 +31,9 @@ config EMBTK_HAVE_GDB
choice
prompt "GDB version to use"
depends on EMBTK_HAVE_GDB
+ config EMBTK_GDB_VERSION_7_0_1
+ depends on !EMBTK_CLIB_UCLIBC
+ bool "gdb-7.0.1"
config EMBTK_GDB_VERSION_7_0
depends on !EMBTK_CLIB_UCLIBC
bool "gdb-7.0"
@@ -40,8 +43,9 @@ endchoice
config EMBTK_GDB_VERSION_STRING
string
- default "6.8" if EMBTK_GDB_VERSION_6_8
+ default "7.0.1" if EMBTK_GDB_VERSION_7_0_1
default "7.0" if EMBTK_GDB_VERSION_7_0
+ default "6.8" if EMBTK_GDB_VERSION_6_8
choice
prompt "GDB on your target embedded system"