summaryrefslogtreecommitdiffstats
path: root/package/binutils/binutils.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-29 15:09:03 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-31 21:26:33 +0200
commit172d471488d9b5ac4c10b4f940c2d6d82fbefa7d (patch)
tree9a4a239bbdf6477e6e06d47e6da726cd73c72859 /package/binutils/binutils.mk
parentd8ab6b2b54574a5e5d5818ca3e816d2afd159ad0 (diff)
downloadbuildroot-172d471488d9b5ac4c10b4f940c2d6d82fbefa7d.tar.gz
buildroot-172d471488d9b5ac4c10b4f940c2d6d82fbefa7d.zip
binutils: bump 2.28.x series to 2.28.1
binutils 2.28.1 is a bug-fix release of the 2.28.x branch, so let's switch to it. Since a xz-compressed tarball is available, we use it instead of the bz2-compressed one. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/binutils/binutils.mk')
-rw-r--r--package/binutils/binutils.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index ec85ad69cb..30ced3ffc3 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -21,7 +21,11 @@ BINUTILS_SOURCE = binutils-$(BINUTILS_VERSION).tar.gz
BINUTILS_FROM_GIT = y
endif
BINUTILS_SITE ?= $(BR2_GNU_MIRROR)/binutils
+ifeq ($(BINUTILS_VERSION),2.28.1)
+BINUTILS_SOURCE ?= binutils-$(BINUTILS_VERSION).tar.xz
+else
BINUTILS_SOURCE ?= binutils-$(BINUTILS_VERSION).tar.bz2
+endif
BINUTILS_EXTRA_CONFIG_OPTIONS = $(call qstrip,$(BR2_BINUTILS_EXTRA_CONFIG_OPTIONS))
BINUTILS_INSTALL_STAGING = YES
BINUTILS_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
OpenPOWER on IntegriCloud