From f46b9cda0d908cb5958a86bc87cb5d951e41e2cd Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 28 Apr 2009 18:42:02 +0000 Subject: toolchain/gdb: remove broken snapshot support --- toolchain/gdb/gdb.mk | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'toolchain/gdb/gdb.mk') diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk index 11a394117..7e85b0070 100644 --- a/toolchain/gdb/gdb.mk +++ b/toolchain/gdb/gdb.mk @@ -6,15 +6,6 @@ GDB_VERSION:=$(strip $(subst ",, $(BR2_GDB_VERSION))) #")) -ifeq ($(GDB_VERSION),snapshot) -# Be aware that this changes daily.... -GDB_SITE:=ftp://sources.redhat.com/pub/gdb/snapshots/current -GDB_SOURCE:=gdb.tar.bz2 -GDB_CAT:=$(BZCAT) -GDB_DIR:=$(TOOL_BUILD_DIR)/gdb-$(GDB_VERSION) -GDB_PATCH_DIR:=toolchain/gdb/$(GDB_VERSION) -else - GDB_OFFICIAL_VERSION:=$(GDB_VERSION)$(VENDOR_SUFFIX)$(VENDOR_GDB_RELEASE) GDB_SOURCE:=gdb-$(GDB_OFFICIAL_VERSION).tar.bz2 @@ -38,7 +29,6 @@ endif ifeq ($(GDB_VERSION),6.3) DISABLE_GDBMI:=--disable-gdbmi endif -endif $(DL_DIR)/$(GDB_SOURCE): $(call DOWNLOAD,$(GDB_SITE),$(GDB_SOURCE)) -- cgit v1.2.3