diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-05-15 11:33:08 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-05-15 11:33:08 +0000 |
commit | 4f5ac8baa69980cd545cd107bffc5c3a49901fa7 (patch) | |
tree | de355ca2855a654dd2f023d880dc85dbfa1a02e2 /toolchain/gdb/Config.in | |
parent | aaf013cc16facba547d2debaecc557a79faca6aa (diff) |
- add gdb-6.6
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r-- | toolchain/gdb/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index 2c61a9b64..f8ae5af40 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -39,6 +39,9 @@ choice config BR2_GDB_VERSION_6_5 bool "gdb 6.5" + config BR2_GDB_VERSION_6_6 + bool "gdb 6.6" + config BR2_GDB_VERSION_SNAPSHOT bool "gdb snapshot" @@ -50,4 +53,5 @@ config BR2_GDB_VERSION default "6.3" if BR2_GDB_VERSION_6_3 default "6.4" if BR2_GDB_VERSION_6_4 default "6.5" if BR2_GDB_VERSION_6_5 + default "6.6" if BR2_GDB_VERSION_6_6 default "snapshot" if BR2_GDB_VERSION_SNAPSHOT |