diff options
author | Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com> | 2011-05-25 21:21:03 +0200 |
---|---|---|
committer | Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com> | 2011-05-25 21:21:03 +0200 |
commit | 5deed0f23fa75f00c1b6881a0c845b980ff82dcf (patch) | |
tree | 212832cec628b99140be69036a835c9cb1248413 /config/debug/gdb.in | |
parent | d47003fda1c3c34f1ce95fad97656390024a79fe (diff) | |
download | crosstool-ng-5deed0f23fa75f00c1b6881a0c845b980ff82dcf.tar.gz crosstool-ng-5deed0f23fa75f00c1b6881a0c845b980ff82dcf.tar.bz2 crosstool-ng-5deed0f23fa75f00c1b6881a0c845b980ff82dcf.zip |
debug/gdb: bump Linaro revision to 2011.05-0
This patch bumps the Linaro GDB revision to 2011.05-0.
Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
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 764b878e..a8f76ede 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_2_2011_04_0 +config GDB_V_linaro_7_2_2011_05_0 bool - prompt "linaro-7.2-2011.04-0 (EXPERIMENTAL)" + prompt "linaro-7.2-2011.05-0 (EXPERIMENTAL)" depends on DEBUG_GDB_SHOW_LINARO select GDB_7_0_or_later @@ -77,7 +77,7 @@ config GDB_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "linaro-7.2-2011.04-0" if GDB_V_linaro_7_2_2011_04_0 + default "linaro-7.2-2011.05-0" if GDB_V_linaro_7_2_2011_05_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 |