From 8759a416c41f8eec02fdb5594275961534ae0c8e Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 28 Apr 2009 18:42:08 +0000 Subject: 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. --- toolchain/gdb/gdb.mk | 9 --------- 1 file changed, 9 deletions(-) (limited to 'toolchain/gdb/gdb.mk') 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)) -- cgit v1.2.3