diff -r 974179cae714 -r 88871c8621b8 config/debug/gdb.in --- a/config/debug/gdb.in Fri Oct 29 14:42:17 2010 -0400 +++ b/config/debug/gdb.in Thu Feb 17 23:05:34 2011 +0100 @@ -15,6 +15,12 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config GDB_V_linaro_7_2_2011_02_0 + bool + prompt "linaro-7.2-2011.02-0 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select GDB_7_0_or_later + config GDB_V_7_2 bool prompt "7.2 (EXPERIMENTAL)" @@ -52,6 +58,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "linaro-7.2-2011.02-0" if GDB_V_linaro_7_2_2011_02_0 default "7.2" if GDB_V_7_2 default "7.1" if GDB_V_7_1 default "7.0.1" if GDB_V_7_0_1