* [Buildroot] [PATCH 1/1] binutils version 2.23 is only available is .gz format
@ 2012-10-27 19:22 Sagaert Johan
2012-10-27 21:25 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Sagaert Johan @ 2012-10-27 19:22 UTC (permalink / raw)
To: buildroot
binutils version 2.23 is only available in .gz format, the older versions are in .bz2 format.
Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
---
package/binutils/binutils.mk | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index d41cac4..e1aac9b 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -16,7 +16,12 @@ BINUTILS_VERSION = 2.21
endif
endif
+ifeq ($(BINUTILS_VERSION),2.23)
+BINUTILS_SOURCE = binutils-$(BINUTILS_VERSION).tar.gz
+else
BINUTILS_SOURCE = binutils-$(BINUTILS_VERSION).tar.bz2
+endif
+
BINUTILS_SITE = $(BR2_GNU_MIRROR)/binutils
ifeq ($(ARCH),avr32)
BINUTILS_SITE = ftp://www.at91.com/pub/buildroot
--
1.8.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-27 21:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-27 19:22 [Buildroot] [PATCH 1/1] binutils version 2.23 is only available is .gz format Sagaert Johan
2012-10-27 21:25 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox