summaryrefslogtreecommitdiffstats
path: root/package/binutils/binutils.mk
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2018-01-29 23:39:39 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-01-30 09:46:17 +0100
commit6ee21a39ac81e90184786ebe272b9df40caec906 (patch)
tree7716c9ed7cf91444442ecc4420baa6a6fcad34c4 /package/binutils/binutils.mk
parent2455e5a091051ad7062556d45d9c8c079598a9d8 (diff)
downloadbuildroot-6ee21a39ac81e90184786ebe272b9df40caec906.tar.gz
buildroot-6ee21a39ac81e90184786ebe272b9df40caec906.zip
package/binutils: add support for binutils 2.30
All patches from binutils 2.29 are kept and slightly adapted to differences that appeared in binutils 2.30. 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, 2 insertions, 0 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index 473fcac181..e12fb86c93 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -25,6 +25,8 @@ ifeq ($(BINUTILS_VERSION),2.28.1)
BINUTILS_SOURCE ?= binutils-$(BINUTILS_VERSION).tar.xz
else ifeq ($(BINUTILS_VERSION),2.29.1)
BINUTILS_SOURCE ?= binutils-$(BINUTILS_VERSION).tar.xz
+else ifeq ($(BINUTILS_VERSION),2.30)
+BINUTILS_SOURCE ?= binutils-$(BINUTILS_VERSION).tar.xz
else
BINUTILS_SOURCE ?= binutils-$(BINUTILS_VERSION).tar.bz2
endif
OpenPOWER on IntegriCloud