diff options
author | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-12-17 17:17:23 +0100 |
---|---|---|
committer | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-12-17 17:17:23 +0100 |
commit | 7c9671092ee9d710cd977298582f676be0c3bc57 (patch) | |
tree | cd7f4008c78c5b7085560e519f27854e75b83e83 | |
parent | 14681be70d3d3d4e6a0b0568f3393b371dc8b13d (diff) | |
download | crosstool-ng-7c9671092ee9d710cd977298582f676be0c3bc57.tar.gz crosstool-ng-7c9671092ee9d710cd977298582f676be0c3bc57.tar.bz2 crosstool-ng-7c9671092ee9d710cd977298582f676be0c3bc57.zip |
debug/gdb: update Linaro GDB revisions to 2012.12-1
Update Linaro GDB with the latest available revisions.
Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <b6c4a82286f9a3de3948.1355761104@advdt005-ubuntu>
Patchwork-Id: 206907
-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 f2517d32..de2909bd 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_5_2012_12 +config GDB_V_linaro_7_5_2012_12_1 bool - prompt "linaro-7.5-2012.12 (EXPERIMENTAL)" + prompt "linaro-7.5-2012.12-1 (EXPERIMENTAL)" depends on DEBUG_GDB_SHOW_LINARO select GDB_7_0_or_later select GDB_7_2_or_later @@ -146,7 +146,7 @@ config GDB_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "linaro-7.5-2012.12" if GDB_V_linaro_7_5_2012_12 + default "linaro-7.5-2012.12-1" if GDB_V_linaro_7_5_2012_12_1 default "linaro-7.4-2012.06" if GDB_V_linaro_7_4_2012_06 default "7.4.1" if GDB_V_7_4_1 default "7.4" if GDB_V_7_4 |