summaryrefslogtreecommitdiff
path: root/toolchain/gdb/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-04-28 18:42:02 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-04-28 18:42:02 +0000
commitf46b9cda0d908cb5958a86bc87cb5d951e41e2cd (patch)
tree57ccec7d6411527abae2f92b83ebf69c22a71222 /toolchain/gdb/Config.in
parenta4c8130640da5b989d3cdb861a438f639499413a (diff)
toolchain/gdb: remove broken snapshot support
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r--toolchain/gdb/Config.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index 871080351..4163cf166 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -57,10 +57,6 @@ choice
bool "gdb 6.8"
depends on !BR2_avr32
- config BR2_GDB_VERSION_SNAPSHOT
- bool "gdb snapshot"
- depends on !BR2_avr32 && !BR2_nios2
-
endchoice
config BR2_GDB_VERSION
@@ -72,4 +68,3 @@ config BR2_GDB_VERSION
default "6.6" if BR2_GDB_VERSION_6_6
default "6.7.1" if BR2_GDB_VERSION_6_7_1
default "6.8" if BR2_GDB_VERSION_6_8
- default "snapshot" if BR2_GDB_VERSION_SNAPSHOT