Commit 7195019b authored by Sagaert Johan's avatar Sagaert Johan Committed by Peter Korsgaard
Browse files

binutils version 2.23 is only available is .gz format



binutils version 2.23 is only available in .gz format, the older versions are in .bz2 format.
Signed-off-by: default avatarSagaert Johan <sagaert.johan@skynet.be>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 092457dd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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