config/debug/gdb.in
changeset 2303 88871c8621b8
parent 2168 974179cae714
child 2417 6c3e0ce9fc3a
     1.1 --- a/config/debug/gdb.in	Fri Oct 29 14:42:17 2010 -0400
     1.2 +++ b/config/debug/gdb.in	Thu Feb 17 23:05:34 2011 +0100
     1.3 @@ -15,6 +15,12 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config GDB_V_linaro_7_2_2011_02_0
     1.8 +    bool
     1.9 +    prompt "linaro-7.2-2011.02-0 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +    select GDB_7_0_or_later
    1.12 +
    1.13  config GDB_V_7_2
    1.14      bool
    1.15      prompt "7.2 (EXPERIMENTAL)"
    1.16 @@ -52,6 +58,7 @@
    1.17      string
    1.18  # Don't remove next line
    1.19  # CT_INSERT_VERSION_STRING_BELOW
    1.20 +    default "linaro-7.2-2011.02-0" if GDB_V_linaro_7_2_2011_02_0
    1.21      default "7.2" if GDB_V_7_2
    1.22      default "7.1" if GDB_V_7_1
    1.23      default "7.0.1" if GDB_V_7_0_1