diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-28 00:56:15 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-28 00:56:15 +0200 |
commit | 336eb8727cd008e3302e1de3c97c27d17dedd248 (patch) | |
tree | feacec9fbbc1441c294bd8120e777285eaa3454f /config/debug | |
parent | e449978ee90e4bee6a56c4a24d36a6f3a106f29f (diff) | |
download | crosstool-ng-336eb8727cd008e3302e1de3c97c27d17dedd248.tar.gz crosstool-ng-336eb8727cd008e3302e1de3c97c27d17dedd248.tar.bz2 crosstool-ng-336eb8727cd008e3302e1de3c97c27d17dedd248.zip |
debug/gdb: add latest Linaro version
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/debug')
-rw-r--r-- | config/debug/gdb.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 77e3ede9..9b2f66a2 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -36,9 +36,9 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config GDB_V_linaro_7_2_2011_02_0 +config GDB_V_linaro_7_2_2011_04_0 bool - prompt "linaro-7.2-2011.02-0 (EXPERIMENTAL)" + prompt "linaro-7.2-2011.04-0 (EXPERIMENTAL)" depends on DEBUG_GDB_SHOW_LINARO select GDB_7_0_or_later |