Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] binutils: remove dead code
@ 2014-10-28 22:19 Thomas Petazzoni
  2014-10-28 22:19 ` [Buildroot] [PATCH 2/3] binutils: bump the default target version of binutils Thomas Petazzoni
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2014-10-28 22:19 UTC (permalink / raw)
  To: buildroot

We no longer have any way of using version 2.23, and all the other
versions that we support are available as .tar.bz2. Therefore we can
remove the special case related to the 2.23 version only being
available as a .tar.gz archive.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/binutils/binutils.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index f40c45f..ab9f167 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -16,10 +16,6 @@ BINUTILS_VERSION = 2.21
 endif
 endif
 
-ifeq ($(BINUTILS_VERSION),2.23)
-BINUTILS_SOURCE = binutils-$(BINUTILS_VERSION).tar.gz
-endif
-
 ifeq ($(ARCH),avr32)
 BINUTILS_SITE = ftp://www.at91.com/pub/buildroot
 endif
-- 
2.0.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-11-01 22:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-28 22:19 [Buildroot] [PATCH 1/3] binutils: remove dead code Thomas Petazzoni
2014-10-28 22:19 ` [Buildroot] [PATCH 2/3] binutils: bump the default target version of binutils Thomas Petazzoni
2014-10-28 22:28   ` Arnout Vandecappelle
2014-10-28 22:19 ` [Buildroot] [PATCH 3/3] binutils: now depends on wchar Thomas Petazzoni
2014-10-28 22:29   ` Arnout Vandecappelle
2014-10-28 22:27 ` [Buildroot] [PATCH 1/3] binutils: remove dead code Arnout Vandecappelle
2014-11-01 22:48 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox