diff options
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r-- | toolchain/gdb/Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index 3ca91e97a..737eb07f6 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -33,6 +33,9 @@ choice config BR2_GDB_VERSION_6_3 bool "gdb 6.3" + config BR2_GDB_VERSION_6_4 + bool "gdb 6.4" + config BR2_GDB_VERSION_SNAPSHOT bool "gdb snapshot" @@ -42,6 +45,5 @@ config BR2_GDB_VERSION string 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 "snapshot" if BR2_GDB_VERSION_SNAPSHOT - - |