From 6e2823c1fa3c470da2a14f0f9aa985d71c9ffb90 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 17 Nov 2006 15:43:51 +0000 Subject: - add and use BR2_BZCAT config option. --- toolchain/gdb/gdb.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolchain/gdb/gdb.mk') diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk index e75a23642..366cbed98 100644 --- a/toolchain/gdb/gdb.mk +++ b/toolchain/gdb/gdb.mk @@ -4,18 +4,18 @@ # ###################################################################### 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_CAT:=$(BZCAT) GDB_DIR:=$(TOOL_BUILD_DIR)/gdb-$(GDB_VERSION) else GDB_SITE:=http://ftp.gnu.org/gnu/gdb GDB_SOURCE:=gdb-$(GDB_VERSION).tar.bz2 -GDB_CAT:=bzcat +GDB_CAT:=$(BZCAT) GDB_DIR:=$(TOOL_BUILD_DIR)/gdb-$(GDB_VERSION) -- cgit v1.2.3