From 2ed0efef422a52d8c4f0e6be1b06ee674819e757 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 2 Dec 2005 22:31:12 +0000 Subject: import gdb-6.4 --- toolchain/gdb/Config.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'toolchain/gdb/Config.in') 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 - - -- cgit v1.2.3