From ea8a91e8d301ada6b49563da8ca1eab599a15b72 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 21 Jun 2006 08:18:19 +0000 Subject: version bump to 6.5 --- toolchain/gdb/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/gdb/Config.in') 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 -- cgit v1.2.3