diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-07-30 17:35:26 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-09-05 14:43:18 +0200 |
commit | af2390c0f437dbb26a31150eb7d526e1d0bdfd1a (patch) | |
tree | 98f6a5dd55d10cc63542921802821a0f80ef9f6d /toolchain/gdb | |
parent | 79c213fbe5aa188e60563b88708e267cfe5bf4ec (diff) | |
download | buildroot-novena-af2390c0f437dbb26a31150eb7d526e1d0bdfd1a.tar.gz buildroot-novena-af2390c0f437dbb26a31150eb7d526e1d0bdfd1a.zip |
toolchain: use qstrip
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain/gdb')
-rw-r--r-- | toolchain/gdb/gdb.mk | 3 |
1 files changed, 1 insertions, 2 deletions
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) |