diff options
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gdb/gdb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) |