diff options
Diffstat (limited to 'toolchain/gdb/gdb.mk')
-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) |