diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-02-17 23:05:34 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-02-17 23:05:34 +0100 |
commit | a59b794f9c84bd797f986b56aef88f44d4277d94 (patch) | |
tree | 9f9660b5f30da18c600d188b432183f03cd0ae50 /config/debug | |
parent | 83a004e2c46f84ba6cee5aa69377a61ec7f528e2 (diff) | |
download | crosstool-ng-a59b794f9c84bd797f986b56aef88f44d4277d94.tar.gz crosstool-ng-a59b794f9c84bd797f986b56aef88f44d4277d94.tar.bz2 crosstool-ng-a59b794f9c84bd797f986b56aef88f44d4277d94.zip |
debug/gdb: add versions from Linaro
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/debug')
-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 3a00589d..e9418b52 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -15,6 +15,12 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config GDB_V_linaro_7_2_2011_02_0 + bool + prompt "linaro-7.2-2011.02-0 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select GDB_7_0_or_later + config GDB_V_7_2 bool prompt "7.2 (EXPERIMENTAL)" @@ -52,6 +58,7 @@ config GDB_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "linaro-7.2-2011.02-0" if GDB_V_linaro_7_2_2011_02_0 default "7.2" if GDB_V_7_2 default "7.1" if GDB_V_7_1 default "7.0.1" if GDB_V_7_0_1 |