diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-03-30 21:22:23 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-03-30 21:22:23 +0200 |
commit | 0ffdd5796ebbfb3e22e9fb2610c51d5a70d87d9c (patch) | |
tree | 49b0d7cf8c04ed31cb4c45359536f895a4c64e95 /config/debug | |
parent | 23ffbc60311a23e7564c2810de04b61c8c152349 (diff) | |
download | crosstool-ng-0ffdd5796ebbfb3e22e9fb2610c51d5a70d87d9c.tar.gz crosstool-ng-0ffdd5796ebbfb3e22e9fb2610c51d5a70d87d9c.tar.bz2 crosstool-ng-0ffdd5796ebbfb3e22e9fb2610c51d5a70d87d9c.zip |
debug/gdb: update version to 7.1
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 fa393e77..108044b4 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_7_1 + bool + prompt "7.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select GDB_7_0_or_later + config GDB_V_7_0_1 bool prompt "7.0.1 (EXPERIMENTAL)" @@ -46,6 +52,7 @@ config GDB_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "7.1" if GDB_V_7_1 default "7.0.1" if GDB_V_7_0_1 default "7.0" if GDB_V_7_0 default "6.8" if GDB_V_6_8 |