* [Buildroot] [PATCH] toolchain/gdb: get rid of legacy & unused variables
@ 2010-02-08 15:39 Yann E. MORIN
2010-02-08 16:06 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2010-02-08 15:39 UTC (permalink / raw)
To: buildroot
The BR2_VENDOR_SUFFIX and VENDOR_SUFFIX variables are no longer unsettable.
The only user is gdb, and is totally useless in this case.
Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
---
Makefile | 1 -
toolchain/gdb/gdb.mk | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 5f71148..54a5b7b 100644
--- a/Makefile
+++ b/Makefile
@@ -262,7 +262,6 @@ TARGET_DIR:=$(BASE_DIR)/target
# define values for prepatched source trees for toolchains
VENDOR_SITE:=$(call qstrip,$(BR2_VENDOR_SITE))
-VENDOR_SUFFIX:=$(call qstrip,$(BR2_VENDOR_SUFFIX))
VENDOR_BINUTILS_RELEASE:=$(call qstrip,$(BR2_VENDOR_BINUTILS_RELEASE))
VENDOR_GCC_RELEASE:=$(call qstrip,$(BR2_VENDOR_GCC_RELEASE))
VENDOR_UCLIBC_RELEASE:=$(call qstrip,$(BR2_VENDOR_UCLIBC_RELEASE))
diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk
index bdefd09..02da152 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)
--
1.6.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] toolchain/gdb: get rid of legacy & unused variables
2010-02-08 15:39 [Buildroot] [PATCH] toolchain/gdb: get rid of legacy & unused variables Yann E. MORIN
@ 2010-02-08 16:06 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2010-02-08 16:06 UTC (permalink / raw)
To: buildroot
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@anciens.enib.fr> writes:
Yann> The BR2_VENDOR_SUFFIX and VENDOR_SUFFIX variables are no longer unsettable.
Yann> The only user is gdb, and is totally useless in this case.
Yann> Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
Thanks, committed!
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-08 16:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-08 15:39 [Buildroot] [PATCH] toolchain/gdb: get rid of legacy & unused variables Yann E. MORIN
2010-02-08 16:06 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox