summaryrefslogtreecommitdiffstats
path: root/package/binutils/binutils.mk
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2017-09-30 18:56:02 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-10-01 23:15:09 +0200
commit218e8695075e22210faf749310dd802247033948 (patch)
treef3088384095a3a3276384bdfbb9379ccbd99a888 /package/binutils/binutils.mk
parentbd17abcd569d4349574bc7a4a047268e0adb393e (diff)
downloadbuildroot-218e8695075e22210faf749310dd802247033948.tar.gz
buildroot-218e8695075e22210faf749310dd802247033948.zip
package/binutils: bump to 2.29.1
There is a problem between the git tag and the archive release content, they are not in sync [1]. The version used to generate the archive allow us to remove the xtensa patches. Otherwise, see the announce [2]. [1] https://sourceware.org/ml/binutils/2017-09/msg00337.html [2] https://sourceware.org/ml/binutils/2017-09/msg00311.html Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/binutils/binutils.mk')
-rw-r--r--package/binutils/binutils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index 768f084111..34739d7fc7 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -23,7 +23,7 @@ endif
BINUTILS_SITE ?= $(BR2_GNU_MIRROR)/binutils
ifeq ($(BINUTILS_VERSION),2.28.1)
BINUTILS_SOURCE ?= binutils-$(BINUTILS_VERSION).tar.xz
-else ifeq ($(BINUTILS_VERSION),2.29)
+else ifeq ($(BINUTILS_VERSION),2.29.1)
BINUTILS_SOURCE ?= binutils-$(BINUTILS_VERSION).tar.xz
else
BINUTILS_SOURCE ?= binutils-$(BINUTILS_VERSION).tar.bz2
OpenPOWER on IntegriCloud