diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-09-28 15:28:23 +1300 |
---|---|---|
committer | Michael Hope <michael.hope@linaro.org> | 2011-09-28 15:28:23 +1300 |
commit | 3e76091024efeef782af8aa670a2452f44de4807 (patch) | |
tree | 5663a15c6be1ca8c851c2020e067141323dfb88d /config/debug/gdb.in | |
parent | 03702b77b54c26871b4cf9f03f797431f07763b6 (diff) | |
download | crosstool-ng-3e76091024efeef782af8aa670a2452f44de4807.tar.gz crosstool-ng-3e76091024efeef782af8aa670a2452f44de4807.tar.bz2 crosstool-ng-3e76091024efeef782af8aa670a2452f44de4807.zip |
debug/gdb: update to the Linaro 2011.09
Signed-off-by: Michael Hope <michael.hope@linaro.org>
[yann.morin.1998@anciens.enib.fr: split gcc/gdb in two patches]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/debug/gdb.in')
-rw-r--r-- | config/debug/gdb.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in index bd135041..d65a0902 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -34,9 +34,9 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config GDB_V_linaro_7_3_2011_08 +config GDB_V_linaro_7_3_2011_09 bool - prompt "linaro-7.3-2011.08 (EXPERIMENTAL)" + prompt "linaro-7.3-2011.09 (EXPERIMENTAL)" depends on DEBUG_GDB_SHOW_LINARO select GDB_7_0_or_later @@ -97,7 +97,7 @@ config GDB_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "linaro-7.3-2011.08" if GDB_V_linaro_7_3_2011_08 + default "linaro-7.3-2011.09" if GDB_V_linaro_7_3_2011_09 default "7.3a" if GDB_V_7_3a default "linaro-7.2-2011.05-0" if GDB_V_linaro_7_2_2011_05_0 default "7.2a" if GDB_V_7_2a |