diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-21 08:18:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-21 08:18:19 +0000 |
commit | ea8a91e8d301ada6b49563da8ca1eab599a15b72 (patch) | |
tree | f5e6ab1d5eb26e3806b2064eaa556d36566c0f66 /toolchain/gdb/Config.in | |
parent | 5086f33ccbde1542b12ec7a67222b656a87065e2 (diff) |
version bump to 6.5
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 |