From af2390c0f437dbb26a31150eb7d526e1d0bdfd1a Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 30 Jul 2009 17:35:26 +0200 Subject: toolchain: use qstrip Signed-off-by: Thomas Petazzoni --- toolchain/gdb/gdb.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'toolchain/gdb') diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk index 29c4c9c0b..569f4496a 100644 --- a/toolchain/gdb/gdb.mk +++ b/toolchain/gdb/gdb.mk @@ -3,8 +3,7 @@ # gdb # ###################################################################### -GDB_VERSION:=$(strip $(subst ",, $(BR2_GDB_VERSION))) -#")) +GDB_VERSION:=$(call qstrip,$(BR2_GDB_VERSION)) GDB_OFFICIAL_VERSION:=$(GDB_VERSION)$(VENDOR_SUFFIX)$(VENDOR_GDB_RELEASE) -- cgit v1.2.3