diff options
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 9c1caf4c1..2c61a9b64 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -36,6 +36,9 @@ choice config BR2_GDB_VERSION_6_4 bool "gdb 6.4" + config BR2_GDB_VERSION_6_5 + bool "gdb 6.5" + config BR2_GDB_VERSION_SNAPSHOT bool "gdb snapshot" @@ -46,4 +49,5 @@ config BR2_GDB_VERSION default "6.2.1" if BR2_GDB_VERSION_6_2_1 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 "snapshot" if BR2_GDB_VERSION_SNAPSHOT |