summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-18 09:22:25 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-18 09:22:25 (GMT)
commitc0cc140a6feb53213104a81b35cadec0cb04af9c (patch)
tree11990656299d6fe7f45c195d06d2dab9e8adb427 /config/debug
parentc36b92179069933060d51f408e079c49eb47f281 (diff)
Move snapshots version after numbered versions (aka releases).
/trunk/config/debug/gdb.in | 13 7 6 0 +++++++------ /trunk/config/libc/glibc.in | 21 11 10 0 +++++++++++---------- /trunk/config/libc/uClibc.in | 21 11 10 0 +++++++++++---------- /trunk/config/libc/eglibc.in | 13 7 6 0 +++++++------ 4 files changed, 36 insertions(+), 32 deletions(-)
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/gdb.in13
1 files changed, 7 insertions, 6 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index b65a71b..0d01583 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -97,12 +97,6 @@ choice
prompt "gdb version"
depends on GDB_CROSS || GDB_NATIVE || GDB_GDBSERVER
-config GDB_V_snapshot
- bool
- prompt "snapshot (EXPERIMENTAL)"
- depends on EXPERIMENTAL
- depends on ! GDB_CROSS_INSIGHT
-
config GDB_V_6_4
bool
prompt "6.4 (OBSOLETE)"
@@ -133,6 +127,13 @@ config GDB_V_6_8
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
+
+config GDB_V_snapshot
+ bool
+ prompt "snapshot (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ depends on ! GDB_CROSS_INSIGHT
+
endchoice
config GDB_VERSION