summaryrefslogtreecommitdiff
path: root/toolchain/gdb/gdb.mk
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-04-28 18:42:08 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-04-28 18:42:08 +0000
commit8759a416c41f8eec02fdb5594275961534ae0c8e (patch)
treee83e1d55a2c41c5113b59ee319ae3a5d4879f9da /toolchain/gdb/gdb.mk
parentf46b9cda0d908cb5958a86bc87cb5d951e41e2cd (diff)
toolchain/gdb: remove ancient deprecated versions
They shouldn't be used anymore, needs havily patching (6.3 has more than 200k patches) and no one tests them with current toolchains.
Diffstat (limited to 'toolchain/gdb/gdb.mk')
-rw-r--r--toolchain/gdb/gdb.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk
index 7e85b0070..ba8a1f273 100644
--- a/toolchain/gdb/gdb.mk
+++ b/toolchain/gdb/gdb.mk
@@ -21,15 +21,6 @@ endif
GDB_DIR:=$(TOOL_BUILD_DIR)/gdb-$(GDB_OFFICIAL_VERSION)
-# NOTE: This option should not be used with gdb versions 6.4 and above.
-ifeq ($(GDB_VERSION),6.2.1)
-DISABLE_GDBMI:=--disable-gdbmi
-endif
-
-ifeq ($(GDB_VERSION),6.3)
-DISABLE_GDBMI:=--disable-gdbmi
-endif
-
$(DL_DIR)/$(GDB_SOURCE):
$(call DOWNLOAD,$(GDB_SITE),$(GDB_SOURCE))