From 7dd0591183e4f92b760ec87d8139ec596d78ac27 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Mon, 8 Feb 2010 16:39:55 +0100 Subject: toolchain/gdb: get rid of legacy & unused variables The BR2_VENDOR_SUFFIX and VENDOR_SUFFIX variables are no longer settable. The only user is gdb, and is totally useless in this case. Signed-off-by: Yann E. MORIN Signed-off-by: Peter Korsgaard --- toolchain/gdb/gdb.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gdb') diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk index bdefd099a..02da1527e 100644 --- a/toolchain/gdb/gdb.mk +++ b/toolchain/gdb/gdb.mk @@ -5,7 +5,7 @@ ###################################################################### GDB_VERSION:=$(call qstrip,$(BR2_GDB_VERSION)) -GDB_OFFICIAL_VERSION:=$(GDB_VERSION)$(VENDOR_SUFFIX)$(VENDOR_GDB_RELEASE) +GDB_OFFICIAL_VERSION:=$(GDB_VERSION)$(VENDOR_GDB_RELEASE) GDB_SOURCE:=gdb-$(GDB_OFFICIAL_VERSION).tar.bz2 GDB_CAT:=$(BZCAT) -- cgit v1.2.3