diff options
author | Joachim Nilsson <jocke@vmlinux.org> | 2010-01-09 00:54:46 +0100 |
---|---|---|
committer | Joachim Nilsson <jocke@vmlinux.org> | 2010-01-09 00:54:46 +0100 |
commit | 55423f206fbce32b166778ec4932178be4a43c23 (patch) | |
tree | dc233b11ee7298091c0336995f4a4b8269a1f7f6 | |
parent | a272b32bbaa71d0b4c70e289a562843d451e8791 (diff) | |
download | crosstool-ng-55423f206fbce32b166778ec4932178be4a43c23.tar.gz crosstool-ng-55423f206fbce32b166778ec4932178be4a43c23.tar.bz2 crosstool-ng-55423f206fbce32b166778ec4932178be4a43c23.zip |
debug/gdb: Add support for GDB 7.0.1 (minor release)
Signed-off-by: Joachim Nilsson <jocke@vmlinux.org>
-rw-r--r-- | config/debug/gdb.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in index ecda6c58..307fced5 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -99,6 +99,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config GDB_V_7_0_1 + bool + prompt "7.0.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config GDB_V_7_0 bool prompt "7.0 (EXPERIMENTAL)" @@ -120,6 +125,7 @@ config GDB_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + 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 default "snapshot" if GDB_V_snapshot |