diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-02 22:31:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-02 22:31:12 +0000 |
commit | 2ed0efef422a52d8c4f0e6be1b06ee674819e757 (patch) | |
tree | 3949569786a6f9ab41016da7b9bf2d30994bec19 /toolchain/gdb/Config.in | |
parent | d3a7ce970ee1fc56bf7bca986cc112cad444d96c (diff) | |
download | buildroot-novena-2ed0efef422a52d8c4f0e6be1b06ee674819e757.tar.gz buildroot-novena-2ed0efef422a52d8c4f0e6be1b06ee674819e757.zip |
import gdb-6.4
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 - - |