summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-28 17:34:49 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-28 17:34:49 (GMT)
commit17d149e8b24ae4fd651de06438373779224692f1 (patch)
tree4a3b09b18b8686ae32e48c0fea5a6338854ef823
parent1a6400b025d2680c997176d2a3d53f2689d921da (diff)
debug/gdb: add latest version 7.0
-rw-r--r--config/debug/gdb.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 4914e90..1a4bc60 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -99,6 +99,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config GDB_V_7_0
+ bool
+ prompt "7.0 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
config GDB_V_6_8
bool
prompt "6.8"
@@ -115,6 +120,7 @@ config GDB_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "7.0" if GDB_V_7_0
default "6.8" if GDB_V_6_8
default "snapshot" if GDB_V_snapshot