diff options
author | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-03-15 13:20:34 +0100 |
---|---|---|
committer | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-03-15 13:20:34 +0100 |
commit | af5ec640a98f831fc4aef16612e2145ba2220fcd (patch) | |
tree | b8804cf98480a8036dd71932df7d4e94ba19e108 /config | |
parent | 635513a7e121da82fe6901ca402528ea59b07e0b (diff) | |
download | crosstool-ng-af5ec640a98f831fc4aef16612e2145ba2220fcd.tar.gz crosstool-ng-af5ec640a98f831fc4aef16612e2145ba2220fcd.tar.bz2 crosstool-ng-af5ec640a98f831fc4aef16612e2145ba2220fcd.zip |
debug/gdb: update Linaro GDB revisions to 2012.02
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 371efcf6..c9806cca 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -34,6 +34,12 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config GDB_V_linaro_7_4_2012_02 + bool + prompt "linaro-7.4-2012.02 (EXPERIMENTAL)" + depends on DEBUG_GDB_SHOW_LINARO + select GDB_7_0_or_later + config GDB_V_linaro_7_3_2011_12 bool prompt "linaro-7.3-2011.12 (EXPERIMENTAL)" @@ -97,6 +103,7 @@ config GDB_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "linaro-7.4-2012.02" if GDB_V_linaro_7_4_2012_02 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 |