config/debug/gdb.in
changeset 1605 c400f421858e
parent 1603 e0ef539e23d9
child 1612 4bed2de40336
     1.1 --- a/config/debug/gdb.in	Wed Oct 28 18:55:40 2009 +0100
     1.2 +++ b/config/debug/gdb.in	Wed Oct 28 18:59:09 2009 +0100
     1.3 @@ -103,20 +103,6 @@
     1.4      bool
     1.5      prompt "6.8"
     1.6  
     1.7 -config GDB_V_6_7_1
     1.8 -    bool
     1.9 -    prompt "6.7.1 (EXPERIMENTAL)"
    1.10 -    depends on EXPERIMENTAL
    1.11 -
    1.12 -config GDB_V_6_7
    1.13 -    bool
    1.14 -    prompt "6.7 (EXPERIMENTAL)"
    1.15 -    depends on EXPERIMENTAL
    1.16 -
    1.17 -config GDB_V_6_6
    1.18 -    bool
    1.19 -    prompt "6.6"
    1.20 -
    1.21  config GDB_V_snapshot
    1.22      bool
    1.23      prompt "snapshot (EXPERIMENTAL)"
    1.24 @@ -130,9 +116,6 @@
    1.25  # Don't remove next line
    1.26  # CT_INSERT_VERSION_STRING_BELOW
    1.27      default "6.8" if GDB_V_6_8
    1.28 -    default "6.7.1" if GDB_V_6_7_1
    1.29 -    default "6.7" if GDB_V_6_7
    1.30 -    default "6.6" if GDB_V_6_6
    1.31      default "snapshot" if GDB_V_snapshot
    1.32  
    1.33  if GDB_NATIVE