From 457eb9c9ae6857c5c635f1d2576cd098acbdc5ff Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 10 Mar 2016 23:34:58 +0100 Subject: [PATCH] binutils: use binutils 2.25.1 by default Recent commit 5eb37d6adcfef996f1cd71effec8c2af42c0aed3 broke the build by default to binutils 2.25 for the target, while we only have hashes for 2.25.1. Use 2.25.1 instead. Signed-off-by: Thomas Petazzoni --- package/binutils/binutils.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index a40fdb7d5c..66ee247b9f 100644 --- a/package/binutils/binutils.mk +++ b/package/binutils/binutils.mk @@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),) ifeq ($(BR2_arc),y) BINUTILS_VERSION = arc-2015.12 else -BINUTILS_VERSION = 2.25 +BINUTILS_VERSION = 2.25.1 endif endif # BINUTILS_VERSION -- 2.30.2