diff options
author | Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com> | 2011-10-13 19:16:04 +0200 |
---|---|---|
committer | Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com> | 2011-10-13 19:16:04 +0200 |
commit | 91e01072fe46bbca4c396e93b23be3dbd07e0192 (patch) | |
tree | ee5f31e25a6c0104d59da744cdb41904c8a906b3 /config/debug | |
parent | 86336a83ecb6e9fd926c2113333568b538c672fb (diff) | |
download | crosstool-ng-91e01072fe46bbca4c396e93b23be3dbd07e0192.tar.gz crosstool-ng-91e01072fe46bbca4c396e93b23be3dbd07e0192.tar.bz2 crosstool-ng-91e01072fe46bbca4c396e93b23be3dbd07e0192.zip |
debug/gdb: update Linaro GDB revisions to 2011.10
Update Linaro GDB with the latest available revisions.
Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'config/debug')
-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 d65a0902..966fd651 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_09 +config GDB_V_linaro_7_3_2011_10 bool - prompt "linaro-7.3-2011.09 (EXPERIMENTAL)" + prompt "linaro-7.3-2011.10 (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.09" if GDB_V_linaro_7_3_2011_09 + default "linaro-7.3-2011.10" if GDB_V_linaro_7_3_2011_10 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 |