diff options
author | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2011-12-12 13:27:59 +0100 |
---|---|---|
committer | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2011-12-12 13:27:59 +0100 |
commit | 1279d1d1c48976aee821bf841be8dff118610d6b (patch) | |
tree | 7b8df186737706755361e399f71b1f8076815594 /config | |
parent | e1a03c1e533677c47fa784b44582707ee0f6de7a (diff) | |
download | crosstool-ng-1279d1d1c48976aee821bf841be8dff118610d6b.tar.gz crosstool-ng-1279d1d1c48976aee821bf841be8dff118610d6b.tar.bz2 crosstool-ng-1279d1d1c48976aee821bf841be8dff118610d6b.zip |
debug/gdb: update Linaro GDB revisions to 2011.12
Update Linaro GDB with the latest available revisions.
Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'config')
-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 966fd651..371efcf6 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_10 +config GDB_V_linaro_7_3_2011_12 bool - prompt "linaro-7.3-2011.10 (EXPERIMENTAL)" + prompt "linaro-7.3-2011.12 (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.10" if GDB_V_linaro_7_3_2011_10 + default "linaro-7.3-2011.12" if GDB_V_linaro_7_3_2011_12 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 |